Home
last modified time | relevance | path

Searched refs:ghash (Results 1 – 19 of 19) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/
DCMakeLists.txt10 ghash-ssse3-x86_64.${ASM_EXT}
11 ghash-x86_64.${ASM_EXT}
34 ghash-ssse3-x86.${ASM_EXT}
35 ghash-x86.${ASM_EXT}
53 ghash-armv4.${ASM_EXT}
67 ghash-neon-armv8.${ASM_EXT}
98 perlasm(ghash-armv4.${ASM_EXT} modes/asm/ghash-armv4.pl)
101 perlasm(ghash-neon-armv8.${ASM_EXT} modes/asm/ghash-neon-armv8.pl)
102 perlasm(ghash-ssse3-x86_64.${ASM_EXT} modes/asm/ghash-ssse3-x86_64.pl)
103 perlasm(ghash-ssse3-x86.${ASM_EXT} modes/asm/ghash-ssse3-x86.pl)
[all …]
/external/wpa_supplicant_8/src/crypto/
Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function
207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
241 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
245 ghash(H, len_buf, sizeof(len_buf), S); in aes_gcm_ghash()
/external/vboot_reference/scripts/
Dgetversion.sh9 if ghash=$(git rev-parse --short --verify HEAD 2>/dev/null); then
28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp184 if (ghash) in hash()
185 return ghash; in hash()
187 ghash = rel_hash(); in hash()
189 ghash = def->hash(); in hash()
191 ghash = ((uintptr_t)this) | 1; in hash()
193 return ghash; in hash()
Dsb_ir.h460 gvn_source(), ghash(), in kind()
483 value_hash ghash; variable
/external/boringssl/src/crypto/fipsmodule/modes/
Dpolyval.c59 CRYPTO_ghash_init(&ctx->gmult, &ctx->ghash, &ctx->H, ctx->Htable, &is_avx, in CRYPTO_POLYVAL_init()
83 ctx->ghash(ctx->S.u, ctx->Htable, (const uint8_t *) reversed, todo); in CRYPTO_POLYVAL_update_blocks()
Dgcm.c373 CRYPTO_ghash_init(&gcm_key->gmult, &gcm_key->ghash, &gcm_key->H, in CRYPTO_gcm128_init_key()
435 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_aad()
491 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt()
579 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt()
670 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt_ctr32()
755 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt_ctr32()
Dinternal.h157 ghash_func ghash; member
467 ghash_func ghash; member
/external/boringssl/
Dsources.mk246 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S\
260 linux-arm/crypto/fipsmodule/ghash-armv4.S\
279 linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S\
280 linux-x86/crypto/fipsmodule/ghash-x86.S\
296 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S\
297 linux-x86_64/crypto/fipsmodule/ghash-x86_64.S\
Deureka.mk301 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S\
315 linux-arm/crypto/fipsmodule/ghash-armv4.S\
334 linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S\
335 linux-x86/crypto/fipsmodule/ghash-x86.S\
351 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S\
352 linux-x86_64/crypto/fipsmodule/ghash-x86_64.S\
Dsources.bp250 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S",
266 "linux-arm/crypto/fipsmodule/ghash-armv4.S",
283 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S",
284 "linux-x86/crypto/fipsmodule/ghash-x86.S",
302 "linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S",
303 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S",
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpaesauthgcm.h90 Ipp8u ghash[BLOCK_SIZE]; /* ghash accumulator */ member
128 #define AESGCM_GHASH(stt) ((stt)->ghash)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll1 ; RUN: llc -filetype=obj -emit-codeview-ghash-section < %s > %t.obj
3 ; RUN: llc -filetype=asm -emit-codeview-ghash-section < %s \
/external/boringssl/src/crypto/cipher_extra/test/
Daes_128_gcm_tests.txt475 # local add-ons, primarily streaming ghash tests
Dcipher_tests.txt383 # local add-ons, primarily streaming ghash tests
/external/skqp/gn/
DBUILD.gn431 cflags += [ "-mllvm", "-emit-codeview-ghash-section" ]
/external/skia/gn/
DBUILD.gn432 cflags += [ "-gcodeview-ghash" ]
/external/boringssl/ios-arm/crypto/fipsmodule/
Dghash-armv4.S566 @ equivalent of reduction_avx from ghash-x86_64.pl
/external/boringssl/linux-arm/crypto/fipsmodule/
Dghash-armv4.S555 @ equivalent of reduction_avx from ghash-x86_64.pl