Searched defs:bio1 (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | bio_meth_test.c | 17 BIO *membio = NULL, *bio1 = NULL, *bio2 = NULL, *bio3 = NULL; in test_bio_meth() local
|
H A D | bio_dgram_test.c | 496 BIO *bio1 = NULL, *bio2 = NULL; in test_bio_dgram_pair() local
|
H A D | quic_txp_test.c | 47 BIO *bio1, *bio2; member
|
H A D | threadstest.c | 1163 BIO *bio1 = NULL, *bio2 = NULL; in test_bio_dgram_pair() local
|
H A D | sslapitest.c | 2904 static void setupbio(BIO **res, BIO *bio1, BIO *bio2, int type) in setupbio() 2934 BIO *bio1 = NULL; in test_ssl_set_bio() local
|
/openssl/crypto/bio/ |
H A D | bss_bio.c | 606 static int bio_make_pair(BIO *bio1, BIO *bio2) in bio_make_pair() 682 BIO *bio1 = NULL, *bio2 = NULL; in BIO_new_bio_pair() local
|
H A D | bss_dgram_pair.c | 336 static int dgram_pair_ctrl_make_bio_pair(BIO *bio1, BIO *bio2) in dgram_pair_ctrl_make_bio_pair() 400 static int dgram_pair_ctrl_destroy_bio_pair(BIO *bio1) in dgram_pair_ctrl_destroy_bio_pair() 790 BIO *bio1 = NULL, *bio2 = NULL; in BIO_new_bio_dgram_pair() local
|
Completed in 41 milliseconds