Searched refs:WebCryptoAesGcmParams (Results 1 – 4 of 4) sorted by relevance
81 class WebCryptoAesGcmParams; variable128 BLINK_PLATFORM_EXPORT const WebCryptoAesGcmParams* aesGcmParams() const;
198 class WebCryptoAesGcmParams : public WebCryptoAlgorithmParams {200 …WebCryptoAesGcmParams(const unsigned char* iv, unsigned ivSize, bool hasAdditionalData, const unsi… in WebCryptoAesGcmParams() function
142 const WebCryptoAesGcmParams* WebCryptoAlgorithm::aesGcmParams() const in aesGcmParams()146 return static_cast<WebCryptoAesGcmParams*>(m_private->params.get()); in aesGcmParams()
182 new blink::WebCryptoAesGcmParams(Uint8VectorStart(iv), in CreateAesGcmAlgorithm()