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

/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Dghashv8-armx64.S6 .globl gcm_init_v8
7 .hidden gcm_init_v8
8 .type gcm_init_v8,%function
10 gcm_init_v8: label
56 .size gcm_init_v8,.-gcm_init_v8
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl75 # void gcm_init_v8(u128 Htable[16],const u64 H[2]);
85 .global gcm_init_v8
86 .type gcm_init_v8,%function
88 gcm_init_v8: label
134 .size gcm_init_v8,.-gcm_init_v8
140 # Htable - table precomputed in gcm_init_v8;
189 # input: table precomputed in gcm_init_v8;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dgcm.c295 void gcm_init_v8(u128 Htable[16], const uint64_t Xi[2]);
389 gcm_init_v8(out_table, H.u);

Completed in 105 milliseconds