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 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()
DSubtleCrypto.idl68 … 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/
DWebCrypto.h217 …igned wrappedKeySize, const WebCryptoKey&, const WebCryptoAlgorithm& unwrapAlgorithm, const WebCry… in unwrapKey() argument