Searched refs:_bash_finalize (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/libecc/src/hash/ ! |
| H A D | bash224.c | 50 ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err); in bash224_final()
|
| H A D | bash512.c | 50 ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err); in bash512_final()
|
| H A D | bash256.c | 50 ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err); in bash256_final()
|
| H A D | bash384.c | 50 ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err); in bash384_final()
|
| H A D | bash.c | 107 int _bash_finalize(bash_context *ctx, u8 *output) in _bash_finalize() function
|
| /src/crypto/libecc/include/libecc/hash/ ! |
| H A D | bash.h | 160 ATTRIBUTE_WARN_UNUSED_RET int _bash_finalize(bash_context *ctx, uint8_t *output);
|