Home
last modified time | relevance | path

Searched refs:hmacParams (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DHmacParams.cpp41 m_hash = Algorithm::create(m_algorithm.hmacParams()->hash()); in hash()
48 ASSERT(algorithm.hmacParams()); in HmacParams()
DKey.cpp123 if (algorithm.hmacParams()) { in getHmacHashId()
124 hashId = algorithm.hmacParams()->hash().id(); in getHmacHashId()
/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_util.cc76 if (algorithm.hmacParams()) in GetInnerHashAlgorithm()
77 return algorithm.hmacParams()->hash(); in GetInnerHashAlgorithm()
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()
Dwebcrypto_impl_unittest.cc968 key.algorithm().hmacParams()->hash().id()); in TEST_F()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h124 BLINK_PLATFORM_EXPORT const WebCryptoHmacParams* hmacParams() const;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp110 const WebCryptoHmacParams* WebCryptoAlgorithm::hmacParams() const in hmacParams() function in blink::WebCryptoAlgorithm