OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ghash
(Results
1 - 8
of
8
) sorted by null
/external/vboot_reference/scripts/
getversion.sh
9
if
ghash
=$(git rev-parse --short --verify HEAD 2>/dev/null); then
28
ver="${ver_major}.${ver_branch}.${numcommits}-${
ghash
}${dirty}"
/external/wpa_supplicant_8/src/crypto/
aes-gcm.c
103
static void
ghash
(const u8 *h, const u8 *x, size_t xlen, u8 *y)
function
186
wpa_hexdump_key(MSG_EXCESSIVE, "Hash subkey H for
GHASH
",
207
ghash
(H, iv, iv_len, J0);
210
ghash
(H, len_buf, sizeof(len_buf), J0);
241
ghash
(H, aad, aad_len, S);
242
ghash
(H, crypt, crypt_len, S);
245
ghash
(H, len_buf, sizeof(len_buf), S);
/external/boringssl/src/crypto/modes/
gcm.c
316
#define
GHASH
(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len)
402
#ifdef
GHASH
403
#undef
GHASH
404
#define
GHASH
(ctx, in, len) (*gcm_ghash_p)(ctx->Xi.u, ctx->Htable, in, len)
451
ctx->
ghash
= gcm_ghash_avx;
455
ctx->
ghash
= gcm_ghash_clmul;
463
ctx->
ghash
= gcm_ghash_4bit_mmx;
466
ctx->
ghash
= gcm_ghash_4bit_x86;
470
ctx->
ghash
= gcm_ghash_4bit;
476
ctx->
ghash
= gcm_ghash_v8
[
all
...]
internal.h
175
void (*
ghash
)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
member in struct:gcm128_context
/external/boringssl/
sources.mk
345
linux-arm/crypto/modes/
ghash
-armv4.S\
363
linux-x86/crypto/modes/
ghash
-x86.S\
381
linux-x86_64/crypto/modes/
ghash
-x86_64.S\
396
mac-x86/crypto/modes/
ghash
-x86.S\
414
mac-x86_64/crypto/modes/
ghash
-x86_64.S\
429
win-x86/crypto/modes/
ghash
-x86.asm\
447
win-x86_64/crypto/modes/
ghash
-x86_64.asm\
/external/boringssl/src/crypto/modes/asm/
ghash-armv4.pl
12
# The module implements "4-bit" GCM
GHASH
function and underlying
471
@ equivalent of reduction_avx from
ghash
-x86_64.pl
504
.asciz "
GHASH
for ARMv4/NEON, CRYPTOGAMS by <appro\@openssl.org>"
/external/boringssl/linux-arm/crypto/modes/
ghash-armv4.S
505
@ equivalent of reduction_avx from
ghash
-x86_64.pl
/external/boringssl/src/crypto/cipher/
e_aes.c
268
(gctx->ctr == aesni_ctr32_encrypt_blocks && gctx->gcm.
ghash
== gcm_ghash_avx)
[
all
...]
Completed in 673 milliseconds