Home
last modified time | relevance | path

Searched defs:lengthBits (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoKeyAlgorithmParams.h58 explicit WebCryptoAesKeyAlgorithmParams(unsigned short lengthBits) in WebCryptoAesKeyAlgorithmParams()
63 unsigned short lengthBits() const in lengthBits() function
79 WebCryptoHmacKeyAlgorithmParams(const WebCryptoAlgorithm& hash, unsigned lengthBits) in WebCryptoHmacKeyAlgorithmParams()
90 unsigned lengthBits() const in lengthBits() function
DWebCryptoAlgorithmParams.h90 …WebCryptoAesCtrParams(unsigned char lengthBits, const unsigned char* counter, unsigned counterSize) in WebCryptoAesCtrParams()
100 unsigned char lengthBits() const { return m_lengthBits; } in lengthBits() function
109 explicit WebCryptoAesKeyGenParams(unsigned short lengthBits) in WebCryptoAesKeyGenParams()
116 unsigned short lengthBits() const { return m_lengthBits; } in lengthBits() function
134 … WebCryptoHmacKeyGenParams(const WebCryptoAlgorithm& hash, bool hasLengthBits, unsigned lengthBits) in WebCryptoHmacKeyGenParams()