HomeSort by relevance Sort by last modified time
    Searched refs:gmult_func (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/fipsmodule/modes/
internal.h 97 // gmult_func multiplies |Xi| by the GCM key and writes the result back to
99 typedef void (*gmult_func)(uint64_t Xi[2], const u128 Htable[16]); typedef
123 gmult_func gmult;
187 void CRYPTO_ghash_init(gmult_func *out_mult, ghash_func *out_hash,
331 gmult_func gmult;
gcm.c 347 void CRYPTO_ghash_init(gmult_func *out_mult, ghash_func *out_hash,

Completed in 217 milliseconds