Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp44 int gcm::run() { in run()
107 void gcm::collect_instructions(container_node *c, bool early_pass) { in collect_instructions()
131 void gcm::sched_early(container_node *n) { in sched_early()
161 void gcm::td_schedule(bb_node *bb, node *n) { in td_schedule()
175 void gcm::td_sched_bb(bb_node* bb) { in td_sched_bb()
190 bool gcm::td_is_ready(node* n) { in td_is_ready()
194 void gcm::td_release_val(value *v) { in td_release_val()
229 void gcm::td_release_uses(vvec& v) { in td_release_uses()
242 void gcm::sched_late(container_node *n) { in sched_late()
285 void gcm::bu_sched_bb(bb_node* bb) { in bu_sched_bb()
[all …]
Dsb_core.cpp219 SB_RUN_PASS(gcm, 1); in r600_sb_bytecode_process()
Dsb_pass.h218 class gcm : public pass {
264 gcm(shader &sh) : pass(sh), in gcm() function
Dnotes.markdown352 - **gcm** - Global Code Motion [[3]](#references). Also performs
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c92 GCM128_CONTEXT gcm; member
406 aes_ctr_set_key(&gctx->ks.ks, &gctx->gcm, NULL, key, ctx->key_len); in aes_gcm_init_key()
412 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, iv, gctx->ivlen); in aes_gcm_init_key()
419 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, iv, gctx->ivlen); in aes_gcm_init_key()
431 OPENSSL_cleanse(&gctx->gcm, sizeof(gctx->gcm)); in aes_gcm_cleanup()
523 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, gctx->iv, gctx->ivlen); in aes_gcm_ctrl()
540 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, gctx->iv, gctx->ivlen); in aes_gcm_ctrl()
578 if (!CRYPTO_gcm128_aad(&gctx->gcm, in, len)) { in aes_gcm_cipher()
583 if (!CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, &gctx->ks.ks, in, out, len, in aes_gcm_cipher()
588 if (!CRYPTO_gcm128_encrypt(&gctx->gcm, &gctx->ks.ks, in, out, len)) { in aes_gcm_cipher()
[all …]
/external/conscrypt/openjdk-integ-tests/src/test/resources/crypto/
Dbuild_test_files.sh25 cat "$1"/gcm*.rsp | ./parse_records.py > aes-gcm.csv
/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/boringssl/src/crypto/fipsmodule/
DCMakeLists.txt7 aesni-gcm-x86_64.${ASM_EXT}
83 perlasm(aesni-gcm-x86_64.${ASM_EXT} modes/asm/aesni-gcm-x86_64.pl)
/external/doclava/res/assets/templates-sdk/
Dcustomizations.cs20 <?cs if:reference.gcm || reference.gms ?>
243 <?cs if:!google && !reference.gcm && !reference.gms ?>
/external/wpa_supplicant_8/src/crypto/
DMakefile27 aes-gcm.o \
/external/nos/test/system-test-harness/
DBUILD63 "src/test-data/NIST-CAVP/aes-gcm-cavp.h",
/external/boringssl/src/crypto/cipher_extra/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.txt278 …st vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
/external/curl/docs/
DCIPHERS.md312 `aes128-gcm-sha256`
313 `aes256-gcm-sha384`
/external/boringssl/
Dsources.mk283 linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S\
Deureka.mk339 linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S\
Dsources.bp289 "linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S",
/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/python/cpython3/Doc/library/
Dssl.rst1393 'symmetric': 'aes-256-gcm'},
1405 'symmetric': 'aes-128-gcm'}]

12