Home
last modified time | relevance | path

Searched refs:WebCryptoHmacParams (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h77 class WebCryptoHmacParams; variable
124 BLINK_PLATFORM_EXPORT const WebCryptoHmacParams* hmacParams() const;
DWebCryptoAlgorithmParams.h115 class WebCryptoHmacParams : public WebCryptoAlgorithmParams {
117 explicit WebCryptoHmacParams(const WebCryptoAlgorithm& hash) in WebCryptoHmacParams() function
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp110 const WebCryptoHmacParams* WebCryptoAlgorithm::hmacParams() const in hmacParams()
114 return static_cast<WebCryptoHmacParams*>(m_private->params.get()); in hmacParams()
/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_util.cc116 new blink::WebCryptoHmacParams(CreateAlgorithm(hash_id))); in CreateHmacAlgorithmByHashOutputLen()
124 new blink::WebCryptoHmacParams(CreateAlgorithm(hash_id))); in CreateHmacAlgorithmByHashId()
Dwebcrypto_impl_nss.cc278 const blink::WebCryptoHmacParams* params = algorithm.hmacParams(); in ImportKeyInternalRaw()
868 const blink::WebCryptoHmacParams* params = algorithm.hmacParams(); in SignInternal()
Dwebcrypto_impl_openssl.cc421 const blink::WebCryptoHmacParams* const params = algorithm.hmacParams(); in SignInternal()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp406 params = adoptPtr(new blink::WebCryptoHmacParams(hash)); in parseHmacParams()