Home
last modified time | relevance | path

Searched refs:MAX_DIGEST_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/crypto/bcm/
H A Dcipher.h38 #define MAX_DIGEST_SIZE SHA3_512_DIGEST_SIZE macro
135 u8 digest[ALIGN(MAX_DIGEST_SIZE, SPU_MSG_ALIGN)];
247 u8 incr_hash[MAX_DIGEST_SIZE];
337 u8 incr_hash[MAX_DIGEST_SIZE];
H A Dcipher.c1006 memcpy(rctx->incr_hash, rctx->msg_buf.digest, MAX_DIGEST_SIZE); in handle_ahash_resp()
1979 WARN_ON(ctx->digestsize > MAX_DIGEST_SIZE); in __ahash_init()
/linux-6.15/include/keys/
H A Dtrusted-type.h24 #define MAX_DIGEST_SIZE 64 macro
47 unsigned char policydigest[MAX_DIGEST_SIZE];
/linux-6.15/arch/s390/crypto/
H A Dhmac_s390.c45 #define MAX_DIGEST_SIZE SHA512_DIGEST_SIZE macro
72 u8 param[MAX_DIGEST_SIZE + MAX_IMBL_SIZE + MAX_BLOCK_SIZE];
/linux-6.15/crypto/
H A Dtcrypt.c52 #define MAX_DIGEST_SIZE 64 macro
1087 if (crypto_ahash_digestsize(tfm) > MAX_DIGEST_SIZE) { in test_ahash_speed_common()
1089 MAX_DIGEST_SIZE); in test_ahash_speed_common()
1104 output = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in test_ahash_speed_common()