Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dbash384.c44 int bash384_final(bash384_context *ctx, u8 output[BASH384_DIGEST_SIZE]) in bash384_final() function
85 ret = bash384_final(&ctx, output); in bash384_scattered()
102 ret = bash384_final(&ctx, output); in bash384()
H A Dhash_algs.c413 return bash384_final((bash384_context*)hctx, output); in _bash384_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dbash384.h58 ATTRIBUTE_WARN_UNUSED_RET int bash384_final(bash384_context *ctx, u8 output[BASH384_DIGEST_SIZE]);