Home
last modified time | relevance | path

Searched refs:bio_type (Results 1 – 3 of 3) sorted by relevance

/openssl/doc/man3/
H A DBIO_find_type.pod11 BIO *BIO_find_type(BIO *b, int bio_type);
/openssl/test/
H A Dssl_old_test.c900 enum { BIO_MEM, BIO_PAIR, BIO_IPV4, BIO_IPV6 } bio_type = BIO_MEM; in main() local
1081 bio_type = BIO_PAIR; in main()
1085 bio_type = BIO_IPV4; in main()
1087 bio_type = BIO_IPV6; in main()
1319 if (bio_type == BIO_MEM) { in main()
1321 bio_type = BIO_PAIR; in main()
1817 switch (bio_type) { in main()
/openssl/include/openssl/
H A Dbio.h.in736 BIO *BIO_find_type(BIO *b, int bio_type);

Completed in 17 milliseconds