Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithmParams.h155 …st unsigned char* additionalData, unsigned additionalDataSize, bool hasTagLengthBits, unsigned cha… in WebCryptoAesGcmParams() argument
159 , m_hasTagLengthBits(hasTagLengthBits) in WebCryptoAesGcmParams()
163 BLINK_ASSERT(hasTagLengthBits || !tagLengthBits); in WebCryptoAesGcmParams()
173 bool hasTagLengthBits() const { return m_hasTagLengthBits; } in hasTagLengthBits() function
/external/chromium_org/content/child/webcrypto/
Dwebcrypto_util.cc155 if (params->hasTagLengthBits()) in GetAesGcmTagLengthInBits()