OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unwrapalgorithm
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp
256
blink::WebCryptoAlgorithm
unwrapAlgorithm
;
257
if (!normalizeAlgorithm(rawUnwrapAlgorithm, UnwrapKey,
unwrapAlgorithm
, exceptionState))
269
if (!unwrappingKey->canBeUsedForAlgorithm(
unwrapAlgorithm
, UnwrapKey, exceptionState))
277
blink::Platform::current()->crypto()->unwrapKey(format, wrappedKeyData, wrappedKeyDataSize, unwrappingKey->key(),
unwrapAlgorithm
, unwrappedKeyAlgorithm, extractable, keyUsages, result->result());
SubtleCrypto.idl
45
[RaisesException] Promise unwrapKey(DOMString format, ArrayBufferView wrappedKey, Key unwrappingKey, Dictionary
unwrapAlgorithm
, Dictionary? unwrappedKeyAlgorithm, boolean extractable, DOMString[] keyUsages);
/external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h
113
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(); }
Completed in 733 milliseconds