Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfile.c116 struct sshkey **keyp, char **commentp) in sshkey_load_private_type() argument
122 if (commentp != NULL) in sshkey_load_private_type()
123 *commentp = NULL; in sshkey_load_private_type()
132 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp); in sshkey_load_private_type()
142 struct sshkey **keyp, char **commentp) in sshkey_load_private() argument
145 keyp, commentp); in sshkey_load_private()
150 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd() argument
159 passphrase, keyp, commentp)) != 0) in sshkey_load_private_type_fd()
203 char **commentp) in sshkey_try_load_public() argument
214 if (commentp != NULL) in sshkey_try_load_public()
[all …]
H A Dauthfile.h47 struct sshkey **keyp, char **commentp);
H A Dauthfd.c238 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2() argument
250 if (commentp != NULL) { in deserialise_identity2()
251 *commentp = comment; in deserialise_identity2()