Searched refs:hasTagLengthBits (Results 1 – 2 of 2) sorted by relevance
155 …st unsigned char* additionalData, unsigned additionalDataSize, bool hasTagLengthBits, unsigned cha… in WebCryptoAesGcmParams() argument159 , m_hasTagLengthBits(hasTagLengthBits) in WebCryptoAesGcmParams()163 BLINK_ASSERT(hasTagLengthBits || !tagLengthBits); in WebCryptoAesGcmParams()173 bool hasTagLengthBits() const { return m_hasTagLengthBits; } in hasTagLengthBits() function
155 if (params->hasTagLengthBits()) in GetAesGcmTagLengthInBits()