Searched defs:WebCryptoAesGcmParams (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithmParams.h153 class WebCryptoAesGcmParams : public WebCryptoAlgorithmParams { class in namespace:blink
155 WebCryptoAesGcmParams(const unsigned char* iv, unsigned ivSize, bool hasAdditionalData, const unsigned char* additionalData, unsigned additionalDataSize, bool hasTagLengthBits, unsigned char tagLengthBits) function in class:blink::WebCryptoAesGcmParams

Completed in 728 milliseconds