Lines Matching defs:commentp
3149 struct sshkey **keyp, char **commentp)
3158 if (commentp != NULL)
3159 *commentp = NULL;
3194 if (commentp != NULL) {
3195 *commentp = comment;
3613 const char *passphrase, struct sshkey **keyp, char **commentp)
3619 if (commentp != NULL)
3620 *commentp = NULL;
3626 keyp, commentp);
3629 commentp);
3644 struct sshkey **keyp, char **commentp)
3648 if (commentp != NULL)
3649 *commentp = NULL;
3652 passphrase, keyp, commentp);