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