Searched refs:WebCryptoHmacParams (Results 1 – 7 of 7) sorted by relevance
77 class WebCryptoHmacParams; variable124 BLINK_PLATFORM_EXPORT const WebCryptoHmacParams* hmacParams() const;
115 class WebCryptoHmacParams : public WebCryptoAlgorithmParams {117 explicit WebCryptoHmacParams(const WebCryptoAlgorithm& hash) in WebCryptoHmacParams() function
110 const WebCryptoHmacParams* WebCryptoAlgorithm::hmacParams() const in hmacParams()114 return static_cast<WebCryptoHmacParams*>(m_private->params.get()); in hmacParams()
116 new blink::WebCryptoHmacParams(CreateAlgorithm(hash_id))); in CreateHmacAlgorithmByHashOutputLen()124 new blink::WebCryptoHmacParams(CreateAlgorithm(hash_id))); in CreateHmacAlgorithmByHashId()
278 const blink::WebCryptoHmacParams* params = algorithm.hmacParams(); in ImportKeyInternalRaw()868 const blink::WebCryptoHmacParams* params = algorithm.hmacParams(); in SignInternal()
421 const blink::WebCryptoHmacParams* const params = algorithm.hmacParams(); in SignInternal()
406 params = adoptPtr(new blink::WebCryptoHmacParams(hash)); in parseHmacParams()