Home
last modified time | relevance | path

Searched defs:GHASH_BLOCK_SIZE (Results 1 – 11 of 11) sorted by relevance

/linux/lib/crypto/
H A Dgf128hash.c241 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()
/linux/include/crypto/
H A Dghash.h9 #define GHASH_BLOCK_SIZE 16 macro
H A Dgf128hash.h247 size_t len, u8 out[GHASH_BLOCK_SIZE]) in ghash()
/linux/lib/crypto/s390/
H A Dgf128hash.h14 const u8 raw_key[GHASH_BLOCK_SIZE]) in ghash_preparekey_arch()
/linux/lib/crypto/riscv/
H A Dgf128hash.h21 const u8 raw_key[GHASH_BLOCK_SIZE]) in ghash_preparekey_arch()
/linux/lib/crypto/powerpc/
H A Dgf128hash.h25 const u8 raw_key[GHASH_BLOCK_SIZE]) in ghash_preparekey_arch()
/linux/lib/crypto/tests/
H A Dghash_kunit.c21 u8 out[GHASH_BLOCK_SIZE]) in ghash_withtestkey()
/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c34 #define GHASH_BLOCK_SIZE 16 macro
/linux/scripts/crypto/
H A Dgen-hash-testvecs.py72 GHASH_BLOCK_SIZE = 16 variable
/linux/crypto/
H A Dgcm.c191 unsigned int datalen, u8 out[GHASH_BLOCK_SIZE]) in gcm_hash()
/linux/drivers/crypto/chelsio/
H A Dchcr_crypto.h39 #define GHASH_BLOCK_SIZE 16 macro