Home
last modified time | relevance | path

Searched refs:bash256_update (Results 1 – 3 of 3) sorted by relevance

/src/crypto/libecc/src/hash/
H A Dbash256.c31 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 Dhash_algs.c395 return bash256_update((bash256_context*)hctx, chunk, chunklen); in _bash256_update()
/src/crypto/libecc/include/libecc/hash/
H A Dbash256.h57 ATTRIBUTE_WARN_UNUSED_RET int bash256_update(bash256_context *ctx, const u8 *input, u32 ilen);