Searched refs:unwrapAlgorithm (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
| D | SubtleCrypto.cpp | 385 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()
|
| D | SubtleCrypto.idl | 68 …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/ |
| D | WebCrypto.h | 221 …igned wrappedKeySize, const WebCryptoKey&, const WebCryptoAlgorithm& unwrapAlgorithm, const WebCry… in unwrapKey() argument
|