Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_fuzz.c66 sshbuf_get_eckey(p1, eck); in attempt_parse_blob()
Dtest_sshbuf_getput_crypto.c387 ASSERT_INT_EQ(sshbuf_get_eckey(p1, eck), 0); in sshbuf_getput_crypto_tests()
/external/openssh/
Dsshbuf-getput-crypto.c111 sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v) in sshbuf_get_eckey() function
Dsshbuf.h229 int sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v);
Dsshkey.c2736 if ((r = sshbuf_get_eckey(buf, k->ecdsa)) != 0 || in sshkey_private_deserialize()