Searched refs:MAX_DIGEST_SIZE (Results 1 – 5 of 5) sorted by relevance
18 #define MAX_DIGEST_SIZE 64 macro40 unsigned char policydigest[MAX_DIGEST_SIZE];
37 #define MAX_DIGEST_SIZE SHA3_512_DIGEST_SIZE macro134 u8 digest[ALIGN(MAX_DIGEST_SIZE, SPU_MSG_ALIGN)];246 u8 incr_hash[MAX_DIGEST_SIZE];336 u8 incr_hash[MAX_DIGEST_SIZE];
1009 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()
49 #define MAX_DIGEST_SIZE 64 macro1075 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()
443 +#define MAX_DIGEST_SIZE 64