Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/bio/
H A Dbio_chain.c312 link_chains_at(size_t i, size_t j, int use_bio_push) in link_chains_at() argument
314 const char *fn = use_bio_push ? "BIO_push" : "BIO_set_next"; in link_chains_at()
352 if (use_bio_push) { in link_chains_at()
386 if (use_bio_push) { in link_chains_at()
433 link_chains(int use_bio_push) in link_chains() argument
440 failure |= link_chains_at(i, j, use_bio_push); in link_chains()
450 int use_bio_push = 1; in bio_push_link_test() local
452 return link_chains(use_bio_push); in bio_push_link_test()
458 int use_bio_push = 0; in bio_set_next_link_test() local
460 return link_chains(use_bio_push); in bio_set_next_link_test()