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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dgcm.c185 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], function
242 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
248 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len)
416 *out_hash = gcm_ghash_4bit;
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Dghash-x86_64.S100 .globl gcm_ghash_4bit
101 .hidden gcm_ghash_4bit
102 .type gcm_ghash_4bit,@function
104 gcm_ghash_4bit: label
666 .size gcm_ghash_4bit,.-gcm_ghash_4bit
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghash-x86_64.pl264 .globl gcm_ghash_4bit
265 .type gcm_ghash_4bit,\@function,4 label
267 gcm_ghash_4bit:
412 .size gcm_ghash_4bit,.-gcm_ghash_4bit

Completed in 114 milliseconds