Home
last modified time | relevance | path

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

/external/openssh/
Dsshbuf-getput-crypto.c154 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()
Dkexecdh.c73 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()
Dsshbuf.h239 int sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g);
Dpacket.c2537 return sshbuf_put_ec(ssh->state->outgoing_packet, v, g); in sshpkt_put_ec()
Dsshkey.c2956 (ret = sshbuf_put_ec(cert, in sshkey_certify_custom()