Lines Matching refs:commentp
3205 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
3214 if (commentp != NULL) in sshkey_parse_private2()
3215 *commentp = NULL; in sshkey_parse_private2()
3250 if (commentp != NULL) { in sshkey_parse_private2()
3251 *commentp = comment; in sshkey_parse_private2()
3697 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() argument
3703 if (commentp != NULL) in sshkey_parse_private_fileblob_type()
3704 *commentp = NULL; in sshkey_parse_private_fileblob_type()
3710 keyp, commentp); in sshkey_parse_private_fileblob_type()
3713 commentp); in sshkey_parse_private_fileblob_type()
3728 struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob() argument
3732 if (commentp != NULL) in sshkey_parse_private_fileblob()
3733 *commentp = NULL; in sshkey_parse_private_fileblob()
3736 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()