Home
last modified time | relevance | path

Searched refs:WebCryptoAesGcmParams (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h81 class WebCryptoAesGcmParams; variable
128 BLINK_PLATFORM_EXPORT const WebCryptoAesGcmParams* aesGcmParams() const;
DWebCryptoAlgorithmParams.h198 class WebCryptoAesGcmParams : public WebCryptoAlgorithmParams {
200WebCryptoAesGcmParams(const unsigned char* iv, unsigned ivSize, bool hasAdditionalData, const unsi… in WebCryptoAesGcmParams() function
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp142 const WebCryptoAesGcmParams* WebCryptoAlgorithm::aesGcmParams() const in aesGcmParams()
146 return static_cast<WebCryptoAesGcmParams*>(m_private->params.get()); in aesGcmParams()
/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_util.cc182 new blink::WebCryptoAesGcmParams(Uint8VectorStart(iv), in CreateAesGcmAlgorithm()