Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf.c220 ASSERT_SIZE_T_EQ(sshbuf_alloc(p1) % SSHBUF_SIZE_INC, 0); in sshbuf_tests()
/external/openssh/
Dsshbuf.h309 size_t sshbuf_alloc(const struct sshbuf *buf);
Dsshbuf.c214 sshbuf_alloc(const struct sshbuf *buf) in sshbuf_alloc() function