Searched defs:BASH256_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
44 int bash256_final(bash256_context *ctx, u8 output[BASH256_DIGEST_SIZE]) in bash256_final()67 u8 output[BASH256_DIGEST_SIZE]) in bash256_scattered()91 int bash256(const u8 *input, u32 ilen, u8 output[BASH256_DIGEST_SIZE]) in bash256()
22 #define BASH256_DIGEST_SIZE 32 macro