Home
last modified time | relevance | path

Searched refs:gcm_ghash_v8 (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/modes/asm/arm32/
Dghashv8-armx.S98 .globl gcm_ghash_v8 symbol
99 .type gcm_ghash_v8,%function
101 gcm_ghash_v8: label
229 .size gcm_ghash_v8,.-gcm_ghash_v8
/third_party/openssl/crypto/modes/asm/arm64/
Dghashv8-armx.S137 .globl gcm_ghash_v8 symbol
138 .type gcm_ghash_v8,%function
140 gcm_ghash_v8: label
268 .size gcm_ghash_v8,.-gcm_ghash_v8
/third_party/openssl/crypto/modes/
Dgcm128.c687 void gcm_ghash_v8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
791 CTX__GHASH(gcm_ghash_v8);