Searched defs:BASH224_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
44 int bash224_final(bash224_context *ctx, u8 output[BASH224_DIGEST_SIZE]) in bash224_final()67 u8 output[BASH224_DIGEST_SIZE]) in bash224_scattered()91 int bash224(const u8 *input, u32 ilen, u8 output[BASH224_DIGEST_SIZE]) in bash224()
22 #define BASH224_DIGEST_SIZE 28 macro