• Home
  • Raw
  • Download

Lines Matching refs:keyp

76     struct sshkey **keyp, int allow_cert);
1660 sshkey_generate(int type, u_int bits, struct sshkey **keyp) in sshkey_generate() argument
1665 if (keyp == NULL) in sshkey_generate()
1667 *keyp = NULL; in sshkey_generate()
1700 *keyp = k; in sshkey_generate()
1961 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, in sshkey_from_blob_internal() argument
1977 if (keyp != NULL) in sshkey_from_blob_internal()
1978 *keyp = NULL; in sshkey_from_blob_internal()
2133 if (keyp != NULL) { in sshkey_from_blob_internal()
2134 *keyp = key; in sshkey_from_blob_internal()
2151 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob() argument
2158 r = sshkey_from_blob_internal(b, keyp, 1); in sshkey_from_blob()
2164 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) in sshkey_fromb() argument
2166 return sshkey_from_blob_internal(b, keyp, 1); in sshkey_fromb()
2170 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) in sshkey_froms() argument
2177 r = sshkey_from_blob_internal(b, keyp, 1); in sshkey_froms()
3190 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
3205 if (keyp != NULL) in sshkey_parse_private2()
3206 *keyp = NULL; in sshkey_parse_private2()
3377 if (keyp != NULL) { in sshkey_parse_private2()
3378 *keyp = k; in sshkey_parse_private2()
3602 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob() argument
3608 if (keyp != NULL) in sshkey_parse_public_rsa1_fileblob()
3609 *keyp = NULL; in sshkey_parse_public_rsa1_fileblob()
3648 if (keyp != NULL) { in sshkey_parse_public_rsa1_fileblob()
3649 *keyp = pub; in sshkey_parse_public_rsa1_fileblob()
3660 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1() argument
3672 if (keyp != NULL) in sshkey_parse_private_rsa1()
3673 *keyp = NULL; in sshkey_parse_private_rsa1()
3755 if (keyp != NULL) { in sshkey_parse_private_rsa1()
3756 *keyp = prv; in sshkey_parse_private_rsa1()
3776 const char *passphrase, struct sshkey **keyp) in sshkey_parse_private_pem_fileblob() argument
3783 if (keyp != NULL) in sshkey_parse_private_pem_fileblob()
3784 *keyp = NULL; in sshkey_parse_private_pem_fileblob()
3898 if (keyp != NULL) { in sshkey_parse_private_pem_fileblob()
3899 *keyp = prv; in sshkey_parse_private_pem_fileblob()
3913 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() argument
3917 if (keyp != NULL) in sshkey_parse_private_fileblob_type()
3918 *keyp = NULL; in sshkey_parse_private_fileblob_type()
3926 keyp, commentp); in sshkey_parse_private_fileblob_type()
3933 passphrase, keyp); in sshkey_parse_private_fileblob_type()
3937 keyp, commentp); in sshkey_parse_private_fileblob_type()
3939 r = sshkey_parse_private2(blob, type, passphrase, keyp, in sshkey_parse_private_fileblob_type()
3946 passphrase, keyp); in sshkey_parse_private_fileblob_type()
3957 struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob() argument
3959 if (keyp != NULL) in sshkey_parse_private_fileblob()
3960 *keyp = NULL; in sshkey_parse_private_fileblob()
3968 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()
3972 passphrase, keyp, commentp); in sshkey_parse_private_fileblob()