Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dsshbuf-getput-crypto.c90 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
H A Dsshbuf.h228 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
H A Dssh_namespace.h664 #define sshbuf_get_ec Fssh_sshbuf_get_ec macro
H A Dpacket.c2546 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()
H A Dsshkey.c2152 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) { in sshkey_from_blob_internal()