| /external/chromium_org/third_party/WebKit/Source/platform/exported/ |
| D | WebCryptoKey.cpp | 44 …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/ |
| D | certificate_manager_browsertest.js | 167 'extractable': true }], property 177 'extractable': true, property 183 'extractable': true, property
|
| /external/chromium_org/content/child/webcrypto/ |
| D | platform_crypto_openssl.cc | 274 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()
|
| D | shared_crypto.cc | 214 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()
|
| D | webcrypto_impl.cc | 223 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()
|
| D | jwk.cc | 590 void WriteExt(bool extractable, base::DictionaryValue* jwk_dict) { in WriteExt() 716 bool extractable, in ImportRsaKey() 817 bool extractable, in ImportKeyJwk()
|
| D | platform_crypto_nss.cc | 941 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()
|
| D | shared_crypto_unittest.cc | 458 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/ |
| D | WebCrypto.h | 217 …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/ |
| D | SubtleCrypto.cpp | 221 …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()
|
| D | Key.cpp | 144 bool Key::extractable() const in extractable() function in WebCore::Key
|
| /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/ |
| D | key.js | 35 var KeyImpl = function(type, publicKeySpki, algorithm, usages, extractable) { argument
|
| D | subtle_crypto.js | 83 function(algorithm, extractable, keyUsages) { argument
|
| /external/chromium_org/net/third_party/mozilla_security_manager/ |
| D | nsPKCS12Blob.cpp | 305 isExtractable(SECKEYPrivateKey *privKey, PRBool *extractable) in isExtractable()
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| D | SerializedScriptValue.cpp | 784 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()
|