Home
last modified time | relevance | path

Searched refs:GHASH_DIGEST_SIZE (Results 1 – 11 of 11) sorted by relevance

/linux/arch/s390/crypto/
H A Dghash_s390.c90 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 Daes_s390.c935 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 Dghash.c47 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 Dghash-riscv64-glue.c104 memcpy(out, &dctx->accumulator, GHASH_DIGEST_SIZE); in riscv64_ghash_finup()
114 .digestsize = GHASH_DIGEST_SIZE,
/linux/include/crypto/
H A Dghash.h12 #define GHASH_DIGEST_SIZE 16 macro
/linux/crypto/
H A Dghash-generic.c128 .digestsize = GHASH_DIGEST_SIZE,
/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c122 .digestsize = GHASH_DIGEST_SIZE,
/linux/drivers/crypto/chelsio/
H A Dchcr_crypto.h40 #define GHASH_DIGEST_SIZE 16 macro
H A Dchcr_algo.c4071 .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 Dghash-ce-glue.c38 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
178 .digestsize = GHASH_DIGEST_SIZE,
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c50 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
167 .digestsize = GHASH_DIGEST_SIZE,