Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dbash512.c44 int bash512_final(bash512_context *ctx, u8 output[BASH512_DIGEST_SIZE]) in bash512_final() function
81 ret = bash512_final(&ctx, output); in bash512_scattered()
98 ret = bash512_final(&ctx, output); in bash512()
H A Dhash_algs.c427 return bash512_final((bash512_context*)hctx, output); in _bash512_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dbash512.h58 ATTRIBUTE_WARN_UNUSED_RET int bash512_final(bash512_context *ctx, u8 output[BASH512_DIGEST_SIZE]);