Searched refs:_bash_update (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/libecc/src/hash/ |
| H A D | bash224.c | 37 ret = _bash_update((bash_context *)ctx, input, ilen); in bash224_update()
|
| H A D | bash512.c | 37 ret = _bash_update((bash_context *)ctx, input, ilen); in bash512_update()
|
| H A D | bash256.c | 37 ret = _bash_update((bash_context *)ctx, input, ilen); in bash256_update()
|
| H A D | bash384.c | 37 ret = _bash_update((bash_context *)ctx, input, ilen); in bash384_update()
|
| H A D | bash.c | 57 int _bash_update(bash_context *ctx, const u8 *input, u32 ilen) in _bash_update() function
|
| /src/crypto/libecc/include/libecc/hash/ |
| H A D | bash.h | 159 ATTRIBUTE_WARN_UNUSED_RET int _bash_update(bash_context *ctx, const uint8_t *buf, uint32_t buflen);
|