/external/openssh/ |
ssh-pkcs11.c | 41 #include "sshkey.h" 390 CK_ATTRIBUTE [], CK_ATTRIBUTE [3], struct sshkey ***, int *) 395 struct sshkey ***keysp, int *nkeys) 427 pkcs11_key_included(struct sshkey ***keysp, int *nkeys, struct sshkey *key) 440 struct sshkey ***keysp, int *nkeys) 442 struct sshkey *key; 531 sizeof(struct sshkey *)); 549 pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp)
|
kexc25519c.c | 36 #include "sshkey.h" 76 struct sshkey *server_host_key = NULL;
|
kexc25519s.c | 33 #include "sshkey.h" 58 struct sshkey *server_host_private, *server_host_public;
|
kexdhc.c | 39 #include "sshkey.h" 101 struct sshkey *server_host_key = NULL;
|
kexdhs.c | 38 #include "sshkey.h" 92 struct sshkey *server_host_public, *server_host_private;
|
kexecdhc.c | 39 #include "sshkey.h" 106 struct sshkey *server_host_key = NULL;
|
kexecdhs.c | 37 #include "sshkey.h" 70 struct sshkey *server_host_private, *server_host_public;
|
packet.h | 41 struct sshkey; 49 struct sshkey *key;
|
ssh-keygen.c | 42 #include "sshkey.h" 274 static struct sshkey * 278 struct sshkey *prv; 304 do_convert_to_ssh2(struct passwd *pw, struct sshkey *k) 335 do_convert_to_pkcs8(struct sshkey *k) 360 do_convert_to_pem(struct sshkey *k) 384 struct sshkey *k; 432 static struct sshkey * 436 struct sshkey *key = NULL; 570 do_convert_from_ssh2(struct passwd *pw, struct sshkey **k, int *private [all...] |
ChangeLog | 956 adapt to sshkey API tweaks [all...] |
kexc25519.c | 40 #include "sshkey.h"
|
kexdh.c | 37 #include "sshkey.h"
|
kexecdh.c | 42 #include "sshkey.h"
|
kexgex.c | 36 #include "sshkey.h"
|
ssh-agent.c | 79 #include "sshkey.h" 114 struct sshkey *key; 195 lookup_identity(struct sshkey *key, int version) 297 struct sshkey *key; 323 struct sshkey *private = id->key; 376 struct sshkey *key; 430 struct sshkey *key = NULL; 545 agent_decode_rsa1(struct sshbuf *m, struct sshkey **kp) 547 struct sshkey *k = NULL; 592 struct sshkey *k = NULL [all...] |
kexgexc.c | 40 #include "sshkey.h" 158 struct sshkey *server_host_key = NULL;
|
kexgexs.c | 40 #include "sshkey.h" 151 struct sshkey *server_host_public, *server_host_private;
|
ssh-keyscan.c | 37 #include "sshkey.h" 111 static void keyprint(con *c, struct sshkey *key); 190 static struct sshkey * 193 static struct sshkey *rsa; 237 key_print_wrapper(struct sshkey *hostkey, struct ssh *ssh) 299 keyprint(con *c, struct sshkey *key)
|
ssh-add.c | 60 #include "sshkey.h" 109 struct sshkey *public, *cert = NULL; 184 struct sshkey *private, *cert;
|
readconf.h | 96 struct sshkey *identity_keys[SSH_MAX_IDENTITY_FILES];
|
auth-options.c | 36 #include "sshkey.h" 576 auth_cert_options(struct sshkey *k, struct passwd *pw)
|
Android.mk | 107 sshkey.c \
|
key.c | 18 #include "sshkey.h"
|
auth2-pubkey.c | 708 auth2_record_userkey(Authctxt *authctxt, struct sshkey *key) 710 struct sshkey **tmp; 723 auth2_userkey_already_used(Authctxt *authctxt, struct sshkey *key)
|
sshconnect2.c | 256 struct sshkey *key; /* public/private key */ 1199 struct sshkey *key; [all...] |