Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dsshkey.h285 int sshkey_putb_plain(const struct sshkey *, struct sshbuf *);
H A Dssh_namespace.h908 #define sshkey_putb_plain Fssh_sshkey_putb_plain macro
H A Dsshkey.c938 sshkey_putb_plain(const struct sshkey *key, struct sshbuf *b) in sshkey_putb_plain() function
/src/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c75 ASSERT_INT_EQ(sshkey_putb_plain(k, pk), 0); in build_cert()