Lines Matching refs:commentp
4258 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
4267 if (commentp != NULL) in sshkey_parse_private2()
4268 *commentp = NULL; in sshkey_parse_private2()
4303 if (commentp != NULL) { in sshkey_parse_private2()
4304 *commentp = comment; in sshkey_parse_private2()
4681 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() argument
4687 if (commentp != NULL) in sshkey_parse_private_fileblob_type()
4688 *commentp = NULL; in sshkey_parse_private_fileblob_type()
4695 keyp, commentp); in sshkey_parse_private_fileblob_type()
4698 commentp); in sshkey_parse_private_fileblob_type()
4713 struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob() argument
4717 if (commentp != NULL) in sshkey_parse_private_fileblob()
4718 *commentp = NULL; in sshkey_parse_private_fileblob()
4721 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()