Searched refs:exportKey (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DSubtleCrypto.h63 ScriptPromise exportKey(ScriptState*, const String&, CryptoKey*);
H A DSubtleCrypto.idl64 [CallWith=ScriptState] Promise exportKey(KeyFormat format, CryptoKey key);
H A DSubtleCrypto.cpp306 ScriptPromise SubtleCrypto::exportKey(ScriptState* scriptState, const String& rawFormat, CryptoKey* key) function in class:blink::SubtleCrypto
326 Platform::current()->crypto()->exportKey(format, key->key(), result->result());
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dsubtle_crypto.js165 SubtleCryptoImpl.prototype.exportKey = function(format, key) {
185 {functions:['generateKey', 'sign', 'exportKey']});
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.h53 virtual void exportKey(blink::WebCryptoKeyFormat format,
H A Dwebcrypto_impl.cc664 void WebCryptoImpl::exportKey(blink::WebCryptoKeyFormat format, function in class:content::WebCryptoImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCrypto.h204 // * The key is extractable when calling into exportKey/wrapKey.
215 virtual void exportKey(WebCryptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.completeWithError(WebCryptoErrorTypeNotSupported, ""); } function in class:blink::WebCrypto

Completed in 141 milliseconds