Home
last modified time | relevance | path

Searched refs:_bash_update (Results 1 – 6 of 6) sorted by relevance

/src/crypto/libecc/src/hash/
H A Dbash224.c37 ret = _bash_update((bash_context *)ctx, input, ilen); in bash224_update()
H A Dbash512.c37 ret = _bash_update((bash_context *)ctx, input, ilen); in bash512_update()
H A Dbash256.c37 ret = _bash_update((bash_context *)ctx, input, ilen); in bash256_update()
H A Dbash384.c37 ret = _bash_update((bash_context *)ctx, input, ilen); in bash384_update()
H A Dbash.c57 int _bash_update(bash_context *ctx, const u8 *input, u32 ilen) in _bash_update() function
/src/crypto/libecc/include/libecc/hash/
H A Dbash.h159 ATTRIBUTE_WARN_UNUSED_RET int _bash_update(bash_context *ctx, const uint8_t *buf, uint32_t buflen);