Searched refs:lbio (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 6650 BIO *lbio = NULL, *pbio = NULL; in test_key_update_peer_in_read() local 6667 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_peer_in_read() 6670 SSL_set_bio(local, lbio, lbio); in test_key_update_peer_in_read() 6824 BIO *lbio = NULL, *pbio = NULL; in test_key_update_local_in_read() local 6841 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_local_in_read() 6844 SSL_set_bio(local, lbio, lbio); in test_key_update_local_in_read()
|