Home
last modified time | relevance | path

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

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