Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/vmx/
Dghash.c42 u8 buffer[GHASH_DIGEST_SIZE];
51 memset(dctx->shash, 0, GHASH_DIGEST_SIZE); in p8_ghash_init()
84 dctx->buffer, GHASH_DIGEST_SIZE); in __ghash_block()
125 if (dctx->bytes + srclen < GHASH_DIGEST_SIZE) { in p8_ghash_update()
132 GHASH_DIGEST_SIZE - dctx->bytes); in p8_ghash_update()
136 src += GHASH_DIGEST_SIZE - dctx->bytes; in p8_ghash_update()
137 srclen -= GHASH_DIGEST_SIZE - dctx->bytes; in p8_ghash_update()
140 len = srclen & ~(GHASH_DIGEST_SIZE - 1); in p8_ghash_update()
160 for (i = dctx->bytes; i < GHASH_DIGEST_SIZE; i++) in p8_ghash_final()
165 memcpy(out, dctx->shash, GHASH_DIGEST_SIZE); in p8_ghash_final()
[all …]
/linux-6.1.9/arch/s390/crypto/
Dghash_s390.c17 #define GHASH_DIGEST_SIZE 16 macro
119 .digestsize = GHASH_DIGEST_SIZE,
Daes_s390.c841 u8 tag[GHASH_DIGEST_SIZE]; in gcm_aes_crypt()
846 u8 t[GHASH_DIGEST_SIZE];/* Tag */ in gcm_aes_crypt()
946 .maxauthsize = GHASH_DIGEST_SIZE,
/linux-6.1.9/arch/arm/crypto/
Dghash-ce-glue.c28 #define GHASH_DIGEST_SIZE 16 macro
36 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
184 .digestsize = GHASH_DIGEST_SIZE,
332 .halg.digestsize = GHASH_DIGEST_SIZE,
/linux-6.1.9/include/crypto/
Dghash.h13 #define GHASH_DIGEST_SIZE 16 macro
/linux-6.1.9/arch/x86/crypto/
Dghash-clmulni-intel_glue.c24 #define GHASH_DIGEST_SIZE 16 macro
143 .digestsize = GHASH_DIGEST_SIZE,
299 .digestsize = GHASH_DIGEST_SIZE,
/linux-6.1.9/arch/arm64/crypto/
Dghash-ce-glue.c30 #define GHASH_DIGEST_SIZE 16 macro
39 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
209 .digestsize = GHASH_DIGEST_SIZE,
/linux-6.1.9/crypto/
Dghash-generic.c151 .digestsize = GHASH_DIGEST_SIZE,
/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_crypto.h40 #define GHASH_DIGEST_SIZE 16 macro
Dchcr_algo.c4062 .maxauthsize = GHASH_DIGEST_SIZE,
4082 .maxauthsize = GHASH_DIGEST_SIZE,
4101 .maxauthsize = GHASH_DIGEST_SIZE,
4120 .maxauthsize = GHASH_DIGEST_SIZE,
/linux-6.1.9/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2662 .maxauthsize = GHASH_DIGEST_SIZE,
3608 .maxauthsize = GHASH_DIGEST_SIZE,
3628 if (authsize != GHASH_DIGEST_SIZE) in safexcel_rfc4543_gcm_setauthsize()
3653 .maxauthsize = GHASH_DIGEST_SIZE,