Home
last modified time | relevance | path

Searched defs:gcm (Results 1 – 15 of 15) sorted by relevance

/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/internal/
DInsecureNonceAesGcmJceTest.java80 InsecureNonceAesGcmJce gcm = new InsecureNonceAesGcmJce(key, /*prependIv=*/ true); in testEncryptDecrypt_withPrependedIv() local
98 InsecureNonceAesGcmJce gcm = new InsecureNonceAesGcmJce(key, /*prependIv=*/ false); in testEncryptDecrypt_withoutPrependedIv() local
116 InsecureNonceAesGcmJce gcm = in testEncryptWithAad_shouldFailOnAndroid19OrOlder() local
137 InsecureNonceAesGcmJce gcm = new InsecureNonceAesGcmJce(key, /*prependIv=*/ false); in testLongMessages() local
154 InsecureNonceAesGcmJce gcm = new InsecureNonceAesGcmJce(key, /*prependIv=*/ false); in testModifyCiphertext() local
193 InsecureNonceAesGcmJce gcm = new InsecureNonceAesGcmJce(key, /*prependIv=*/ true); in testModifyPrependedIv() local
209 InsecureNonceAesGcmJce gcm = new InsecureNonceAesGcmJce(key, /*prependIv=*/ false); in testTruncatedCiphertext() local
225 InsecureNonceAesGcmJce gcm = new InsecureNonceAesGcmJce(key, /*prependIv=*/ true); in testTruncatedCiphertextWithPrependedIv() local
279 InsecureNonceAesGcmJce gcm = new InsecureNonceAesGcmJce(key, /*prependIv=*/ false); in testWycheproofVectors() local
322 InsecureNonceAesGcmJce gcm = in testNullPlaintextOrCiphertext() local
[all …]
/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
DAesGcmJceTest.java77 AesGcmJce gcm = new AesGcmJce(key); in testEncryptDecrypt() local
94 AesGcmJce gcm = new AesGcmJce(Random.randBytes(16)); in testEncryptWithAad_shouldFailOnAndroid19OrOlder() local
113 AesGcmJce gcm = new AesGcmJce(key); in testLongMessages() local
129 AesGcmJce gcm = new AesGcmJce(key); in testModifyCiphertext() local
205 AesGcmJce gcm = new AesGcmJce(key); in testWycheproofVectors() local
238 AesGcmJce gcm = new AesGcmJce(Random.randBytes(keySize)); in testNullPlaintextOrCiphertext() local
270 AesGcmJce gcm = new AesGcmJce(key); in testEmptyAssociatedData() local
327 AesGcmJce gcm = new AesGcmJce(key); in testRandomNonce() local
DAeadThreadSafetyTest.java134 AesGcmJce gcm = new AesGcmJce(key); in testAesGcm() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/subtle/
DAesGcmSivTest.java68 AesGcmSiv gcm = new AesGcmSiv(key); in testEncryptDecrypt() local
91 AesGcmSiv gcm = new AesGcmSiv(key); in testLongMessages() local
105 AesGcmSiv gcm = new AesGcmSiv(key); in testModifyCiphertext() local
173 AesGcmSiv gcm = new AesGcmSiv(key); in testWycheproofVectors() local
204 AesGcmSiv gcm = new AesGcmSiv(Random.randBytes(keySize)); in testNullPlaintextOrCiphertext() local
234 AesGcmSiv gcm = new AesGcmSiv(key); in testEmptyAssociatedData() local
277 AesGcmSiv gcm = new AesGcmSiv(key); in testRandomNonce() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc167 GCM128_CONTEXT gcm; in TEST() local
/external/libsrtp2/crypto/cipher/
Daes_gcm_ossl.c81 srtp_aes_gcm_ctx_t *gcm; in srtp_aes_gcm_openssl_alloc() local
Daes_gcm_nss.c83 srtp_aes_gcm_ctx_t *gcm; in srtp_aes_gcm_nss_alloc() local
/external/openthread/third_party/mbedtls/repo/library/
Dpsa_crypto_aead.c31 mbedtls_gcm_context gcm; member
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c126 GCM128_CONTEXT gcm; member
967 GCM128_CONTEXT gcm; in aead_aes_gcm_seal_scatter_impl() local
1043 GCM128_CONTEXT gcm; in aead_aes_gcm_open_gather_impl() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c128 GCM128_CONTEXT gcm; member
982 GCM128_CONTEXT gcm; in aead_aes_gcm_seal_scatter_impl() local
1058 GCM128_CONTEXT gcm; in aead_aes_gcm_open_gather_impl() local
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c126 GCM128_CONTEXT gcm; member
967 GCM128_CONTEXT gcm; in aead_aes_gcm_seal_scatter_impl() local
1043 GCM128_CONTEXT gcm; in aead_aes_gcm_open_gather_impl() local
/external/rust/crates/ring/src/
Daead.rs235 mod gcm; module
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c168 static int gcm = -1; in ir3_optimize_loop() local
/external/openthread/third_party/mbedtls/repo/programs/test/
Dbenchmark.c515 mbedtls_gcm_context gcm; in main() local
/external/mbedtls/programs/test/
Dbenchmark.c747 mbedtls_gcm_context gcm; in main() local