Searched refs:m_lengthBits (Results 1 – 2 of 2) sorted by relevance
73 : m_lengthBits(lengthBits) in WebCryptoAesKeyAlgorithmParams()79 return m_lengthBits; in lengthBits()89 dict->setUint("length", m_lengthBits); in writeToDictionary()93 unsigned short m_lengthBits;100 , m_lengthBits(lengthBits) in WebCryptoHmacKeyAlgorithmParams()111 return m_lengthBits; in lengthBits()122 dict->setUint("length", m_lengthBits); in writeToDictionary()127 unsigned m_lengthBits; variable
93 , m_lengthBits(lengthBits) in WebCryptoAesCtrParams()100 unsigned char lengthBits() const { return m_lengthBits; } in lengthBits()104 const unsigned char m_lengthBits; variable110 : m_lengthBits(lengthBits) in WebCryptoAesKeyGenParams()116 unsigned short lengthBits() const { return m_lengthBits; } in lengthBits()119 const unsigned short m_lengthBits;