Searched refs:belt_hash_context (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | belt-hash.h | 147 } belt_hash_context; typedef 156 ATTRIBUTE_WARN_UNUSED_RET int belt_hash_init(belt_hash_context *ctx); 157 ATTRIBUTE_WARN_UNUSED_RET int belt_hash_update(belt_hash_context *ctx, const u8 *input, u32 ilen); 158 ATTRIBUTE_WARN_UNUSED_RET int belt_hash_final(belt_hash_context *ctx, u8 output[BELT_HASH_DIGEST_SI…
|
H A D | hash_algs.h | 99 belt_hash_context belt_hash;
|
/freebsd/crypto/libecc/src/hash/ |
H A D | belt-hash.c | 269 ATTRIBUTE_WARN_UNUSED_RET static int belt_hash_process(belt_hash_context *ctx, const u8 data[BELT_H… in belt_hash_process() 283 static void belt_update_ctr(belt_hash_context *ctx, u8 len_bytes) in belt_update_ctr() 307 int belt_hash_init(belt_hash_context *ctx) in belt_hash_init() 332 int belt_hash_update(belt_hash_context *ctx, const u8 *input, u32 ilen) in belt_hash_update() 387 int belt_hash_final(belt_hash_context *ctx, u8 output[BELT_HASH_DIGEST_SIZE]) in belt_hash_final() 429 belt_hash_context ctx; in belt_hash_scattered() 453 belt_hash_context ctx; in belt_hash()
|
H A D | hash_algs.c | 363 return belt_hash_init((belt_hash_context*)hctx); in _belt_hash_init() 367 return belt_hash_update((belt_hash_context*)hctx, chunk, chunklen); in _belt_hash_update() 371 return belt_hash_final((belt_hash_context*)hctx, output); in _belt_hash_final()
|
/freebsd/crypto/libecc/src/sig/ |
H A D | bign_common.c | 214 belt_hash_context belt_hash_ctx; in __bign_determinitic_nonce() 482 belt_hash_context belt_hash_ctx; in __bign_sign_finalize() 858 belt_hash_context belt_hash_ctx; in __bign_verify_finalize()
|