Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dsshkey.h218 int sshkey_generate(int type, u_int bits, struct sshkey **keyp);
H A Dssh-keygen.c1127 if ((r = sshkey_generate(type, bits, &private)) != 0) { in do_gen_all_hostkeys()
3898 if ((r = sshkey_generate(type, bits, &private)) != 0) in main()
H A Dsshkey.c1398 sshkey_generate(int type, u_int bits, struct sshkey **keyp) in sshkey_generate() function