Home
last modified time | relevance | path

Searched refs:hasLengthBits (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithmParams.h134 … WebCryptoHmacKeyGenParams(const WebCryptoAlgorithm& hash, bool hasLengthBits, unsigned lengthBits) in WebCryptoHmacKeyGenParams() argument
136 , m_hasLengthBits(hasLengthBits) in WebCryptoHmacKeyGenParams()
139 BLINK_ASSERT(hasLengthBits || !lengthBits); in WebCryptoHmacKeyGenParams()
144 bool hasLengthBits() const { return m_hasLengthBits; } in hasLengthBits() function
/external/chromium_org/content/child/webcrypto/
Dwebcrypto_util.cc183 if (!params->hasLengthBits()) { in GetHmacKeyGenLengthInBits()