Searched defs:BELT_HASH_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
387 int belt_hash_final(belt_hash_context *ctx, u8 output[BELT_HASH_DIGEST_SIZE]) in belt_hash_final()427 u8 output[BELT_HASH_DIGEST_SIZE]) in belt_hash_scattered()451 int belt_hash(const u8 *input, u32 ilen, u8 output[BELT_HASH_DIGEST_SIZE]) in belt_hash()
104 #define BELT_HASH_DIGEST_SIZE 32 macro