OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gcm_ghash_avx
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-x86_64.pl
1133
.globl
gcm_ghash_avx
1134
.type
gcm_ghash_avx
,\@abi-omnipotent
1136
gcm_ghash_avx
:
1129
gcm_ghash_avx
:
label
[
all
...]
/external/boringssl/src/crypto/fipsmodule/modes/
gcm.c
269
void
gcm_ghash_avx
(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
371
*out_hash =
gcm_ghash_avx
;
/external/boringssl/linux-x86_64/crypto/fipsmodule/
ghash-x86_64.S
1376
.globl
gcm_ghash_avx
1377
.hidden
gcm_ghash_avx
1378
.type
gcm_ghash_avx
,@function
1380
gcm_ghash_avx
:
label
[
all
...]
/external/boringssl/win-x86_64/crypto/fipsmodule/
ghash-x86_64.asm
1434
global
gcm_ghash_avx
1437
gcm_ghash_avx
:
label
[
all
...]
Completed in 2161 milliseconds