Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dshake256.c41 int shake256_final(shake256_context *ctx, u8 output[SHAKE256_DIGEST_SIZE]) in shake256_final() function
71 ret = shake256_final(&ctx, output); in shake256_scattered()
84 ret = shake256_final(&ctx, output); in shake256()
H A Dhash_algs.c315 return shake256_final((shake256_context*)hctx, output); in _shake256_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dshake256.h62 ATTRIBUTE_WARN_UNUSED_RET int shake256_final(shake256_context *ctx, u8 output[SHAKE256_DIGEST_SIZE]…