Home
last modified time | relevance | path

Searched refs:sshkey_putb_plain (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dsshkey.h277 int sshkey_putb_plain(const struct sshkey *, struct sshbuf *);
H A Dsshkey.c898 sshkey_putb_plain(const struct sshkey *key, struct sshbuf *b) in sshkey_putb_plain() function
/openbsd/regress/usr.bin/ssh/unittests/sshkey/
H A Dtest_sshkey.c65 ASSERT_INT_EQ(sshkey_putb_plain(k, pk), 0); in build_cert()