Home
last modified time | relevance | path

Searched refs:GHASH_DIGEST_SIZE (Results 1 – 12 of 12) 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.c829 u8 tag[GHASH_DIGEST_SIZE]; in gcm_aes_crypt()
834 u8 t[GHASH_DIGEST_SIZE];/* Tag */ in gcm_aes_crypt()
934 .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/arch/arm64/crypto/
H A Dghash-ce-glue.c39 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
178 .digestsize = GHASH_DIGEST_SIZE,
/linux/drivers/crypto/chelsio/
H A Dchcr_crypto.h40 #define GHASH_DIGEST_SIZE 16 macro
H A Dchcr_algo.c3933 .maxauthsize = GHASH_DIGEST_SIZE,
3953 .maxauthsize = GHASH_DIGEST_SIZE,
3972 .maxauthsize = GHASH_DIGEST_SIZE,
3991 .maxauthsize = 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,
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2586 .maxauthsize = GHASH_DIGEST_SIZE,
3456 .maxauthsize = GHASH_DIGEST_SIZE,
3476 if (authsize != GHASH_DIGEST_SIZE) in safexcel_rfc4543_gcm_setauthsize()
3501 .maxauthsize = GHASH_DIGEST_SIZE,