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