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