SignHmac           85 content/child/webcrypto/platform_crypto.h Status SignHmac(SymKey* key,
SignHmac          160 content/child/webcrypto/shared_crypto.cc   return platform::SignHmac(
SignHmac          170 content/child/webcrypto/shared_crypto.cc   Status status = SignHmac(algorithm, key, data, &result);
SignHmac          703 content/child/webcrypto/shared_crypto.cc       return SignHmac(algorithm, key, data, buffer);