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

/external/chromium_org/content/child/webcrypto/
H A Djwk.h123 const char* GetJwkHmacAlgorithmName(blink::WebCryptoAlgorithmId hash);
H A Djwk.cc692 const char* GetJwkHmacAlgorithmName(blink::WebCryptoAlgorithmId hash) { function in namespace:content::webcrypto
/external/chromium_org/content/child/webcrypto/nss/
H A Dhmac_nss.cc135 GetJwkHmacAlgorithmName(algorithm.hmacImportParams()->hash().id());
161 GetJwkHmacAlgorithmName(key.algorithm().hmacParams()->hash().id());
/external/chromium_org/content/child/webcrypto/openssl/
H A Dhmac_openssl.cc138 GetJwkHmacAlgorithmName(algorithm.hmacImportParams()->hash().id());
164 GetJwkHmacAlgorithmName(key.algorithm().hmacParams()->hash().id());

Completed in 5558 milliseconds