Lines Matching refs:keyp

77     struct sshkey **keyp, int allow_cert);
1662 sshkey_generate(int type, u_int bits, struct sshkey **keyp) in sshkey_generate() argument
1667 if (keyp == NULL) in sshkey_generate()
1669 *keyp = NULL; in sshkey_generate()
1702 *keyp = k; in sshkey_generate()
1970 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, in sshkey_from_blob_internal() argument
1986 *keyp = NULL; in sshkey_from_blob_internal()
2143 *keyp = key; in sshkey_from_blob_internal()
2159 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob() argument
2166 r = sshkey_from_blob_internal(b, keyp, 1); in sshkey_from_blob()
2172 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) in sshkey_fromb() argument
2174 return sshkey_from_blob_internal(b, keyp, 1); in sshkey_fromb()
2178 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) in sshkey_froms() argument
2185 r = sshkey_from_blob_internal(b, keyp, 1); in sshkey_froms()
3197 struct sshkey **keyp, char **commentp) in sshkey_parse_private2() argument
3213 if (keyp != NULL) in sshkey_parse_private2()
3214 *keyp = NULL; in sshkey_parse_private2()
3378 if (keyp != NULL) { in sshkey_parse_private2()
3379 *keyp = k; in sshkey_parse_private2()
3607 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob() argument
3613 if (keyp != NULL) in sshkey_parse_public_rsa1_fileblob()
3614 *keyp = NULL; in sshkey_parse_public_rsa1_fileblob()
3653 if (keyp != NULL) in sshkey_parse_public_rsa1_fileblob()
3654 *keyp = pub; in sshkey_parse_public_rsa1_fileblob()
3669 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1() argument
3681 *keyp = NULL; in sshkey_parse_private_rsa1()
3767 *keyp = prv; in sshkey_parse_private_rsa1()
3790 const char *passphrase, struct sshkey **keyp) in sshkey_parse_private_pem_fileblob() argument
3797 *keyp = NULL; in sshkey_parse_private_pem_fileblob()
3866 *keyp = prv; in sshkey_parse_private_pem_fileblob()
3880 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() argument
3884 *keyp = NULL; in sshkey_parse_private_fileblob_type()
3892 keyp, commentp); in sshkey_parse_private_fileblob_type()
3899 passphrase, keyp); in sshkey_parse_private_fileblob_type()
3903 keyp, commentp); in sshkey_parse_private_fileblob_type()
3905 if ((r = sshkey_parse_private2(blob, type, passphrase, keyp, in sshkey_parse_private_fileblob_type()
3910 passphrase, keyp); in sshkey_parse_private_fileblob_type()
3921 const char *filename, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob() argument
3925 if (keyp != NULL) in sshkey_parse_private_fileblob()
3926 *keyp = 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()