Searched refs:shake256_final (Results 1 – 3 of 3) sorted by relevance
41 int shake256_final(shake256_context *ctx, u8 output[SHAKE256_DIGEST_SIZE]) in shake256_final() function71 ret = shake256_final(&ctx, output); in shake256_scattered()84 ret = shake256_final(&ctx, output); in shake256()
315 return shake256_final((shake256_context*)hctx, output); in _shake256_final()
62 ATTRIBUTE_WARN_UNUSED_RET int shake256_final(shake256_context *ctx, u8 output[SHAKE256_DIGEST_SIZE]…