Searched refs:bio_core (Results 1 – 1 of 1) sorted by relevance
36 void *bio_core; member163 ctx->bio_core = ossl_bio_core_globals_new(ctx); in context_init()164 if (ctx->bio_core == NULL) in context_init()302 if (ctx->bio_core != NULL) { in context_deinit_objs()303 ossl_bio_core_globals_free(ctx->bio_core); in context_deinit_objs()304 ctx->bio_core = NULL; in context_deinit_objs()588 return ctx->bio_core; in ossl_lib_ctx_get_data()
Completed in 5 milliseconds