/external/openssh/ |
D | kex.h | 134 struct kex { struct 145 u_int kex_type; argument 163 int (*kex[KEX_MAX])(struct ssh *); argument 182 struct kex *kex_new(void); argument
|
D | kexecdh.c | 50 kex_ecdh_keypair(struct kex *kex) in kex_ecdh_keypair() 92 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc() 138 kex_ecdh_dec_key_group(struct kex *kex, const struct sshbuf *ec_blob, in kex_ecdh_dec_key_group() 200 kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob, in kex_ecdh_dec() 221 kex_ecdh_keypair(struct kex *kex) in kex_ecdh_keypair() 227 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc() 234 kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob, in kex_ecdh_dec()
|
D | kexdh.c | 47 kex_dh_keygen(struct kex *kex) in kex_dh_keygen() 72 kex_dh_compute_key(struct kex *kex, BIGNUM *dh_pub, struct sshbuf *out) in kex_dh_compute_key() 114 kex_dh_keypair(struct kex *kex) in kex_dh_keypair() 142 kex_dh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_dh_enc() 174 kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob, in kex_dh_dec()
|
D | kexsntrup4591761x25519.c | 41 kex_kem_sntrup4591761x25519_keypair(struct kex *kex) in kex_kem_sntrup4591761x25519_keypair() 71 kex_kem_sntrup4591761x25519_enc(struct kex *kex, in kex_kem_sntrup4591761x25519_enc() 158 kex_kem_sntrup4591761x25519_dec(struct kex *kex, in kex_kem_sntrup4591761x25519_dec()
|
D | kexgexc.c | 62 struct kex *kex = ssh->kex; in kexgex_client() local 96 struct kex *kex = ssh->kex; in input_kex_dh_gex_group() local 145 struct kex *kex = ssh->kex; in input_kex_dh_gex_reply() local
|
D | kexc25519.c | 92 kex_c25519_keypair(struct kex *kex) in kex_c25519_keypair() 114 kex_c25519_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_c25519_enc() 166 kex_c25519_dec(struct kex *kex, const struct sshbuf *server_blob, in kex_c25519_dec()
|
D | kex.c | 473 struct kex *kex = ssh->kex; in kex_input_ext_info() local 511 struct kex *kex = ssh->kex; in kex_input_newkeys() local 535 struct kex *kex = ssh->kex; in kex_send_kexinit() local 573 struct kex *kex = ssh->kex; in kex_input_kexinit() local 633 struct kex *kex; in kex_new() local 677 kex_free(struct kex *kex) in kex_free() 884 struct kex *kex = ssh->kex; in kex_choose_conf() local 997 struct kex *kex = ssh->kex; in derive_key() local 1063 struct kex *kex = ssh->kex; in kex_derive_keys() local 1097 struct kex *kex = ssh->kex; in kex_load_hostkey() local [all …]
|
D | kexgen.c | 101 struct kex *kex = ssh->kex; in kex_gen_client() local 141 struct kex *kex = ssh->kex; in input_kex_gen_reply() local 247 struct kex *kex = ssh->kex; in input_kex_gen_init() local
|
D | kexgexs.c | 74 struct kex *kex = ssh->kex; in input_kex_dh_gex_request() local 128 struct kex *kex = ssh->kex; in input_kex_dh_gex_init() local
|
D | packet.h | 57 struct kex *kex; member
|
D | ssh_api.c | 433 struct kex *kex = ssh->kex; in _ssh_exchange_banner() local
|
D | monitor_wrap.c | 221 struct kex *kex = *pmonitor->m_pkex; in mm_sshkey_sign() local
|
D | sshd.c | 2323 struct kex *kex; local
|
D | packet.c | 2227 kex_to_blob(struct sshbuf *m, struct kex *kex) in kex_to_blob() 2389 struct kex *kex; in kex_from_blob() local
|
D | monitor.c | 1700 struct kex *kex; in monitor_apply_keystate() local
|
/external/openssh/regress/unittests/kex/ |
D | test_kex.c | 79 do_kex_with_key(char *kex, int keytype, int bits) in do_kex_with_key() 178 do_kex(char *kex) in do_kex()
|
/external/openssh/regress/misc/kexfuzz/ |
D | kexfuzz.c | 197 do_kex_with_key(const char *kex, struct sshkey *prvkey, int *c2s, int *s2c, in do_kex_with_key() 347 const char *kex = NULL, *kpath = NULL, *data_path = NULL; in main() local
|
/external/libwebsockets/plugins/ssh-base/ |
D | kex-25519.c | 312 struct lws_kex *kex = pss->kex; in kex_ecdh() local
|
D | sshd.c | 301 struct lws_kex *kex = pss->kex; in handle_name() local
|
/external/libjpeg-turbo/ |
D | jdarith.c | 442 int tbl, k, kex; in decode_mcu_AC_refine() local
|
D | jcarith.c | 598 int tbl, k, ke, kex; in encode_mcu_AC_refine() local
|
/external/libwebsockets/plugins/ssh-base/include/ |
D | lws-ssh.h | 464 struct lws_kex *kex; member
|