Searched refs:c_bio_new_file (Results 1 – 1 of 1) sorted by relevance
15 static OSSL_FUNC_BIO_new_file_fn *c_bio_new_file = NULL; variable31 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 6 milliseconds