Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/arch/s390/crypto/
Dghash_s390.c17 #define GHASH_DIGEST_SIZE 16 macro
119 .digestsize = GHASH_DIGEST_SIZE,
Daes_s390.c839 u8 tag[GHASH_DIGEST_SIZE]; in gcm_aes_crypt()
844 u8 t[GHASH_DIGEST_SIZE];/* Tag */ in gcm_aes_crypt()
944 .maxauthsize = GHASH_DIGEST_SIZE,
/linux-6.6.21/include/crypto/
Dghash.h13 #define GHASH_DIGEST_SIZE 16 macro
/linux-6.6.21/arch/x86/crypto/
Dghash-clmulni-intel_glue.c25 #define GHASH_DIGEST_SIZE 16 macro
162 .digestsize = GHASH_DIGEST_SIZE,
318 .digestsize = GHASH_DIGEST_SIZE,
/linux-6.6.21/arch/arm/crypto/
Dghash-ce-glue.c36 #define GHASH_DIGEST_SIZE 16 macro
53 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
201 .digestsize = GHASH_DIGEST_SIZE,
349 .halg.digestsize = GHASH_DIGEST_SIZE,
/linux-6.6.21/arch/arm64/crypto/
Dghash-ce-glue.c31 #define GHASH_DIGEST_SIZE 16 macro
41 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
212 .digestsize = GHASH_DIGEST_SIZE,
/linux-6.6.21/crypto/
Dghash-generic.c151 .digestsize = GHASH_DIGEST_SIZE,
/linux-6.6.21/drivers/crypto/chelsio/
Dchcr_crypto.h40 #define GHASH_DIGEST_SIZE 16 macro
Dchcr_algo.c4064 .maxauthsize = GHASH_DIGEST_SIZE,
4084 .maxauthsize = GHASH_DIGEST_SIZE,
4103 .maxauthsize = GHASH_DIGEST_SIZE,
4122 .maxauthsize = GHASH_DIGEST_SIZE,
/linux-6.6.21/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2664 .maxauthsize = GHASH_DIGEST_SIZE,
3610 .maxauthsize = GHASH_DIGEST_SIZE,
3630 if (authsize != GHASH_DIGEST_SIZE) in safexcel_rfc4543_gcm_setauthsize()
3655 .maxauthsize = GHASH_DIGEST_SIZE,