Home
last modified time | relevance | path

Searched refs:mempacket_test_write (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssltestlib.c305 static int mempacket_test_write(BIO *b, const char *in, int inl);
315 || !TEST_true(BIO_meth_set_write(meth_mem, mempacket_test_write)) in bio_s_mempacket_test()
582 static int mempacket_test_write(BIO *bio, const char *in, int inl) in mempacket_test_write() function
647 return mempacket_test_write(bio, str, strlen(str)); in mempacket_test_puts()
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.c290 static int mempacket_test_write(BIO *b, const char *in, int inl);
300 || !TEST_true(BIO_meth_set_write(meth_mem, mempacket_test_write)) in bio_s_mempacket_test()
655 static int mempacket_test_write(BIO *bio, const char *in, int inl) in mempacket_test_write() function
720 return mempacket_test_write(bio, str, strlen(str)); in mempacket_test_puts()