wrapKey           244 Source/modules/crypto/SubtleCrypto.cpp     blink::Platform::current()->crypto()->wrapKey(format, key->key(), wrappingKey->key(), wrapAlgorithm, result->result());
wrapKey            65 Source/modules/crypto/SubtleCrypto.h     ScriptPromise wrapKey(const String&, Key*, Key*, const Dictionary&, ExceptionState&);
wrapKey           197 public/platform/WebCrypto.h     virtual void wrapKey(WebCryptoKeyFormat, const WebCryptoKey& key, const WebCryptoKey& wrappingKey, const WebCryptoAlgorithm&, WebCryptoResult result) { result.completeWithError(); }