Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h106 class WebCryptoAesGcmParams; variable
158 BLINK_PLATFORM_EXPORT const WebCryptoAesGcmParams* aesGcmParams() const;
DWebCryptoAlgorithmParams.h153 class WebCryptoAesGcmParams : public WebCryptoAlgorithmParams {
155WebCryptoAesGcmParams(const unsigned char* iv, unsigned ivSize, bool hasAdditionalData, const unsi… in WebCryptoAesGcmParams() function
/external/chromium_org/content/child/webcrypto/openssl/
Daes_gcm_openssl.cc44 const blink::WebCryptoAesGcmParams* params = algorithm.aesGcmParams(); in AesGcmEncryptDecrypt()
/external/chromium_org/content/child/webcrypto/
Dwebcrypto_util.h57 Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params,
Dwebcrypto_util.cc152 Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params, in GetAesGcmTagLengthInBits()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp315 const WebCryptoAesGcmParams* WebCryptoAlgorithm::aesGcmParams() const in aesGcmParams()
319 return static_cast<WebCryptoAesGcmParams*>(m_private->params.get()); in aesGcmParams()
/external/chromium_org/content/child/webcrypto/nss/
Daes_gcm_nss.cc67 const blink::WebCryptoAesGcmParams* params = algorithm.aesGcmParams(); in AesGcmEncryptDecrypt()
/external/chromium_org/content/child/webcrypto/test/
Daes_gcm_unittest.cc29 new blink::WebCryptoAesGcmParams(vector_as_array(&iv), in CreateAesGcmAlgorithm()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp588 …params = adoptPtr(new WebCryptoAesGcmParams(ivStart, ivLength, hasAdditionalData, additionalDataSt… in parseAesGcmParams()