Searched refs:sha224_buffer (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sha224.c | 121 ret = local_memcpy(ctx->sha224_buffer + left, data_ptr, fill); EG(ret, err); in sha224_update() 122 ret = sha224_process(ctx, ctx->sha224_buffer); EG(ret, err); in sha224_update() 135 ret = local_memcpy(ctx->sha224_buffer + left, data_ptr, remain_ilen); EG(ret, err); in sha224_update() 161 ret = local_memcpy(last_padded_block, ctx->sha224_buffer, in sha224_final()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha224.h | 66 u8 sha224_buffer[SHA224_BLOCK_SIZE]; member
|