Home
last modified time | relevance | path

Searched refs:hmacImportParams (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/child/webcrypto/openssl/
Dhmac_openssl.cc116 algorithm.hmacImportParams()->hash(); in ImportKeyRaw()
138 GetJwkHmacAlgorithmName(algorithm.hmacImportParams()->hash().id()); in ImportKeyJwk()
/external/chromium_org/content/child/webcrypto/nss/
Dhmac_nss.cc107 algorithm.hmacImportParams()->hash(); in ImportKeyRaw()
135 GetJwkHmacAlgorithmName(algorithm.hmacImportParams()->hash().id()); in ImportKeyJwk()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h156 BLINK_PLATFORM_EXPORT const WebCryptoHmacImportParams* hmacImportParams() const;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp299 const WebCryptoHmacImportParams* WebCryptoAlgorithm::hmacImportParams() const in hmacImportParams() function in blink::WebCryptoAlgorithm