Searched refs:sshbuf_get_ec (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dbufec.c58 if ((ret = sshbuf_get_ec(buffer, point, curve)) != 0) {
H A Dsshbuf-getput-crypto.c90 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) function
H A Dsshbuf.h220 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
H A Dssh_namespace.h752 #define sshbuf_get_ec Fssh_sshbuf_get_ec macro
H A Dpacket.c2922 return sshbuf_get_ec(ssh->state->incoming_packet, v, g);
H A Dsshkey.c2064 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) {

Completed in 210 milliseconds