OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnwrapKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h
54
UnwrapKey
,
56
LastAlgorithmOperation =
UnwrapKey
,
Key.cpp
68
{ blink::WebCryptoKeyUsageUnwrapKey, "
unwrapKey
" },
109
case
UnwrapKey
:
NormalizeAlgorithm.cpp
90
{blink::WebCryptoAlgorithmIdAesCbc,
UnwrapKey
, blink::WebCryptoAlgorithmParamsTypeAesCbcParams},
98
{blink::WebCryptoAlgorithmIdAesCtr,
UnwrapKey
, blink::WebCryptoAlgorithmParamsTypeAesCtrParams},
119
{blink::WebCryptoAlgorithmIdRsaEsPkcs1v1_5,
UnwrapKey
, blink::WebCryptoAlgorithmParamsTypeNone},
131
{blink::WebCryptoAlgorithmIdAesKw,
UnwrapKey
, blink::WebCryptoAlgorithmParamsTypeNone},
SubtleCrypto.cpp
240
ScriptPromise SubtleCrypto::
unwrapKey
(const String& rawFormat, ArrayBufferView* wrappedKey, Key* unwrappingKey, const Dictionary& rawUnwrapAlgorithm, const Dictionary& rawUnwrappedKeyAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState)
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());
Completed in 30 milliseconds