extractable 504 Source/bindings/v8/SerializedScriptValue.cpp doWriteKeyUsages(key.usages(), key.extractable()); extractable 768 Source/bindings/v8/SerializedScriptValue.cpp void doWriteKeyUsages(const blink::WebCryptoKeyUsageMask usages, bool extractable) extractable 775 Source/bindings/v8/SerializedScriptValue.cpp if (extractable) extractable 2159 Source/bindings/v8/SerializedScriptValue.cpp bool extractable; extractable 2160 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadKeyUsages(usages, extractable)) extractable 2175 Source/bindings/v8/SerializedScriptValue.cpp algorithm, type, extractable, usages, keyData, keyDataLength, key)) { extractable 2394 Source/bindings/v8/SerializedScriptValue.cpp bool doReadKeyUsages(blink::WebCryptoKeyUsageMask& usages, bool& extractable) extractable 2410 Source/bindings/v8/SerializedScriptValue.cpp extractable = rawUsages & ExtractableUsage; extractable 143 Source/modules/crypto/Key.cpp return m_key.extractable(); extractable 58 Source/modules/crypto/Key.h bool extractable() const; extractable 145 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::generateKey(const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) extractable 158 Source/modules/crypto/SubtleCrypto.cpp blink::Platform::current()->crypto()->generateKey(algorithm, extractable, keyUsages, result->result()); extractable 162 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::importKey(const String& rawFormat, ArrayBufferView* keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) extractable 186 Source/modules/crypto/SubtleCrypto.cpp blink::Platform::current()->crypto()->importKey(format, keyDataBytes, keyData->byteLength(), algorithm, extractable, keyUsages, result->result()); extractable 204 Source/modules/crypto/SubtleCrypto.cpp if (!key->extractable()) { extractable 236 Source/modules/crypto/SubtleCrypto.cpp if (!key->extractable()) { extractable 248 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::unwrapKey(const String& rawFormat, ArrayBufferView* wrappedKey, Key* unwrappingKey, const Dictionary& rawUnwrapAlgorithm, const Dictionary& rawUnwrappedKeyAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) extractable 285 Source/modules/crypto/SubtleCrypto.cpp blink::Platform::current()->crypto()->unwrapKey(format, wrappedKeyData, wrappedKeyDataSize, unwrappingKey->key(), unwrapAlgorithm, unwrappedKeyAlgorithm, extractable, keyUsages, result->result()); extractable 61 Source/modules/crypto/SubtleCrypto.h ScriptPromise generateKey(const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&); extractable 62 Source/modules/crypto/SubtleCrypto.h ScriptPromise importKey(const String&, ArrayBufferView*, const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&); extractable 44 Source/platform/exported/WebCryptoKey.cpp WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages) extractable 47 Source/platform/exported/WebCryptoKey.cpp , extractable(extractable) extractable 56 Source/platform/exported/WebCryptoKey.cpp const bool extractable; extractable 61 Source/platform/exported/WebCryptoKey.cpp WebCryptoKey WebCryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages) extractable 64 Source/platform/exported/WebCryptoKey.cpp key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages)); extractable 88 Source/platform/exported/WebCryptoKey.cpp return m_private->extractable; extractable 194 public/platform/WebCrypto.h virtual void generateKey(const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } extractable 195 public/platform/WebCrypto.h virtual void importKey(WebCryptoKeyFormat, const unsigned char* keyData, unsigned keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } extractable 198 public/platform/WebCrypto.h virtual void unwrapKey(WebCryptoKeyFormat, const unsigned char* wrappedKey, unsigned wrappedKeySize, const WebCryptoKey&, const WebCryptoAlgorithm& unwrapAlgorithm, const WebCryptoAlgorithm& unwrappedKeyAlgorithm, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } extractable 254 public/platform/WebCrypto.h virtual bool deserializeKeyForClone(const WebCryptoKeyAlgorithm&, WebCryptoKeyType, bool extractable, WebCryptoKeyUsageMask, const unsigned char* keyData, unsigned keyDataSize, WebCryptoKey&) { return false; } extractable 104 public/platform/WebCryptoKey.h BLINK_PLATFORM_EXPORT static WebCryptoKey create(WebCryptoKeyHandle*, WebCryptoKeyType, bool extractable, const WebCryptoKeyAlgorithm&, WebCryptoKeyUsageMask); extractable 114 public/platform/WebCryptoKey.h BLINK_PLATFORM_EXPORT bool extractable() const;