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

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_fuzz.c66 sshbuf_get_eckey(p1, eck);
H A Dtest_sshbuf_getput_crypto.c387 ASSERT_INT_EQ(sshbuf_get_eckey(p1, eck), 0);
/freebsd-10-stable/crypto/openssh/
H A Dsshbuf-getput-crypto.c111 sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v) function
H A Dsshbuf.h221 int sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v);
H A Dssh_namespace.h753 #define sshbuf_get_eckey Fssh_sshbuf_get_eckey macro
H A Dsshkey.c2728 if ((r = sshbuf_get_eckey(buf, k->ecdsa)) != 0 ||

Completed in 193 milliseconds