Searched refs:belt_hash_h (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | belt-hash.c | 271 _belt_hash_process(data, ctx->belt_hash_h, &(ctx->belt_hash_state[BELT_BLOCK_LEN])); in belt_hash_process() 317 PUT_UINT64_LE(0x3bf5080ac8ba94b1ULL, ctx->belt_hash_h, 0); in belt_hash_init() 318 PUT_UINT64_LE(0xe45d4a588e006d36ULL, ctx->belt_hash_h, 8); in belt_hash_init() 319 PUT_UINT64_LE(0xacc7b61b9dfa0485ULL, ctx->belt_hash_h, 16); in belt_hash_init() 320 PUT_UINT64_LE(0x0dcefd02c2722e25ULL, ctx->belt_hash_h, 24); in belt_hash_init() 409 ret = belt_hash_finalize(ctx->belt_hash_state, ctx->belt_hash_h, output); EG(ret, err); in belt_hash_final()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | belt-hash.h | 142 u8 belt_hash_h[BELT_HASH_BLOCK_SIZE]; member
|