HomeSort by relevance Sort by last modified time
    Searched refs:GetJwkHmacAlgorithmName (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/webcrypto/
jwk.h 123 const char* GetJwkHmacAlgorithmName(blink::WebCryptoAlgorithmId hash);
jwk.cc 692 const char* GetJwkHmacAlgorithmName(blink::WebCryptoAlgorithmId hash) {
  /external/chromium_org/content/child/webcrypto/nss/
hmac_nss.cc 135 GetJwkHmacAlgorithmName(algorithm.hmacImportParams()->hash().id());
161 GetJwkHmacAlgorithmName(key.algorithm().hmacParams()->hash().id());
  /external/chromium_org/content/child/webcrypto/openssl/
hmac_openssl.cc 138 GetJwkHmacAlgorithmName(algorithm.hmacImportParams()->hash().id());
164 GetJwkHmacAlgorithmName(key.algorithm().hmacParams()->hash().id());

Completed in 70 milliseconds