OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcm_ghash_v8
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/linux-aarch64/crypto/modes/
ghashv8-armx64.S
99
.globl
gcm_ghash_v8
100
.type
gcm_ghash_v8
,%function
102
gcm_ghash_v8
:
label
228
.size
gcm_ghash_v8
,.-
gcm_ghash_v8
/external/boringssl/linux-arm/crypto/modes/
ghashv8-armx32.S
98
.globl
gcm_ghash_v8
99
.type
gcm_ghash_v8
,%function
101
gcm_ghash_v8
:
label
229
.size
gcm_ghash_v8
,.-
gcm_ghash_v8
/external/boringssl/src/crypto/modes/asm/
ghashv8-armx.pl
181
# void
gcm_ghash_v8
(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
190
.global
gcm_ghash_v8
191
.type
gcm_ghash_v8
,%function
193
gcm_ghash_v8
:
label
340
.size
gcm_ghash_v8
,.-
gcm_ghash_v8
Completed in 265 milliseconds