Home
last modified time | relevance | path

Searched refs:kex_ecdh_enc (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dkexecdh.c92 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc() function
227 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc() function
Dkex.h212 int kex_ecdh_enc(struct kex *, const struct sshbuf *, struct sshbuf **,
Dkexgen.c277 r = kex_ecdh_enc(kex, client_pubkey, &server_pubkey, in input_kex_gen_init()