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

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

Completed in 176 milliseconds