Searched refs:MAX_DIGEST_SIZE (Results 1 – 4 of 4) sorted by relevance
38 #define MAX_DIGEST_SIZE SHA3_512_DIGEST_SIZE macro135 u8 digest[ALIGN(MAX_DIGEST_SIZE, SPU_MSG_ALIGN)];247 u8 incr_hash[MAX_DIGEST_SIZE];337 u8 incr_hash[MAX_DIGEST_SIZE];
1006 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()
24 #define MAX_DIGEST_SIZE 64 macro47 unsigned char policydigest[MAX_DIGEST_SIZE];
49 #define MAX_DIGEST_SIZE 64 macro1088 if (crypto_ahash_digestsize(tfm) > MAX_DIGEST_SIZE) { in test_ahash_speed_common()1090 MAX_DIGEST_SIZE); in test_ahash_speed_common()1105 output = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in test_ahash_speed_common()
Completed in 19 milliseconds