Searched refs:lbio (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | sslapitest.c | 6893 BIO *lbio = NULL, *pbio = NULL; in test_key_update_peer_in_read() local 6910 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_peer_in_read() 6913 SSL_set_bio(local, lbio, lbio); in test_key_update_peer_in_read() 7067 BIO *lbio = NULL, *pbio = NULL; in test_key_update_local_in_read() local 7084 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_local_in_read() 7087 SSL_set_bio(local, lbio, lbio); in test_key_update_local_in_read()
|
Completed in 31 milliseconds