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

/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Dghashv8-armx64.S99 .globl gcm_ghash_v8
100 .hidden gcm_ghash_v8
101 .type gcm_ghash_v8,%function
103 gcm_ghash_v8: label
229 .size gcm_ghash_v8,.-gcm_ghash_v8
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl187 # void gcm_ghash_v8(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
196 .global gcm_ghash_v8
197 .type gcm_ghash_v8,%function
199 gcm_ghash_v8: label
346 .size gcm_ghash_v8,.-gcm_ghash_v8
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dgcm.c297 void gcm_ghash_v8(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
391 *out_hash = gcm_ghash_v8;

Completed in 27 milliseconds