Home
last modified time | relevance | path

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

/openssl/providers/common/
H A Dbio_prov.c15 static OSSL_FUNC_BIO_new_file_fn *c_bio_new_file = NULL; variable
31 if (c_bio_new_file == NULL) in ossl_prov_bio_from_dispatch()
32 c_bio_new_file = OSSL_FUNC_BIO_new_file(fns); in ossl_prov_bio_from_dispatch()
78 if (c_bio_new_file == NULL) in ossl_prov_bio_new_file()
80 return c_bio_new_file(filename, mode); in ossl_prov_bio_new_file()

Completed in 5 milliseconds