Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDkexecdh.c79 buffer_put_ecpoint(&b, ec_group, client_dh_pub); in kex_ecdh_hash()
80 buffer_put_ecpoint(&b, ec_group, server_dh_pub); in kex_ecdh_hash()
HDbufec.c88 buffer_put_ecpoint(Buffer *buffer, const EC_GROUP *curve, in buffer_put_ecpoint() function
HDbuffer.h100 void buffer_put_ecpoint(Buffer *, const EC_GROUP *, const EC_POINT *);
HDssh_namespace.h91 #define buffer_put_ecpoint ssh_buffer_put_ecpoint macro
HDkey.c1720 buffer_put_ecpoint(&b, EC_KEY_get0_group(key->ecdsa), in to_blob()
2021 buffer_put_ecpoint(&k->cert->certblob, in key_certify()
2440 buffer_put_ecpoint(b, EC_KEY_get0_group(key->ecdsa), in key_private_serialize()
HDpacket.c650 buffer_put_ecpoint(&active_state->outgoing_packet, curve, point); in packet_put_ecpoint()