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

/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Dghashv8-armx64.S57 .globl gcm_gmult_v8
58 .hidden gcm_gmult_v8
59 .type gcm_gmult_v8,%function
61 gcm_gmult_v8: label
98 .size gcm_gmult_v8,.-gcm_gmult_v8
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl137 # void gcm_gmult_v8(u64 Xi[2],const u128 Htable[16]);
144 .global gcm_gmult_v8
145 .type gcm_gmult_v8,%function
147 gcm_gmult_v8: label
184 .size gcm_gmult_v8,.-gcm_gmult_v8
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dgcm.c296 void gcm_gmult_v8(uint64_t Xi[2], const u128 Htable[16]);
390 *out_mult = gcm_gmult_v8;

Completed in 38 milliseconds