Codebase list libcryptx-perl / e201f03a-5092-48ce-a4ff-f611c797ae6f/upstream src / ltc / misc / crypt / crypt_prng_rng_descriptor.c
e201f03a-5092-48ce-a4ff-f611c797ae6f/upstream

Tree @e201f03a-5092-48ce-a4ff-f611c797ae6f/upstream (Download .tar.gz)

crypt_prng_rng_descriptor.c @e201f03a-5092-48ce-a4ff-f611c797ae6f/upstreamraw · history · blame

1
2
3
4
5
6
7
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
#include "tomcrypt_private.h"

#ifdef LTC_PRNG_ENABLE_LTC_RNG
unsigned long (*ltc_rng)(unsigned char *out, unsigned long outlen, void (*callback)(void));
#endif