Searched refs:lbio (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | sslapitest.c | 6583 BIO *lbio = NULL, *pbio = NULL; in test_key_update_peer_in_read() local 6600 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_peer_in_read() 6603 SSL_set_bio(local, lbio, lbio); in test_key_update_peer_in_read() 6757 BIO *lbio = NULL, *pbio = NULL; in test_key_update_local_in_read() local 6774 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_local_in_read() 6777 SSL_set_bio(local, lbio, lbio); in test_key_update_local_in_read()
|
Completed in 13 milliseconds