encrypt 91 Source/modules/crypto/SubtleCrypto.cpp blink::Platform::current()->crypto()->encrypt(algorithm, key->key(), data, dataSize, result->result()); encrypt 54 Source/modules/crypto/SubtleCrypto.h ScriptPromise encrypt(const Dictionary&, Key*, ArrayBufferView* data, ExceptionState&); encrypt 189 public/platform/WebCrypto.h virtual void encrypt(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); }