/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/ |
D | gcm.go | 70 type gcm struct { struct 71 cipher Block 72 nonceSize int 73 tagSize int 76 productTable [16]gcmFieldElement 160 func (g *gcm) NonceSize() int { 164 func (g *gcm) Overhead() int { 168 func (g *gcm) Seal(dst, nonce, plaintext, data []byte) []byte { 198 func (g *gcm) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) { 288 func (g *gcm) mul(y *gcmFieldElement) { [all …]
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/internal/ |
H A D | InsecureNonceAesGcmJceTest.java | 80 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 …]
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/ |
H A D | AesGcmJceTest.java | 77 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
|
H A D | AeadThreadSafetyTest.java | 134 AesGcmJce gcm = new AesGcmJce(key); in testAesGcm() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/subtle/ |
H A D | AesGcmSivTest.java | 68 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
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 128 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
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/cipher/ |
H A D | e_aes.c | 126 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 128 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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
H A D | e_aes.c | 126 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
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 167 GCM128_CONTEXT gcm; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 167 GCM128_CONTEXT gcm; in TEST() local
|
/aosp_15_r20/external/libsrtp2/crypto/cipher/ |
H A D | aes_gcm_ossl.c | 81 srtp_aes_gcm_ctx_t *gcm; in srtp_aes_gcm_openssl_alloc() local
|
H A D | aes_gcm_nss.c | 83 srtp_aes_gcm_ctx_t *gcm; in srtp_aes_gcm_nss_alloc() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | aead.rs | 242 mod gcm; module
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir.c | 274 static int gcm = -1; in ir3_optimize_loop() local
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 747 mbedtls_gcm_context gcm; in main() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 826 mbedtls_gcm_context gcm; in main() local
|
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/android_common/turbine/ |
D | bouncycastle-unbundled.jar | org/bouncycastle/asn1/ASN1ApplicationSpecific.class
<Unknown>
package org.bouncycastle.asn1
public ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/android_common_apex30/turbine/ |
D | bouncycastle-unbundled.jar | org/bouncycastle/asn1/ASN1ApplicationSpecific.class
<Unknown>
package org.bouncycastle.asn1
public ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-uwb/android_common_apex33/turbine/ |
D | bouncycastle-uwb.jar | org/bouncycastle/asn1/ASN1ApplicationSpecific.class
<Unknown>
package org.bouncycastle.asn1
public ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/bouncycastle.com.android.art.debug_intermediates/ |
D | classes-header.jar | com/android/org/bouncycastle/asn1/ASN1ApplicationSpecific.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle/android_common_apex31/turbine-combined/ |
D | bouncycastle.jar | com/android/org/bouncycastle/asn1/ASN1ApplicationSpecific.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle/android_common_apex31/turbine/ |
D | bouncycastle.jar | com/android/org/bouncycastle/asn1/ASN1ApplicationSpecific.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-repackaged-unbundled/android_common/turbine/ |
D | bouncycastle-repackaged-unbundled.jar | com/android/internal/org/bouncycastle/cert/AttributeCertificateHolder.class
<Unknown>
package ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | bcprov-jdk15on-1.48.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |