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

  /src/crypto/external/apache2/openssl/dist/test/
bio_dgram_test.c 436 static const struct bio_dgram_case bio_dgram_cases[] = { variable in typeref:struct:bio_dgram_case
451 return test_bio_dgram_impl(bio_dgram_cases[idx].af,
452 bio_dgram_cases[idx].local);
789 ADD_ALL_TESTS(test_bio_dgram, OSSL_NELEM(bio_dgram_cases));
bio_dgram_test.c 436 static const struct bio_dgram_case bio_dgram_cases[] = { variable in typeref:struct:bio_dgram_case
451 return test_bio_dgram_impl(bio_dgram_cases[idx].af,
452 bio_dgram_cases[idx].local);
789 ADD_ALL_TESTS(test_bio_dgram, OSSL_NELEM(bio_dgram_cases));

Completed in 34 milliseconds