Searched refs:property_string_data (Results 1 – 1 of 1) sorted by relevance
26 void *property_string_data; member154 ctx->property_string_data = ossl_property_string_data_new(ctx); in context_init()155 if (ctx->property_string_data == NULL) in context_init()289 if (ctx->property_string_data != NULL) { in context_deinit_objs()290 ossl_property_string_data_free(ctx->property_string_data); in context_deinit_objs()291 ctx->property_string_data = NULL; in context_deinit_objs()577 return ctx->property_string_data; in ossl_lib_ctx_get_data()