Searched refs:WebCryptoHmacKeyAlgorithmParams (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoKeyAlgorithm.cpp80 return WebCryptoKeyAlgorithm(WebCryptoAlgorithmIdHmac, adoptPtr(new WebCryptoHmacKeyAlgorithmParams(createHash(hash), keyLengthBits)));
118 WebCryptoHmacKeyAlgorithmParams* WebCryptoKeyAlgorithm::hmacParams() const
122 return static_cast<WebCryptoHmacKeyAlgorithmParams*>(m_private->params.get());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoKeyAlgorithmParams.h96 class WebCryptoHmacKeyAlgorithmParams : public WebCryptoKeyAlgorithmParams { class in namespace:blink
98 WebCryptoHmacKeyAlgorithmParams(const WebCryptoAlgorithm& hash, unsigned lengthBits) function in class:blink::WebCryptoHmacKeyAlgorithmParams
H A DWebCryptoKeyAlgorithm.h85 BLINK_PLATFORM_EXPORT WebCryptoHmacKeyAlgorithmParams* hmacParams() const;

Completed in 79 milliseconds