Searched refs:meth_always_retry (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dssltestlib.c69 static BIO_METHOD *meth_always_retry = NULL; variable
660 if (meth_always_retry == NULL) {
661 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY,
663 || !TEST_true(BIO_meth_set_write(meth_always_retry,
665 || !TEST_true(BIO_meth_set_read(meth_always_retry,
667 || !TEST_true(BIO_meth_set_puts(meth_always_retry,
669 || !TEST_true(BIO_meth_set_gets(meth_always_retry,
671 || !TEST_true(BIO_meth_set_ctrl(meth_always_retry,
673 || !TEST_true(BIO_meth_set_create(meth_always_retry,
675 || !TEST_true(BIO_meth_set_destroy(meth_always_retry,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.c53 static BIO_METHOD *meth_always_retry = NULL; variable
733 if (meth_always_retry == NULL) {
734 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY,
736 || !TEST_true(BIO_meth_set_write(meth_always_retry,
738 || !TEST_true(BIO_meth_set_read(meth_always_retry,
740 || !TEST_true(BIO_meth_set_puts(meth_always_retry,
742 || !TEST_true(BIO_meth_set_gets(meth_always_retry,
744 || !TEST_true(BIO_meth_set_ctrl(meth_always_retry,
746 || !TEST_true(BIO_meth_set_create(meth_always_retry,
748 || !TEST_true(BIO_meth_set_destroy(meth_always_retry,
[all...]

Completed in 176 milliseconds