Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_rand.c54 static char *rand_method; variable
62 { "method", 0, arg_string, &rand_method,
113 if (rand_method) { in main()
117 else if (strcasecmp(rand_method, "fortuna") == 0) in main()
121 else if (strcasecmp(rand_method, "unix") == 0) in main()
125 else if (strcasecmp(rand_method, "w32crypto") == 0) in main()
129 errx(1, "unknown method %s", rand_method); in main()