Searched refs:BASH224_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance
22 #define BASH224_DIGEST_SIZE 28 macro29 #if (MAX_DIGEST_SIZE < BASH224_DIGEST_SIZE)31 #define MAX_DIGEST_SIZE BASH224_DIGEST_SIZE58 ATTRIBUTE_WARN_UNUSED_RET int bash224_final(bash224_context *ctx, u8 output[BASH224_DIGEST_SIZE]);60 u8 output[BASH224_DIGEST_SIZE]);61 ATTRIBUTE_WARN_UNUSED_RET int bash224(const u8 *input, u32 ilen, u8 output[BASH224_DIGEST_SIZE]);
486 .digest_size = BASH224_DIGEST_SIZE,
21 ret = _bash_init(ctx, BASH224_DIGEST_SIZE); EG(ret, err); in bash224_init()44 int bash224_final(bash224_context *ctx, u8 output[BASH224_DIGEST_SIZE]) in bash224_final() argument67 u8 output[BASH224_DIGEST_SIZE]) in bash224_scattered() argument91 int bash224(const u8 *input, u32 ilen, u8 output[BASH224_DIGEST_SIZE]) in bash224() argument