Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DSubtleCrypto.idl68 …, CryptoKey unwrappingKey, Dictionary unwrapAlgorithm, Dictionary unwrappedKeyAlgorithm, boolean e…
69 …, CryptoKey unwrappingKey, Dictionary unwrapAlgorithm, Dictionary unwrappedKeyAlgorithm, boolean e…
DSubtleCrypto.cpp389 WebCryptoAlgorithm unwrappedKeyAlgorithm; in unwrapKey() local
390 …eAlgorithm(rawUnwrappedKeyAlgorithm, WebCryptoOperationImportKey, unwrappedKeyAlgorithm, result.ge… in unwrapKey()
396 …, wrappedKey.byteLength(), unwrappingKey->key(), unwrapAlgorithm, unwrappedKeyAlgorithm, extractab… in unwrapKey()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h217 …st WebCryptoAlgorithm& unwrapAlgorithm, const WebCryptoAlgorithm& unwrappedKeyAlgorithm, bool extr… in unwrapKey() argument