Home
last modified time | relevance | path

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

/src/crypto/libecc/src/hash/
H A Dbash256.c44 int bash256_final(bash256_context *ctx, u8 output[BASH256_DIGEST_SIZE]) in bash256_final() function
81 ret = bash256_final(&ctx, output); in bash256_scattered()
98 ret = bash256_final(&ctx, output); EG(ret, err); in bash256()
H A Dhash_algs.c399 return bash256_final((bash256_context*)hctx, output); in _bash256_final()
/src/crypto/libecc/include/libecc/hash/
H A Dbash256.h58 ATTRIBUTE_WARN_UNUSED_RET int bash256_final(bash256_context *ctx, u8 output[BASH256_DIGEST_SIZE]);