HomeSort by relevance Sort by last modified time
    Searched refs:sshbuf_putf (Results 1 - 4 of 4) sorted by null

  /external/openssh/
sshbuf.h 174 int sshbuf_putf(struct sshbuf *buf, const char *fmt, ...)
sshbuf-getput-basic.c 255 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) function
sshkey.c     [all...]
  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_getput_basic.c 408 TEST_START("sshbuf_putf");
411 r = sshbuf_putf(p1, "%s %d %x", "hello", 23, 0x5f);

Completed in 47 milliseconds