Searched refs:sha0_buffer (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | sha0.c | 144 ret = local_memcpy(ctx->sha0_buffer + left, data_ptr, fill); EG(ret, err); in sha0_update() 145 ret = sha0_process(ctx, ctx->sha0_buffer); EG(ret, err); in sha0_update() 158 ret = local_memcpy(ctx->sha0_buffer + left, data_ptr, remain_ilen); EG(ret, err); in sha0_update() 184 ret = local_memcpy(last_padded_block, ctx->sha0_buffer, in sha0_final()
|
H A D | sha0.h | 107 u8 sha0_buffer[SHA0_BLOCK_SIZE]; member
|