Searched refs:bash384_update (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/libecc/src/hash/ |
| H A D | bash384.c | 31 int bash384_update(bash384_context *ctx, const u8 *input, u32 ilen) in bash384_update() function 80 ret = bash384_update(&ctx, buf, buflen); EG(ret, err); in bash384_scattered() 101 ret = bash384_update(&ctx, input, ilen); EG(ret, err); in bash384()
|
| H A D | hash_algs.c | 409 return bash384_update((bash384_context*)hctx, chunk, chunklen); in _bash384_update()
|
| /freebsd/crypto/libecc/include/libecc/hash/ |
| H A D | bash384.h | 57 ATTRIBUTE_WARN_UNUSED_RET int bash384_update(bash384_context *ctx, const u8 *input, u32 ilen);
|