Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/keys/
Dtrusted-type.h18 #define MAX_DIGEST_SIZE 64 macro
40 unsigned char policydigest[MAX_DIGEST_SIZE];
/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dcipher.h37 #define MAX_DIGEST_SIZE SHA3_512_DIGEST_SIZE macro
134 u8 digest[ALIGN(MAX_DIGEST_SIZE, SPU_MSG_ALIGN)];
246 u8 incr_hash[MAX_DIGEST_SIZE];
336 u8 incr_hash[MAX_DIGEST_SIZE];
Dcipher.c1009 memcpy(rctx->incr_hash, rctx->msg_buf.digest, MAX_DIGEST_SIZE); in handle_ahash_resp()
1981 WARN_ON(ctx->digestsize > MAX_DIGEST_SIZE); in __ahash_init()
/kernel/linux/linux-5.10/crypto/
Dtcrypt.c49 #define MAX_DIGEST_SIZE 64 macro
1075 if (crypto_ahash_digestsize(tfm) > MAX_DIGEST_SIZE) { in test_ahash_speed_common()
1077 MAX_DIGEST_SIZE); in test_ahash_speed_common()
1092 output = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in test_ahash_speed_common()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0003_linux_crypto.patch443 +#define MAX_DIGEST_SIZE 64