Searched defs:commentp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dauthfile.c118 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
144 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
152 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
205 sshkey_try_load_public(struct sshkey **kp, const char *filename, char **commentp) argument
265 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
[all...]
H A Dauthfd.c236 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
H A Dsshkey.c3096 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3566 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3597 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, struct sshkey **keyp, char **commentp) argument
[all...]
H A Dssh-keygen.c314 load_identity(const char *filename, char **commentp) argument

Completed in 198 milliseconds