Searched refs:BASH256_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance
22 #define BASH256_DIGEST_SIZE 32 macro29 #if (MAX_DIGEST_SIZE < BASH256_DIGEST_SIZE)31 #define MAX_DIGEST_SIZE BASH256_DIGEST_SIZE58 ATTRIBUTE_WARN_UNUSED_RET int bash256_final(bash256_context *ctx, u8 output[BASH256_DIGEST_SIZE]);60 u8 output[BASH256_DIGEST_SIZE]);61 ATTRIBUTE_WARN_UNUSED_RET int bash256(const u8 *input, u32 ilen, u8 output[BASH256_DIGEST_SIZE]);
500 .digest_size = BASH256_DIGEST_SIZE,
21 ret = _bash_init(ctx, BASH256_DIGEST_SIZE); EG(ret, err); in bash256_init()44 int bash256_final(bash256_context *ctx, u8 output[BASH256_DIGEST_SIZE]) in bash256_final() argument67 u8 output[BASH256_DIGEST_SIZE]) in bash256_scattered() argument91 int bash256(const u8 *input, u32 ilen, u8 output[BASH256_DIGEST_SIZE]) in bash256() argument