tomcrypt.prng

Undocumented in source.

Members

Functions

find_prng
int find_prng(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fortuna_add_entropy
int fortuna_add_entropy(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fortuna_done
int fortuna_done(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fortuna_export
int fortuna_export(ubyte* _out, c_ulong* outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fortuna_import
int fortuna_import(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fortuna_read
c_ulong fortuna_read(ubyte* _out, c_ulong outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fortuna_ready
int fortuna_ready(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fortuna_start
int fortuna_start(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fortuna_test
int fortuna_test()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
prng_is_valid
int prng_is_valid(int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_add_entropy
int rc4_add_entropy(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_done
int rc4_done(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_export
int rc4_export(ubyte* _out, c_ulong* outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_import
int rc4_import(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_read
c_ulong rc4_read(ubyte* _out, c_ulong outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_ready
int rc4_ready(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_start
int rc4_start(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_test
int rc4_test()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
register_prng
int register_prng(ltc_prng_descriptor* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rng_get_bytes
c_ulong rng_get_bytes(ubyte* _out, c_ulong outlen, void function() callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rng_make_prng
int rng_make_prng(int bits, int wprng, prng_state* prng, void function() callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_add_entropy
int sober128_add_entropy(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_done
int sober128_done(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_export
int sober128_export(ubyte* _out, c_ulong* outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_import
int sober128_import(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_read
c_ulong sober128_read(ubyte* _out, c_ulong outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_ready
int sober128_ready(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_start
int sober128_start(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_test
int sober128_test()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_add_entropy
int sprng_add_entropy(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_done
int sprng_done(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_export
int sprng_export(ubyte* _out, c_ulong* outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_import
int sprng_import(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_read
c_ulong sprng_read(ubyte* _out, c_ulong outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_ready
int sprng_ready(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_start
int sprng_start(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_test
int sprng_test()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unregister_prng
int unregister_prng(ltc_prng_descriptor* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_add_entropy
int yarrow_add_entropy(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_done
int yarrow_done(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_export
int yarrow_export(ubyte* _out, c_ulong* outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_import
int yarrow_import(ubyte* _in, c_ulong inlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_read
c_ulong yarrow_read(ubyte* _out, c_ulong outlen, prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_ready
int yarrow_ready(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_start
int yarrow_start(prng_state* prng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_test
int yarrow_test()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

fortuna_desc
ltc_prng_descriptor fortuna_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
prng_descriptor
ltc_prng_descriptor[] prng_descriptor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rc4_desc
ltc_prng_descriptor rc4_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_desc
ltc_prng_descriptor sober128_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprng_desc
ltc_prng_descriptor sprng_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_desc
ltc_prng_descriptor yarrow_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

fortuna_prng
struct fortuna_prng
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ltc_prng_descriptor
struct ltc_prng_descriptor

PRNG descriptor

rc4_prng
struct rc4_prng
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sober128_prng
struct sober128_prng
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yarrow_prng
struct yarrow_prng
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

prng_state
union prng_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta