• Home
  • Raw
  • Download

Lines Matching refs:commentp

3197     struct sshkey **keyp, char **commentp)  in sshkey_parse_private2()  argument
3215 if (commentp != NULL) in sshkey_parse_private2()
3216 *commentp = NULL; in sshkey_parse_private2()
3382 if (commentp != NULL) { in sshkey_parse_private2()
3383 *commentp = comment; in sshkey_parse_private2()
3607 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob() argument
3615 if (commentp != NULL) in sshkey_parse_public_rsa1_fileblob()
3616 *commentp = NULL; in sshkey_parse_public_rsa1_fileblob()
3647 if ((r = sshbuf_get_string(copy, (u_char**)commentp, NULL)) != 0) in sshkey_parse_public_rsa1_fileblob()
3669 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1() argument
3682 if (commentp != NULL) in sshkey_parse_private_rsa1()
3683 *commentp = NULL; in sshkey_parse_private_rsa1()
3769 if (commentp != NULL) { in sshkey_parse_private_rsa1()
3770 *commentp = comment; in sshkey_parse_private_rsa1()
3880 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() argument
3885 if (commentp != NULL) in sshkey_parse_private_fileblob_type()
3886 *commentp = NULL; in sshkey_parse_private_fileblob_type()
3892 keyp, commentp); in sshkey_parse_private_fileblob_type()
3903 keyp, commentp); in sshkey_parse_private_fileblob_type()
3906 commentp)) == 0) in sshkey_parse_private_fileblob_type()
3921 const char *filename, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob() argument
3927 if (commentp != NULL) in sshkey_parse_private_fileblob()
3928 *commentp = NULL; in sshkey_parse_private_fileblob()
3934 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()
3938 passphrase, keyp, commentp)) == 0) in sshkey_parse_private_fileblob()