Searched defs:BASH384_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
44 int bash384_final(bash384_context *ctx, u8 output[BASH384_DIGEST_SIZE]) in bash384_final()67 u8 output[BASH384_DIGEST_SIZE]) in bash384_scattered()95 int bash384(const u8 *input, u32 ilen, u8 output[BASH384_DIGEST_SIZE]) in bash384()
22 #define BASH384_DIGEST_SIZE 48 macro