Home
last modified time | relevance | path

Searched refs:sshbuf_get_eckey (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_fuzz.c67 sshbuf_get_eckey(p1, eck); in attempt_parse_blob()
H A Dtest_sshbuf_getput_crypto.c257 ASSERT_INT_EQ(sshbuf_get_eckey(p1, eck), 0); in sshbuf_getput_crypto_tests()
/freebsd/crypto/openssh/
H A Dsshbuf-getput-crypto.c95 sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v) in sshbuf_get_eckey() function
H A Dsshbuf.h224 int sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v);
H A Dssh-ecdsa.c251 if ((r = sshbuf_get_eckey(b, ec)) != 0) in ssh_ecdsa_deserialize_public()
H A Dssh_namespace.h782 #define sshbuf_get_eckey Fssh_sshbuf_get_eckey macro
/freebsd/crypto/openssh/regress/misc/ssh-verify-attestation/
H A Dssh-verify-attestation.c231 if ((r = sshbuf_get_eckey(b, ec)) != 0) { in cred_matches_key_ecdsa()