Lines Matching refs:commentp
3190 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
3207 if (commentp != NULL) in sshkey_parse_private2()
3208 *commentp = NULL; in sshkey_parse_private2()
3381 if (commentp != NULL) { in sshkey_parse_private2()
3382 *commentp = comment; in sshkey_parse_private2()
3602 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob() argument
3610 if (commentp != NULL) in sshkey_parse_public_rsa1_fileblob()
3611 *commentp = NULL; in sshkey_parse_public_rsa1_fileblob()
3642 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0) in sshkey_parse_public_rsa1_fileblob()
3660 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1() argument
3674 if (commentp != NULL) in sshkey_parse_private_rsa1()
3675 *commentp = NULL; in sshkey_parse_private_rsa1()
3759 if (commentp != NULL) { in sshkey_parse_private_rsa1()
3760 *commentp = comment; in sshkey_parse_private_rsa1()
3913 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() argument
3919 if (commentp != NULL) in sshkey_parse_private_fileblob_type()
3920 *commentp = NULL; in sshkey_parse_private_fileblob_type()
3926 keyp, commentp); in sshkey_parse_private_fileblob_type()
3937 keyp, commentp); in sshkey_parse_private_fileblob_type()
3940 commentp); in sshkey_parse_private_fileblob_type()
3957 struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob() argument
3961 if (commentp != NULL) in sshkey_parse_private_fileblob()
3962 *commentp = NULL; in sshkey_parse_private_fileblob()
3968 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()
3972 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()