Searched refs:sha512_core_process (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sha512_core.c | 21 ATTRIBUTE_WARN_UNUSED_RET static int sha512_core_process(sha512_core_context *ctx, in sha512_core_process() function 93 ret = sha512_core_process(ctx, ctx->sha512_buffer); EG(ret, err); in sha512_core_update() 100 ret = sha512_core_process(ctx, data_ptr); EG(ret, err); in sha512_core_update() 144 ret = sha512_core_process(ctx, last_padded_block); EG(ret, err); in sha512_core_final() 145 ret = sha512_core_process(ctx, last_padded_block + SHA512_CORE_BLOCK_SIZE); EG(ret, err); in sha512_core_final() 151 ret = sha512_core_process(ctx, last_padded_block); EG(ret, err); in sha512_core_final()
|