Searched refs:global_properties (Results 1 – 3 of 3) sorted by relevance
31 void *global_properties; member166 ctx->global_properties = ossl_ctx_global_properties_new(ctx); in context_init()167 if (ctx->global_properties == NULL) in context_init()303 if (ctx->global_properties != NULL) { in context_deinit_objs()304 ossl_ctx_global_properties_free(ctx->global_properties); in context_deinit_objs()305 ctx->global_properties = NULL; in context_deinit_objs()585 return ctx->global_properties; in ossl_lib_ctx_get_data()
378 OptionValueProperties::CreateLocalCopy(const Properties &global_properties) { in CreateLocalCopy() argument379 auto global_props_sp = global_properties.GetValueProperties(); in CreateLocalCopy()
37 CreateLocalCopy(const Properties &global_properties);