Searched defs:BASH512_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
44 int bash512_final(bash512_context *ctx, u8 output[BASH512_DIGEST_SIZE]) in bash512_final()67 u8 output[BASH512_DIGEST_SIZE]) in bash512_scattered()91 int bash512(const u8 *input, u32 ilen, u8 output[BASH512_DIGEST_SIZE]) in bash512()
22 #define BASH512_DIGEST_SIZE 64 macro