Lines Matching refs:sshbuf
46 kex_ecdh_dec_key_group(struct kex *, const struct sshbuf *, EC_KEY *key,
47 const EC_GROUP *, struct sshbuf **);
55 struct sshbuf *buf = NULL; in kex_ecdh_keypair()
92 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc()
93 struct sshbuf **server_blobp, struct sshbuf **shared_secretp) in kex_ecdh_enc()
98 struct sshbuf *server_blob = NULL; in kex_ecdh_enc()
138 kex_ecdh_dec_key_group(struct kex *kex, const struct sshbuf *ec_blob, in kex_ecdh_dec_key_group()
139 EC_KEY *key, const EC_GROUP *group, struct sshbuf **shared_secretp) in kex_ecdh_dec_key_group()
141 struct sshbuf *buf = NULL; in kex_ecdh_dec_key_group()
200 kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob, in kex_ecdh_dec()
201 struct sshbuf **shared_secretp) in kex_ecdh_dec()
217 struct sshbuf;
227 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc()
228 struct sshbuf **server_blobp, struct sshbuf **shared_secretp) in kex_ecdh_enc()
234 kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob, in kex_ecdh_dec()
235 struct sshbuf **shared_secretp) in kex_ecdh_dec()