Searched refs:GHASH_DIGEST_SIZE (Results 1 – 11 of 11) sorted by relevance
/linux/arch/s390/crypto/ |
H A D | ghash_s390.c | 90 memcpy(out, dctx->icv, GHASH_DIGEST_SIZE); in ghash_export() 99 memcpy(dctx->icv, in, GHASH_DIGEST_SIZE); in ghash_import() 105 .digestsize = GHASH_DIGEST_SIZE,
|
H A D | aes_s390.c | 935 u8 tag[GHASH_DIGEST_SIZE]; in gcm_aes_crypt() 940 u8 t[GHASH_DIGEST_SIZE];/* Tag */ in gcm_aes_crypt() 1040 .maxauthsize = GHASH_DIGEST_SIZE,
|
/linux/arch/powerpc/crypto/ |
H A D | ghash.c | 47 memset(dctx->shash, 0, GHASH_DIGEST_SIZE); in p8_ghash_init() 140 memcpy(out, dctx->shash, GHASH_DIGEST_SIZE); in p8_ghash_finup() 145 .digestsize = GHASH_DIGEST_SIZE,
|
/linux/arch/riscv/crypto/ |
H A D | ghash-riscv64-glue.c | 104 memcpy(out, &dctx->accumulator, GHASH_DIGEST_SIZE); in riscv64_ghash_finup() 114 .digestsize = GHASH_DIGEST_SIZE,
|
/linux/include/crypto/ |
H A D | ghash.h | 12 #define GHASH_DIGEST_SIZE 16 macro
|
/linux/crypto/ |
H A D | ghash-generic.c | 128 .digestsize = GHASH_DIGEST_SIZE,
|
/linux/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 122 .digestsize = GHASH_DIGEST_SIZE,
|
/linux/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 40 #define GHASH_DIGEST_SIZE 16 macro
|
H A D | chcr_algo.c | 4071 .maxauthsize = GHASH_DIGEST_SIZE, 4091 .maxauthsize = GHASH_DIGEST_SIZE, 4110 .maxauthsize = GHASH_DIGEST_SIZE, 4129 .maxauthsize = GHASH_DIGEST_SIZE,
|
/linux/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 38 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)]; 178 .digestsize = GHASH_DIGEST_SIZE,
|
/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 50 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)]; 167 .digestsize = GHASH_DIGEST_SIZE,
|