Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcontext.c37 void *bio_core; member
171 ctx->bio_core = ossl_bio_core_globals_new(ctx); in context_init()
172 if (ctx->bio_core == NULL) in context_init()
309 if (ctx->bio_core != NULL) { in context_deinit_objs()
310 ossl_bio_core_globals_free(ctx->bio_core); in context_deinit_objs()
311 ctx->bio_core = NULL; in context_deinit_objs()
594 return ctx->bio_core; in ossl_lib_ctx_get_data()