Searched refs:randombytes_implementation (Results 1 – 9 of 9) sorted by relevance
19 typedef struct randombytes_implementation { struct26 } randombytes_implementation; argument54 int randombytes_set_implementation(randombytes_implementation *impl);
13 extern struct randombytes_implementation randombytes_sysrandom_implementation;
13 extern struct randombytes_implementation randombytes_salsa20_implementation;
15 extern struct randombytes_implementation randombytes_nativeclient_implementation;
133 randombytes_implementation impl = randombytes_sysrandom_implementation; in impl_tests()135 randombytes_implementation impl = randombytes_nativeclient_implementation; in impl_tests()
30 static const randombytes_implementation *implementation;54 randombytes_set_implementation(randombytes_implementation *impl) in randombytes_set_implementation()
52 struct randombytes_implementation randombytes_nativeclient_implementation = {
375 struct randombytes_implementation randombytes_sysrandom_implementation = {
557 struct randombytes_implementation randombytes_salsa20_implementation = {