Searched refs:unwrapAlgorithm (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | SubtleCrypto.cpp | 385 WebCryptoAlgorithm unwrapAlgorithm; in unwrapKey() local 386 …if (!parseAlgorithm(rawUnwrapAlgorithm, WebCryptoOperationUnwrapKey, unwrapAlgorithm, result.get()… in unwrapKey() 393 …if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, WebCryptoOperationUnwrapKey, result.get… in unwrapKey() 396 …, wrappedKey.bytes(), wrappedKey.byteLength(), unwrappingKey->key(), unwrapAlgorithm, unwrappedKey… in unwrapKey()
|
D | SubtleCrypto.idl | 68 … format, ArrayBuffer wrappedKey, CryptoKey unwrappingKey, Dictionary unwrapAlgorithm, Dictionary u… 69 …mat, ArrayBufferView wrappedKey, CryptoKey unwrappingKey, Dictionary unwrapAlgorithm, Dictionary u…
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCrypto.h | 217 …igned wrappedKeySize, const WebCryptoKey&, const WebCryptoAlgorithm& unwrapAlgorithm, const WebCry… in unwrapKey() argument
|