HomeSort by: relevance | last modified time | path
    Searched defs:bio_type (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 897 BIO_IPV6 } bio_type local
1072 bio_type = BIO_PAIR;
1076 bio_type = BIO_IPV4;
1078 bio_type = BIO_IPV6;
1308 if (bio_type == BIO_MEM) {
1310 bio_type = BIO_PAIR;
1801 switch (bio_type) {
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 887 enum { BIO_MEM, BIO_PAIR, BIO_IPV4, BIO_IPV6 } bio_type = BIO_MEM; local
1067 bio_type = BIO_PAIR;
1071 bio_type = BIO_IPV4;
1073 bio_type = BIO_IPV6;
1305 if (bio_type == BIO_MEM) {
1307 bio_type = BIO_PAIR;
1805 switch (bio_type) {
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 893 enum { BIO_MEM, BIO_PAIR, BIO_IPV4, BIO_IPV6 } bio_type = BIO_MEM; local
1094 bio_type = BIO_PAIR;
1098 bio_type = BIO_IPV4;
1100 bio_type = BIO_IPV6;
1320 if (bio_type != BIO_PAIR) {
1322 bio_type = BIO_PAIR;
1796 switch (bio_type) {

Completed in 32 milliseconds