Searched refs:hasLengthBits (Results 1 – 2 of 2) sorted by relevance
134 … WebCryptoHmacKeyGenParams(const WebCryptoAlgorithm& hash, bool hasLengthBits, unsigned lengthBits) in WebCryptoHmacKeyGenParams() argument136 , m_hasLengthBits(hasLengthBits) in WebCryptoHmacKeyGenParams()139 BLINK_ASSERT(hasLengthBits || !lengthBits); in WebCryptoHmacKeyGenParams()144 bool hasLengthBits() const { return m_hasLengthBits; } in hasLengthBits() function
183 if (!params->hasLengthBits()) { in GetHmacKeyGenLengthInBits()