Home
last modified time | relevance | path

Searched refs:unwrapAlgorithm (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DSubtleCrypto.cpp385 blink::WebCryptoAlgorithm unwrapAlgorithm; in unwrapKey() local
386 …if (!parseAlgorithm(rawUnwrapAlgorithm, blink::WebCryptoOperationUnwrapKey, unwrapAlgorithm, resul… in unwrapKey()
393 …if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, blink::WebCryptoOperationUnwrapKey, res… in unwrapKey()
396 …, wrappedKey.bytes(), wrappedKey.byteLength(), unwrappingKey->key(), unwrapAlgorithm, unwrappedKey… in unwrapKey()
DSubtleCrypto.idl68 …Format format, ArrayBuffer wrappedKey, Key unwrappingKey, Dictionary unwrapAlgorithm, Dictionary u…
69 …at format, ArrayBufferView wrappedKey, Key unwrappingKey, Dictionary unwrapAlgorithm, Dictionary u…
/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h221 …igned wrappedKeySize, const WebCryptoKey&, const WebCryptoAlgorithm& unwrapAlgorithm, const WebCry… in unwrapKey() argument