Searched refs:sshbuf_put_ec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | sshbuf-getput-crypto.c | 154 sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g) in sshbuf_put_ec() function 176 return sshbuf_put_ec(buf, EC_KEY_get0_public_key(v), in sshbuf_put_eckey()
|
| H A D | kexecdh.c | 73 if ((r = sshbuf_put_ec(buf, public_key, group)) != 0 || in kex_ecdh_keypair() 123 if ((r = sshbuf_put_ec(server_blob, pub_key, group)) != 0 || in kex_ecdh_enc()
|
| H A D | sshbuf.h | 239 int sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g);
|
| H A D | ssh_namespace.h | 737 #define sshbuf_put_ec Fssh_sshbuf_put_ec macro
|
| H A D | packet.c | 2512 return sshbuf_put_ec(ssh->state->outgoing_packet, v, g); in sshpkt_put_ec()
|
| H A D | sshkey.c | 2959 (ret = sshbuf_put_ec(cert, in sshkey_certify_custom()
|