Searched refs:hasTagLengthBits (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithmParams.h155 WebCryptoAesGcmParams(const unsigned char* iv, unsigned ivSize, bool hasAdditionalData, const unsigned char* additionalData, unsigned additionalDataSize, bool hasTagLengthBits, unsigned char tagLengthBits) argument
159 , m_hasTagLengthBits(hasTagLengthBits)
163 BLINK_ASSERT(hasTagLengthBits || !tagLengthBits);
173 bool hasTagLengthBits() const { return m_hasTagLengthBits; } function in class:blink::WebCryptoAesGcmParams
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_util.cc155 if (params->hasTagLengthBits())

Completed in 46 milliseconds