Searched refs:createHmac (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoKeyAlgorithm.h63 BLINK_PLATFORM_EXPORT static WebCryptoKeyAlgorithm createHmac(WebCryptoAlgorithmId hash, unsigned keyLengthBits);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoKeyAlgorithm.cpp76 WebCryptoKeyAlgorithm WebCryptoKeyAlgorithm::createHmac(WebCryptoAlgorithmId hash, unsigned keyLengthBits) function in class:blink::WebCryptoKeyAlgorithm
/external/chromium_org/content/child/webcrypto/nss/
H A Dhmac_nss.cc76 blink::WebCryptoKeyAlgorithm::createHmac(hash.id(), keylen_bits),
120 blink::WebCryptoKeyAlgorithm::createHmac(
/external/chromium_org/content/child/webcrypto/openssl/
H A Dhmac_openssl.cc85 return GenerateSecretKeyOpenSsl(blink::WebCryptoKeyAlgorithm::createHmac(
125 blink::WebCryptoKeyAlgorithm::createHmac(
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp2404 algorithm = blink::WebCryptoKeyAlgorithm::createHmac(hash, lengthBytes * 8);

Completed in 644 milliseconds