Searched defs:kex (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | kexdh.c | 45 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 D | kexecdh.c | 49 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 D | kexgexc.c | 60 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 D | kexgexs.c | 71 struct kex *kex = ssh->kex; in input_kex_dh_gex_request() local 127 struct kex *kex = ssh->kex; in input_kex_dh_gex_init() local
|
H A D | monitor_wrap.c | 272 struct kex *kex = *pmonitor->m_pkex; in mm_sshkey_sign() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | list.c | 879 static void collect_kex(EVP_KEYEXCH *kex, void *stack) in collect_kex()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ssl_ciph.c | 326 EVP_KEYEXCH *kex = NULL; in ssl_load_ciphers() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/ |
H A D | evp.h | 56 } kex; member
|