Lines Matching refs:commentp
3502 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
3519 if (commentp != NULL) in sshkey_parse_private2()
3520 *commentp = NULL; in sshkey_parse_private2()
3693 if (commentp != NULL) { in sshkey_parse_private2()
3694 *commentp = comment; in sshkey_parse_private2()
3961 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() argument
3967 if (commentp != NULL) in sshkey_parse_private_fileblob_type()
3968 *commentp = NULL; in sshkey_parse_private_fileblob_type()
3983 keyp, commentp); in sshkey_parse_private_fileblob_type()
3986 commentp); in sshkey_parse_private_fileblob_type()
4003 struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob() argument
4007 if (commentp != NULL) in sshkey_parse_private_fileblob()
4008 *commentp = NULL; in sshkey_parse_private_fileblob()
4011 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()