Lines Matching refs:commentp
3097 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
3106 if (commentp != NULL) in sshkey_parse_private2()
3107 *commentp = NULL; in sshkey_parse_private2()
3142 if (commentp != NULL) { in sshkey_parse_private2()
3143 *commentp = comment; in sshkey_parse_private2()
3567 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() argument
3573 if (commentp != NULL) in sshkey_parse_private_fileblob_type()
3574 *commentp = NULL; in sshkey_parse_private_fileblob_type()
3580 keyp, commentp); in sshkey_parse_private_fileblob_type()
3583 commentp); in sshkey_parse_private_fileblob_type()
3598 struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob() argument
3602 if (commentp != NULL) in sshkey_parse_private_fileblob()
3603 *commentp = NULL; in sshkey_parse_private_fileblob()
3606 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()