Searched refs:rand_method (Results 1 – 1 of 1) sorted by relevance
54 static char *rand_method; variable62 { "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()