Home
last modified time | relevance | path

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

/crypto/
A Dcontext.c378 static OSSL_LIB_CTX default_context_int; variable
389 if (!context_init(&default_context_int)) in DEFINE_RUN_ONCE_STATIC()
405 context_deinit(&default_context_int); in ossl_lib_ctx_default_deinit()
423 current_defctx = &default_context_int; in get_default_context()
429 if (defctx == &default_context_int) in set_default_context()
506 return &default_context_int; in OSSL_LIB_CTX_get0_global_default()
525 if (default_context_int.drbg != NULL) { in ossl_release_default_drbg_ctx()
526 ossl_rand_ctx_free(default_context_int.drbg); in ossl_release_default_drbg_ctx()
527 default_context_int.drbg = NULL; in ossl_release_default_drbg_ctx()
553 if (ossl_lib_ctx_get_concrete(ctx) == &default_context_int) in ossl_lib_ctx_is_global_default()

Completed in 7 milliseconds