Searched refs:WebCryptoAlgorithmIdAesGcm (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dalgorithm_registry.cc41 case blink::WebCryptoAlgorithmIdAesGcm:
/external/chromium_org/content/child/webcrypto/test/
H A Daes_gcm_unittest.cc28 blink::WebCryptoAlgorithmIdAesGcm,
41 return CreateAesKeyGenAlgorithm(blink::WebCryptoAlgorithmIdAesGcm,
129 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesGcm);
177 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesGcm),
H A Dtest_helpers.cc80 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesGcm),
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithm.h66 WebCryptoAlgorithmIdAesGcm, enumerator in enum:blink::WebCryptoAlgorithmId
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoAlgorithm.cpp213 COMPILE_ASSERT(WebCryptoAlgorithmIdAesGcm == 7, AesGcm_idDoesntMatch);
358 case WebCryptoAlgorithmIdAesGcm:
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp72 {"AES-GCM", 7, WebCryptoAlgorithmIdAesGcm},
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp774 case blink::WebCryptoAlgorithmIdAesGcm:
2494 id = blink::WebCryptoAlgorithmIdAesGcm;

Completed in 507 milliseconds