Searched refs:gostr34_11_94_buffer (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | gostr34_11_94.c | 472 ret = local_memcpy(ctx->gostr34_11_94_buffer + left, data_ptr, fill); EG(ret, err); in gostr34_11_94_update() 473 ret = gostr34_11_94_process(ctx, ctx->gostr34_11_94_buffer); EG(ret, err); in gostr34_11_94_update() 486 ret = local_memcpy(ctx->gostr34_11_94_buffer + left, data_ptr, remain_ilen); EG(ret, err); in gostr34_11_94_update() 511 ret = local_memcpy(last_padded_block, ctx->gostr34_11_94_buffer, in gostr34_11_94_final()
|
H A D | gostr34_11_94.h | 146 u8 gostr34_11_94_buffer[GOSTR34_11_94_BLOCK_SIZE]; member
|