Searched defs:hasLengthBits (Results 1 – 1 of 1) sorted by relevance
134 … WebCryptoHmacKeyGenParams(const WebCryptoAlgorithm& hash, bool hasLengthBits, unsigned lengthBits) in WebCryptoHmacKeyGenParams()144 bool hasLengthBits() const { return m_hasLengthBits; } in hasLengthBits() function