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
314
#define
GHASH
(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len)
400
#ifdef
GHASH
401
#undef
GHASH
402
#define
GHASH
(ctx, in, len) (*gcm_ghash_p)(ctx->Xi.u, ctx->Htable, in, len)
449
ctx->
ghash
= gcm_ghash_avx;
453
ctx->
ghash
= gcm_ghash_clmul;
461
ctx->
ghash
= gcm_ghash_4bit_mmx;
464
ctx->
ghash
= gcm_ghash_4bit_x86;
468
ctx->
ghash
= gcm_ghash_4bit;
474
ctx->
ghash
= gcm_ghash_v8
[
all
...]
internal.h
168
void (*
ghash
)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
member in struct:gcm128_context
/external/boringssl/
sources.mk
337
linux-arm/crypto/modes/
ghash
-armv4.S\
355
linux-x86/crypto/modes/
ghash
-x86.S\
373
linux-x86_64/crypto/modes/
ghash
-x86_64.S\
390
mac-x86/crypto/modes/
ghash
-x86.S\
408
mac-x86_64/crypto/modes/
ghash
-x86_64.S\
425
win-x86/crypto/modes/
ghash
-x86.asm\
443
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
472
@ equivalent of reduction_avx from
ghash
-x86_64.pl
505
.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
265
(gctx->ctr == aesni_ctr32_encrypt_blocks && gctx->gcm.
ghash
== gcm_ghash_avx)
[
all
...]
Completed in 172 milliseconds