Searched refs:sha384_buffer (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sha384.c | 120 ret = local_memcpy(ctx->sha384_buffer + left, data_ptr, fill); EG(ret, err); in sha384_update() 121 ret = sha384_process(ctx, ctx->sha384_buffer); EG(ret, err); in sha384_update() 134 ret = local_memcpy(ctx->sha384_buffer + left, data_ptr, remain_ilen); EG(ret, err); in sha384_update() 164 ret = local_memcpy(last_padded_block, ctx->sha384_buffer, in sha384_final()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha384.h | 66 u8 sha384_buffer[SHA384_BLOCK_SIZE]; member
|