Home
last modified time | relevance | path

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

/src/crypto/libecc/src/hash/ !
H A Dbash224.c50 ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err); in bash224_final()
H A Dbash512.c50 ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err); in bash512_final()
H A Dbash256.c50 ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err); in bash256_final()
H A Dbash384.c50 ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err); in bash384_final()
H A Dbash.c107 int _bash_finalize(bash_context *ctx, u8 *output) in _bash_finalize() function
/src/crypto/libecc/include/libecc/hash/ !
H A Dbash.h160 ATTRIBUTE_WARN_UNUSED_RET int _bash_finalize(bash_context *ctx, uint8_t *output);