Searched refs:BASH384_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance
22 #define BASH384_DIGEST_SIZE 48 macro29 #if (MAX_DIGEST_SIZE < BASH384_DIGEST_SIZE)31 #define MAX_DIGEST_SIZE BASH384_DIGEST_SIZE58 ATTRIBUTE_WARN_UNUSED_RET int bash384_final(bash384_context *ctx, u8 output[BASH384_DIGEST_SIZE]);60 u8 output[BASH384_DIGEST_SIZE]);61 ATTRIBUTE_WARN_UNUSED_RET int bash384(const u8 *input, u32 ilen, u8 output[BASH384_DIGEST_SIZE]);
514 .digest_size = BASH384_DIGEST_SIZE,
21 ret = _bash_init(ctx, BASH384_DIGEST_SIZE); EG(ret, err); in bash384_init()44 int bash384_final(bash384_context *ctx, u8 output[BASH384_DIGEST_SIZE]) in bash384_final() argument67 u8 output[BASH384_DIGEST_SIZE]) in bash384_scattered() argument95 int bash384(const u8 *input, u32 ilen, u8 output[BASH384_DIGEST_SIZE]) in bash384() argument