OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcm_ghash_v8
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/modes/asm/
ghashv8-armx-64.S
49
.global
gcm_ghash_v8
50
.type
gcm_ghash_v8
,%function
52
gcm_ghash_v8
:
label
113
.size
gcm_ghash_v8
,.-
gcm_ghash_v8
ghashv8-armx.S
50
.global
gcm_ghash_v8
51
.type
gcm_ghash_v8
,%function
53
gcm_ghash_v8
:
label
114
.size
gcm_ghash_v8
,.-
gcm_ghash_v8
ghashv8-armx.pl
94
.global
gcm_ghash_v8
95
.type
gcm_ghash_v8
,%function
97
gcm_ghash_v8
:
label
158
.size
gcm_ghash_v8
,.-
gcm_ghash_v8
/external/openssl/crypto/modes/
gcm128.c
680
void
gcm_ghash_v8
(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
754
ctx->ghash =
gcm_ghash_v8
;
[
all
...]
Completed in 601 milliseconds