Searched defs:GHASH_BLOCK_SIZE (Results 1 – 11 of 11) sorted by relevance
241 static void __maybe_unused ghash_key_to_polyval(const u8 in[GHASH_BLOCK_SIZE], in ghash_key_to_polyval()256 u8 out[GHASH_BLOCK_SIZE]) in polyval_acc_to_ghash()263 static void __maybe_unused ghash_acc_to_polyval(const u8 in[GHASH_BLOCK_SIZE], in ghash_acc_to_polyval()274 void ghash_preparekey(struct ghash_key *key, const u8 raw_key[GHASH_BLOCK_SIZE]) in ghash_preparekey()333 void ghash_final(struct ghash_ctx *ctx, u8 out[GHASH_BLOCK_SIZE]) in ghash_final()
9 #define GHASH_BLOCK_SIZE 16 macro
247 size_t len, u8 out[GHASH_BLOCK_SIZE]) in ghash()
14 const u8 raw_key[GHASH_BLOCK_SIZE]) in ghash_preparekey_arch()
21 const u8 raw_key[GHASH_BLOCK_SIZE]) in ghash_preparekey_arch()
25 const u8 raw_key[GHASH_BLOCK_SIZE]) in ghash_preparekey_arch()
21 u8 out[GHASH_BLOCK_SIZE]) in ghash_withtestkey()
34 #define GHASH_BLOCK_SIZE 16 macro
72 GHASH_BLOCK_SIZE = 16 variable
191 unsigned int datalen, u8 out[GHASH_BLOCK_SIZE]) in gcm_hash()
39 #define GHASH_BLOCK_SIZE 16 macro