OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcm_ghash_4bit_mmx
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/linux-x86/crypto/modes/
ghash-x86.S
309
.globl
gcm_ghash_4bit_mmx
310
.hidden
gcm_ghash_4bit_mmx
311
.type
gcm_ghash_4bit_mmx
,@function
313
gcm_ghash_4bit_mmx
:
label
913
.size
gcm_ghash_4bit_mmx
,.-.L_gcm_ghash_4bit_mmx_begin
/external/boringssl/src/crypto/modes/
gcm.c
346
void
gcm_ghash_4bit_mmx
(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
463
ctx->ghash =
gcm_ghash_4bit_mmx
;
Completed in 2922 milliseconds