Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dkex.h133 struct kex { struct
142 u_int kex_type; argument
163 int (*kex[KEX_MAX])(struct ssh *); argument
185 struct kex *kex_new(void); argument
H A Dkexdh.c45 kex_dh_keygen(struct kex *kex) in kex_dh_keygen()
70 kex_dh_compute_key(struct kex *kex, BIGNUM *dh_pub, struct sshbuf *out) in kex_dh_compute_key()
112 kex_dh_keypair(struct kex *kex) in kex_dh_keypair()
140 kex_dh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_dh_enc()
172 kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob, in kex_dh_dec()
H A Dkexecdh.c49 kex_ecdh_keypair(struct kex *kex) in kex_ecdh_keypair()
91 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc()
137 kex_ecdh_dec_key_group(struct kex *kex, const struct sshbuf *ec_blob, in kex_ecdh_dec_key_group()
199 kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob, in kex_ecdh_dec()
H A Dkexgexc.c60 struct kex *kex = ssh->kex; in kexgex_client() local
95 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
H A Dkexsntrup761x25519.c43 kex_kem_sntrup761x25519_keypair(struct kex *kex) in kex_kem_sntrup761x25519_keypair()
73 kex_kem_sntrup761x25519_enc(struct kex *kex, in kex_kem_sntrup761x25519_enc()
160 kex_kem_sntrup761x25519_dec(struct kex *kex, in kex_kem_sntrup761x25519_dec()
H A 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()
H A Dkex.c524 struct kex *kex = ssh->kex; in kex_input_ext_info() local
582 struct kex *kex = ssh->kex; in kex_input_newkeys() local
606 struct kex *kex = ssh->kex; in kex_send_kexinit() local
643 struct kex *kex = ssh->kex; in kex_input_kexinit() local
703 struct kex *kex; in kex_new() local
748 kex_free(struct kex *kex) in kex_free()
967 struct kex *kex = ssh->kex; in kex_choose_conf() local
1117 struct kex *kex = ssh->kex; in derive_key() local
1182 struct kex *kex = ssh->kex; in kex_derive_keys() local
1220 struct kex *kex = ssh->kex; in kex_load_hostkey() local
[all …]
H A Dkexgen.c101 struct kex *kex = ssh->kex; in kex_gen_client() local
141 struct kex *kex = ssh->kex; in input_kex_gen_reply() local
268 struct kex *kex = ssh->kex; in input_kex_gen_init() local
H A Dkexgexs.c70 struct kex *kex = ssh->kex; in input_kex_dh_gex_request() local
126 struct kex *kex = ssh->kex; in input_kex_dh_gex_init() local
H A Dpacket.h52 struct kex *kex; member
H A Dssh_api.c429 struct kex *kex = ssh->kex; in _ssh_exchange_banner() local
H A Dmonitor_wrap.c225 struct kex *kex = *pmonitor->m_pkex; in mm_sshkey_sign() local
H A Dsshd.c2313 struct kex *kex; in do_ssh2_kex() local
H A Dpacket.c2200 kex_to_blob(struct sshbuf *m, struct kex *kex) in kex_to_blob()
2361 struct kex *kex; in kex_from_blob() local
H A Dmonitor.c1704 struct kex *kex; in monitor_apply_keystate() local
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Dlist.c879 static void collect_kex(EVP_KEYEXCH *kex, void *stack) in collect_kex()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c326 EVP_KEYEXCH *kex = NULL; in ssl_load_ciphers() local
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h56 } kex; member