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

  /external/tlsdate/src/
test-bio.h 17 size_t BIO_test_get_output (BIO *b, unsigned char *buf, size_t bufsz);
proxy-bio-unittest.c 57 if (BIO_test_get_output (test, buf, sz) != sz)
82 if (BIO_test_get_output (test, &c, 1) != 1)
89 return BIO_test_get_output (test, buf, sz);
test-bio.c 10 * output sent to it, which can be retrieved with BIO_test_get_output(), and
146 size_t API BIO_test_get_output (BIO *b, unsigned char *buf, size_t bufsz)

Completed in 32 milliseconds