Home
last modified time | relevance | path

Searched refs:sshbuf_put_ec (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dkexecdh.c80 (r = sshbuf_put_ec(b, client_dh_pub, ec_group)) != 0 || in kex_ecdh_hash()
81 (r = sshbuf_put_ec(b, server_dh_pub, ec_group)) != 0 || in kex_ecdh_hash()
H A Dsshbuf-getput-crypto.c192 sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g) in sshbuf_put_ec() function
220 return sshbuf_put_ec(buf, EC_KEY_get0_public_key(v), in sshbuf_put_eckey()
H A Dsshbuf.h230 int sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g);
H A Dssh_namespace.h686 #define sshbuf_put_ec Fssh_sshbuf_put_ec macro
H A Dpacket.c2479 return sshbuf_put_ec(ssh->state->outgoing_packet, v, g); in sshpkt_put_ec()
H A Dsshkey.c2538 (ret = sshbuf_put_ec(cert, in sshkey_certify_custom()