Home
last modified time | relevance | path

Searched defs:kex (Results 1 – 22 of 22) sorted by relevance

/external/openssh/
Dkex.h134 struct kex { struct
145 u_int kex_type; argument
163 int (*kex[KEX_MAX])(struct ssh *); argument
182 struct kex *kex_new(void); argument
Dkexecdh.c50 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()
Dkexdh.c47 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()
Dkexsntrup4591761x25519.c41 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()
Dkexgexc.c62 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
Dkexc25519.c92 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()
Dkex.c473 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 …]
Dkexgen.c101 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
Dkexgexs.c74 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
Dpacket.h57 struct kex *kex; member
Dssh_api.c433 struct kex *kex = ssh->kex; in _ssh_exchange_banner() local
Dmonitor_wrap.c221 struct kex *kex = *pmonitor->m_pkex; in mm_sshkey_sign() local
Dsshd.c2323 struct kex *kex; local
Dpacket.c2227 kex_to_blob(struct sshbuf *m, struct kex *kex) in kex_to_blob()
2389 struct kex *kex; in kex_from_blob() local
Dmonitor.c1700 struct kex *kex; in monitor_apply_keystate() local
/external/openssh/regress/unittests/kex/
Dtest_kex.c79 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/
Dkexfuzz.c197 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/
Dkex-25519.c312 struct lws_kex *kex = pss->kex; in kex_ecdh() local
Dsshd.c301 struct lws_kex *kex = pss->kex; in handle_name() local
/external/libjpeg-turbo/
Djdarith.c442 int tbl, k, kex; in decode_mcu_AC_refine() local
Djcarith.c598 int tbl, k, ke, kex; in encode_mcu_AC_refine() local
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h464 struct lws_kex *kex; member