Searched refs:WebCryptoAlgorithmIdAesGcm (Results 1 – 7 of 7) sorted by relevance
28 blink::WebCryptoAlgorithmIdAesGcm, in CreateAesGcmAlgorithm()41 return CreateAesKeyGenAlgorithm(blink::WebCryptoAlgorithmIdAesGcm, in CreateAesGcmKeyGenAlgorithm()129 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesGcm); in TEST()177 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesGcm), in TEST()
80 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesGcm), in SupportsAesGcm()
41 case blink::WebCryptoAlgorithmIdAesGcm: in GetAlgorithm()
213 COMPILE_ASSERT(WebCryptoAlgorithmIdAesGcm == 7, AesGcm_idDoesntMatch);358 case WebCryptoAlgorithmIdAesGcm: in isHash()
66 WebCryptoAlgorithmIdAesGcm, enumerator
72 {"AES-GCM", 7, WebCryptoAlgorithmIdAesGcm},
774 case blink::WebCryptoAlgorithmIdAesGcm: in doWriteAlgorithmId()2494 id = blink::WebCryptoAlgorithmIdAesGcm; in doReadAlgorithmId()