Home
last modified time | relevance | path

Searched defs:extractable (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoKey.cpp44 …ivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCry… in WebCryptoKeyPrivate()
56 const bool extractable; member in blink::WebCryptoKeyPrivate
61 …ryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCry… in create()
85 bool WebCryptoKey::extractable() const in extractable() function in blink::WebCryptoKey
/external/chromium_org/chrome/browser/ui/webui/options/
Dcertificate_manager_browsertest.js167 'extractable': true }], property
177 'extractable': true, property
183 'extractable': true, property
/external/chromium_org/content/child/webcrypto/
Dplatform_crypto_openssl.cc274 bool extractable, in GenerateSecretKey()
302 bool extractable, in GenerateRsaKeyPair()
316 bool extractable, in ImportKeyRaw()
374 bool extractable, in ImportRsaPublicKey()
385 bool extractable, in ImportRsaPrivateKey()
449 bool extractable, in ImportKeySpki()
458 bool extractable, in ImportKeyPkcs8()
508 bool extractable, in ThreadSafeDeserializeKeyForClone()
Dshared_crypto.cc214 bool extractable, in ImportKeyRaw()
384 bool extractable, in UnwrapKeyDecryptAndImport()
620 bool extractable, in GenerateSecretKey()
674 bool extractable, in GenerateKeyPair()
723 bool extractable, in ImportKey()
858 bool extractable, in UnwrapKey()
894 bool extractable, in DeserializeKeyForClone()
Dwebcrypto_impl.cc223 const bool extractable; member
252 const bool extractable; member
340 const bool extractable; member
636 bool extractable, in generateKey()
653 bool extractable, in importKey()
727 bool extractable, in unwrapKey()
753 bool extractable, in deserializeKeyForClone()
Djwk.cc590 void WriteExt(bool extractable, base::DictionaryValue* jwk_dict) { in WriteExt()
716 bool extractable, in ImportRsaKey()
817 bool extractable, in ImportKeyJwk()
Dplatform_crypto_nss.cc941 bool extractable, in ImportKeyRaw()
1031 bool extractable, in ImportKeySpki()
1204 bool extractable, in ImportKeyPkcs8()
1489 bool extractable, in GenerateRsaKeyPair()
1602 bool extractable, in GenerateSecretKey()
1637 bool extractable, in ImportRsaPublicKey()
1735 bool extractable, in ImportRsaPrivateKey()
Dshared_crypto_unittest.cc458 bool extractable = true; in ImportSecretKeyFromRaw() local
479 bool extractable, in ImportRsaKeyPair()
575 bool extractable, in ImportKeyJwk()
588 bool extractable, in ImportKeyJwkFromDict()
1677 bool extractable = false; in TEST_F() local
1797 bool extractable = false; in TEST_F() local
2433 bool extractable = true; in TEST_F() local
2624 bool extractable = true; in TEST_F() local
/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h217 …virtual void generateKey(const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCr… in generateKey()
218 …ned char* keyData, unsigned keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKey… in importKey()
221 …& unwrapAlgorithm, const WebCryptoAlgorithm& unwrappedKeyAlgorithm, bool extractable, WebCryptoKey… in unwrapKey()
274 …erializeKeyForClone(const WebCryptoKeyAlgorithm&, WebCryptoKeyType, bool extractable, WebCryptoKey… in deserializeKeyForClone()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DSubtleCrypto.cpp221 …nerateKey(ScriptState* scriptState, const Dictionary& rawAlgorithm, bool extractable, const Vector… in generateKey()
241 …wFormat, const ArrayPiece& keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector… in importKey()
273 …wFormat, const Dictionary& keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector… in importKey()
364 …ry& rawUnwrapAlgorithm, const Dictionary& rawUnwrappedKeyAlgorithm, bool extractable, const Vector… in unwrapKey()
DKey.cpp144 bool Key::extractable() const in extractable() function in WebCore::Key
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
Dkey.js35 var KeyImpl = function(type, publicKeySpki, algorithm, usages, extractable) { argument
Dsubtle_crypto.js83 function(algorithm, extractable, keyUsages) { argument
/external/chromium_org/net/third_party/mozilla_security_manager/
DnsPKCS12Blob.cpp305 isExtractable(SECKEYPrivateKey *privKey, PRBool *extractable) in isExtractable()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DSerializedScriptValue.cpp784 void doWriteKeyUsages(const blink::WebCryptoKeyUsageMask usages, bool extractable) in doWriteKeyUsages()
2261 bool extractable; in readCryptoKey() local
2501 bool doReadKeyUsages(blink::WebCryptoKeyUsageMask& usages, bool& extractable) in doReadKeyUsages()