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