Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/man3/
H A DBIO_find_type.pod11 BIO *BIO_find_type(BIO *b, int bio_type);
/freebsd-14.2/crypto/openssl/test/
H A Dssl_old_test.c887 enum { BIO_MEM, BIO_PAIR, BIO_IPV4, BIO_IPV6 } bio_type = BIO_MEM; in main() local
1067 bio_type = BIO_PAIR; in main()
1071 bio_type = BIO_IPV4; in main()
1073 bio_type = BIO_IPV6; in main()
1305 if (bio_type == BIO_MEM) { in main()
1307 bio_type = BIO_PAIR; in main()
1805 switch (bio_type) { in main()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dbio.h656 BIO *BIO_find_type(BIO *b, int bio_type);
H A Dbio.h.in633 BIO *BIO_find_type(BIO *b, int bio_type);