Searched defs:lengthBits (Results 1 – 2 of 2) sorted by relevance
58 explicit WebCryptoAesKeyAlgorithmParams(unsigned short lengthBits) in WebCryptoAesKeyAlgorithmParams()63 unsigned short lengthBits() const in lengthBits() function79 WebCryptoHmacKeyAlgorithmParams(const WebCryptoAlgorithm& hash, unsigned lengthBits) in WebCryptoHmacKeyAlgorithmParams()90 unsigned lengthBits() const in lengthBits() function
90 …WebCryptoAesCtrParams(unsigned char lengthBits, const unsigned char* counter, unsigned counterSize) in WebCryptoAesCtrParams()100 unsigned char lengthBits() const { return m_lengthBits; } in lengthBits() function109 explicit WebCryptoAesKeyGenParams(unsigned short lengthBits) in WebCryptoAesKeyGenParams()116 unsigned short lengthBits() const { return m_lengthBits; } in lengthBits() function134 … WebCryptoHmacKeyGenParams(const WebCryptoAlgorithm& hash, bool hasLengthBits, unsigned lengthBits) in WebCryptoHmacKeyGenParams()