Searched refs:WebCryptoAesGcmParams (Results 1 – 9 of 9) sorted by relevance
106 class WebCryptoAesGcmParams; variable158 BLINK_PLATFORM_EXPORT const WebCryptoAesGcmParams* aesGcmParams() const;
153 class WebCryptoAesGcmParams : public WebCryptoAlgorithmParams {155 …WebCryptoAesGcmParams(const unsigned char* iv, unsigned ivSize, bool hasAdditionalData, const unsi… in WebCryptoAesGcmParams() function
44 const blink::WebCryptoAesGcmParams* params = algorithm.aesGcmParams(); in AesGcmEncryptDecrypt()
57 Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params,
152 Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params, in GetAesGcmTagLengthInBits()
315 const WebCryptoAesGcmParams* WebCryptoAlgorithm::aesGcmParams() const in aesGcmParams()319 return static_cast<WebCryptoAesGcmParams*>(m_private->params.get()); in aesGcmParams()
67 const blink::WebCryptoAesGcmParams* params = algorithm.aesGcmParams(); in AesGcmEncryptDecrypt()
29 new blink::WebCryptoAesGcmParams(vector_as_array(&iv), in CreateAesGcmAlgorithm()
588 …params = adoptPtr(new WebCryptoAesGcmParams(ivStart, ivLength, hasAdditionalData, additionalDataSt… in parseAesGcmParams()