Lines Matching defs:commentp
112 struct sshkey **keyp, char **commentp)
118 if (commentp != NULL)
119 *commentp = NULL;
128 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp);
138 struct sshkey **keyp, char **commentp)
141 keyp, commentp);
146 struct sshkey **keyp, char **commentp)
155 passphrase, keyp, commentp)) != 0)
199 char **commentp)
210 if (commentp != NULL)
211 *commentp = NULL;
236 if (commentp) {
237 *commentp = strdup(*cp ?
239 if (*commentp == NULL)
258 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp)
265 if (commentp != NULL)
266 *commentp = NULL;
268 if ((r = sshkey_try_load_public(keyp, filename, commentp)) == 0)
274 if ((r = sshkey_try_load_public(keyp, pubfile, commentp)) == 0)