Searched refs:ghash_func (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dinternal.h101 // ghash_func repeatedly multiplies |Xi| by the GCM key and adds in blocks from
104 typedef void (*ghash_func)(uint64_t Xi[2], const u128 Htable[16], typedef
124 ghash_func ghash;
187 void CRYPTO_ghash_init(gmult_func *out_mult, ghash_func *out_hash,
368 ghash_func ghash;
H A Dgcm.c347 void CRYPTO_ghash_init(gmult_func *out_mult, ghash_func *out_hash,

Completed in 25 milliseconds