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

/freebsd-12-stable/crypto/openssh/
H A Dauthfd.c203 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
H A Dauthfile.c169 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp, int *perm_ok) argument
202 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
228 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
265 sshkey_try_load_public(struct sshkey *k, const char *filename, char **commentp) argument
313 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
[all...]
H A Dsshkey.c3544 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
4026 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
4068 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, struct sshkey **keyp, char **commentp) argument
[all...]

Completed in 144 milliseconds