Searched refs:bio_chain_create (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/regress/lib/libcrypto/bio/ |
| H A D | bio_chain.c | 46 bio_chain_create(const BIO_METHOD *meth, BIO *chain[], size_t len) in bio_chain_create() function 96 if (!bio_chain_create(BIO_s_null(), bio, nitems(bio))) in bio_chain_pop_test() 328 if (!bio_chain_create(BIO_s_null(), A, nitems(A))) in link_chains_at() 330 if (!bio_chain_create(BIO_s_null(), B, nitems(B))) in link_chains_at() 479 if (!bio_chain_create(BIO_s_null(), bio, nitems(bio))) in bio_dup_chain_leak()
|