Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha224.c22 ATTRIBUTE_WARN_UNUSED_RET static int sha224_process(sha224_context *ctx, in sha224_process() function
122 ret = sha224_process(ctx, ctx->sha224_buffer); EG(ret, err); in sha224_update()
129 ret = sha224_process(ctx, data_ptr); EG(ret, err); in sha224_update()
173 ret = sha224_process(ctx, last_padded_block); EG(ret, err); in sha224_final()
174 ret = sha224_process(ctx, last_padded_block + SHA224_BLOCK_SIZE); EG(ret, err); in sha224_final()
179 ret = sha224_process(ctx, last_padded_block); EG(ret, err); in sha224_final()