Lines Matching defs:keyp

76     struct sshkey **keyp, int allow_cert);
1660 sshkey_generate(int type, u_int bits, struct sshkey **keyp)
1665 if (keyp == NULL)
1667 *keyp = NULL;
1700 *keyp = k;
1961 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp,
1977 if (keyp != NULL)
1978 *keyp = NULL;
2133 if (keyp != NULL) {
2134 *keyp = key;
2151 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp)
2158 r = sshkey_from_blob_internal(b, keyp, 1);
2164 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp)
2166 return sshkey_from_blob_internal(b, keyp, 1);
2170 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp)
2177 r = sshkey_from_blob_internal(b, keyp, 1);
3190 struct sshkey **keyp, char **commentp)
3205 if (keyp != NULL)
3206 *keyp = NULL;
3377 if (keyp != NULL) {
3378 *keyp = k;
3602 struct sshkey **keyp, char **commentp)
3608 if (keyp != NULL)
3609 *keyp = NULL;
3648 if (keyp != NULL) {
3649 *keyp = pub;
3660 struct sshkey **keyp, char **commentp)
3672 if (keyp != NULL)
3673 *keyp = NULL;
3755 if (keyp != NULL) {
3756 *keyp = prv;
3776 const char *passphrase, struct sshkey **keyp)
3783 if (keyp != NULL)
3784 *keyp = NULL;
3892 if (keyp != NULL) {
3893 *keyp = prv;
3907 const char *passphrase, struct sshkey **keyp, char **commentp)
3911 if (keyp != NULL)
3912 *keyp = NULL;
3920 keyp, commentp);
3927 passphrase, keyp);
3931 keyp, commentp);
3933 r = sshkey_parse_private2(blob, type, passphrase, keyp,
3940 passphrase, keyp);
3951 struct sshkey **keyp, char **commentp)
3953 if (keyp != NULL)
3954 *keyp = NULL;
3962 passphrase, keyp, commentp);
3966 passphrase, keyp, commentp);