Searched refs:gen_candidates (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | moduli.c | 143 int gen_candidates(FILE *, u_int32_t, u_int32_t, BIGNUM *); 241 gen_candidates(FILE *out, u_int32_t memory, u_int32_t power, BIGNUM *start) in gen_candidates() function
|
| HD | ssh_namespace.h | 290 #define gen_candidates ssh_gen_candidates macro
|
| HD | ssh-keygen.c | 171 int gen_candidates(FILE *, u_int32_t, u_int32_t, BIGNUM *); 2539 if (gen_candidates(out, memory, bits, start) != 0) in main()
|