Searched refs:sshbuf_put_ec (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dbufec.c37 if ((ret = sshbuf_put_ec(buffer, point, curve)) != 0) {
H A Dkexecdh.c80 (r = sshbuf_put_ec(b, client_dh_pub, ec_group)) != 0 ||
81 (r = sshbuf_put_ec(b, server_dh_pub, ec_group)) != 0 ||
H A Dsshbuf-getput-crypto.c192 sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g) function
220 return sshbuf_put_ec(buf, EC_KEY_get0_public_key(v),
H A Dsshbuf.h222 int sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g);
H A Dssh_namespace.h774 #define sshbuf_put_ec Fssh_sshbuf_put_ec macro
H A Dpacket.c2854 return sshbuf_put_ec(ssh->state->outgoing_packet, v, g);
H A Dsshkey.c2416 (ret = sshbuf_put_ec(cert,

Completed in 169 milliseconds