Home
last modified time | relevance | path

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

/openssl/providers/common/
H A Dbio_prov.c16 static OSSL_FUNC_BIO_new_membuf_fn *c_bio_new_membuf = NULL; variable
35 if (c_bio_new_membuf == NULL) in ossl_prov_bio_from_dispatch()
36 c_bio_new_membuf = OSSL_FUNC_BIO_new_membuf(fns); in ossl_prov_bio_from_dispatch()
85 if (c_bio_new_membuf == NULL) in ossl_prov_bio_new_membuf()
87 return c_bio_new_membuf(filename, len); in ossl_prov_bio_new_membuf()

Completed in 6 milliseconds