Searched refs:sshbuf_put_ec (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | kexecdh.c | 80 (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()
|
D | sshbuf-getput-crypto.c | 192 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()
|
D | bufec.c | 37 if ((ret = sshbuf_put_ec(buffer, point, curve)) != 0) { in buffer_put_ecpoint_ret()
|
D | sshbuf.h | 222 int sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g);
|
D | packet.c | 2734 return sshbuf_put_ec(ssh->state->outgoing_packet, v, g); in sshpkt_put_ec()
|
D | sshkey.c | 2447 (ret = sshbuf_put_ec(cert, in sshkey_certify()
|