Searched refs:sm3_update (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sm3.c | 215 int sm3_update(sm3_context *ctx, const u8 *input, u32 ilen) in sm3_update() function 331 ret = sm3_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sm3_scattered() 347 ret = sm3_update(&ctx, input, ilen); EG(ret, err); in sm3()
|
H A D | hash_algs.c | 297 return sm3_update((sm3_context*)hctx, chunk, chunklen); in _sm3_update()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sm3.h | 66 ATTRIBUTE_WARN_UNUSED_RET int sm3_update(sm3_context *ctx, const u8 *input, u32 ilen);
|