Home
last modified time | relevance | path

Searched refs:belt_hash_process (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/crypto/libecc/src/hash/
HDbelt-hash.c269 ATTRIBUTE_WARN_UNUSED_RET static int belt_hash_process(belt_hash_context *ctx, const u8 data[BELT_H… in belt_hash_process() function
361 ret = belt_hash_process(ctx, ctx->belt_hash_buffer); EG(ret, err); in belt_hash_update()
371 ret = belt_hash_process(ctx, data_ptr); EG(ret, err); in belt_hash_update()
405 ret = belt_hash_process(ctx, ctx->belt_hash_buffer); EG(ret, err); in belt_hash_final()