Searched refs:MAX_DIGEST_SIZE (Results 1 – 5 of 5) sorted by relevance
21 #define MAX_DIGEST_SIZE 64 macro42 unsigned char policydigest[MAX_DIGEST_SIZE];
48 #define MAX_DIGEST_SIZE SHA3_512_DIGEST_SIZE macro145 u8 digest[ALIGN(MAX_DIGEST_SIZE, SPU_MSG_ALIGN)];257 u8 incr_hash[MAX_DIGEST_SIZE];347 u8 incr_hash[MAX_DIGEST_SIZE];
1055 memcpy(rctx->incr_hash, rctx->msg_buf.digest, MAX_DIGEST_SIZE); in handle_ahash_resp()2077 WARN_ON(ctx->digestsize > MAX_DIGEST_SIZE); in __ahash_init()
54 #define MAX_DIGEST_SIZE 64 macro1078 if (crypto_ahash_digestsize(tfm) > MAX_DIGEST_SIZE) { in test_ahash_speed_common()1080 MAX_DIGEST_SIZE); in test_ahash_speed_common()1095 output = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in test_ahash_speed_common()
29 #define MAX_DIGEST_SIZE 64 macro