Searched refs:deserializeKeyForClone (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.h93 virtual bool deserializeKeyForClone(
H A Dwebcrypto_impl.cc745 bool WebCryptoImpl::deserializeKeyForClone( function in class:content::WebCryptoImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCrypto.h232 // deserializeKeyForClone() and serializeKeyForClone() are used for
270 virtual bool deserializeKeyForClone(const WebCryptoKeyAlgorithm&, WebCryptoKeyType, bool extractable, WebCryptoKeyUsageMask, const unsigned char* keyData, unsigned keyDataSize, WebCryptoKey&) { return false; } function in class:blink::WebCrypto
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp2281 if (!blink::Platform::current()->crypto()->deserializeKeyForClone(

Completed in 158 milliseconds