Searched refs:bash224_update (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/libecc/src/hash/ |
| H A D | bash224.c | 31 int bash224_update(bash224_context *ctx, const u8 *input, u32 ilen) in bash224_update() function 77 ret = bash224_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in bash224_scattered() 97 ret = bash224_update(&ctx, input, ilen); EG(ret, err); in bash224()
|
| H A D | hash_algs.c | 381 return bash224_update((bash224_context*)hctx, chunk, chunklen); in _bash224_update()
|
| /freebsd/crypto/libecc/include/libecc/hash/ |
| H A D | bash224.h | 57 ATTRIBUTE_WARN_UNUSED_RET int bash224_update(bash224_context *ctx, const u8 *input, u32 ilen);
|