Home
last modified time | relevance | path

Searched refs:gcm (Results 1 – 23 of 23) sorted by relevance

/external/boringssl/src/crypto/cipher/
De_aes.c91 GCM128_CONTEXT gcm; member
467 aes_ctr_set_key(&gctx->ks.ks, &gctx->gcm, NULL, key, ctx->key_len); in aes_gcm_init_key()
473 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, iv, gctx->ivlen); in aes_gcm_init_key()
480 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, iv, gctx->ivlen); in aes_gcm_init_key()
492 OPENSSL_cleanse(&gctx->gcm, sizeof(gctx->gcm)); in aes_gcm_cleanup()
584 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, gctx->iv, gctx->ivlen); in aes_gcm_ctrl()
601 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, gctx->iv, gctx->ivlen); in aes_gcm_ctrl()
639 if (!CRYPTO_gcm128_aad(&gctx->gcm, in, len)) { in aes_gcm_cipher()
644 if (!CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, &gctx->ks.ks, in, out, len, in aes_gcm_cipher()
649 if (!CRYPTO_gcm128_encrypt(&gctx->gcm, &gctx->ks.ks, in, out, len)) { in aes_gcm_cipher()
[all …]
/external/boringssl/src/crypto/modes/
DCMakeLists.txt7 aesni-gcm-x86_64.${ASM_EXT}
53 gcm.c
60 perlasm(aesni-gcm-x86_64.${ASM_EXT} asm/aesni-gcm-x86_64.pl)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java8 import org.bouncycastle.crypto.modes.gcm.GCMExponentiator;
9 import org.bouncycastle.crypto.modes.gcm.GCMMultiplier;
10 import org.bouncycastle.crypto.modes.gcm.GCMUtil;
11 import org.bouncycastle.crypto.modes.gcm.Tables1kGCMExponentiator;
12 import org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
DGCMExponentiator.java1 package org.bouncycastle.crypto.modes.gcm;
DTables1kGCMExponentiator.java1 package org.bouncycastle.crypto.modes.gcm;
DTables8kGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
DGCMUtil.java1 package org.bouncycastle.crypto.modes.gcm;
/external/wpa_supplicant_8/src/crypto/
DMakefile24 aes-gcm.o \
/external/doclava/res/assets/templates-sdk/
Dcustomizations.cs20 <?cs if:reference.gcm || reference.gms ?>
243 <?cs if:!google && !reference.gcm && !reference.gms ?>
Dhead_tag.cs92 elif:(google||reference.gms||reference.gcm) ?>/google<?cs
/external/boringssl/src/crypto/cipher/test/
Daes_256_gcm_tests.txt424 …st vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
Daes_128_gcm_tests.txt431 …st vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
Dcipher_tests.txt226 …st vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
/external/boringssl/
Dsources.bp162 "src/crypto/modes/gcm.c",
361 "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S",
383 "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S",
Dsources.mk160 src/crypto/modes/gcm.c\
339 linux-x86_64/crypto/modes/aesni-gcm-x86_64.S\
/external/bouncycastle/
Dbouncycastle.config289 org/bouncycastle/crypto/modes/gcm/BasicGCMExponentiator.java \
290 org/bouncycastle/crypto/modes/gcm/BasicGCMMultiplier.java \
291 org/bouncycastle/crypto/modes/gcm/Tables64kGCMMultiplier.java \
/external/openssh/
DPROTOCOL89 "aes128-gcm@openssh.com" or "aes256-gcm@openssh.com" and never as
Dsshd_config.0278 aes128-gcm@openssh.com
279 aes256-gcm@openssh.com
291 aes128-gcm@openssh.com,aes256-gcm@openssh.com
Dssh_config.0197 aes128-gcm@openssh.com
198 aes256-gcm@openssh.com
210 aes128-gcm@openssh.com,aes256-gcm@openssh.com,
Dconfigure.ac2547 # Check for OpenSSL with EVP_aes_*gcm
2570 aes128-gcm@openssh.com aes256-gcm@openssh.com"
/external/boringssl/src/crypto/obj/
Dobjects.txt858 aes 6 : id-aes128-GCM : aes-128-gcm
869 aes 26 : id-aes192-GCM : aes-192-gcm
880 aes 46 : id-aes256-GCM : aes-256-gcm
/external/icu/icu4c/source/data/unidata/
Dppucd.txt45 property;Bitmask;gcm;General_Category_Mask
574 value;gcm;C;Other
575 value;gcm;Cc;Control;cntrl
576 value;gcm;Cf;Format
577 value;gcm;Cn;Unassigned
578 value;gcm;Co;Private_Use
579 value;gcm;Cs;Surrogate
580 value;gcm;L;Letter
581 value;gcm;LC;Cased_Letter
582 value;gcm;Ll;Lowercase_Letter
[all …]