Searched refs:sshpkt_put_ec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/crypto/openssh/ |
| D | kexecdhs.c | 182 (r = sshpkt_put_ec(ssh, public_key, group)) != 0 || in input_kex_ecdh_init()
|
| D | kexecdhc.c | 75 (r = sshpkt_put_ec(ssh, public_key, group)) != 0 || in kexecdh_client()
|
| D | packet.h | 175 int sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g);
|
| D | opacket.c | 105 if ((r = sshpkt_put_ec(ssh, point, curve)) != 0) in ssh_packet_put_ecpoint()
|
| D | ssh_namespace.h | 882 #define sshpkt_put_ec Fssh_sshpkt_put_ec macro
|
| D | packet.c | 2852 sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g) in sshpkt_put_ec() function
|