Home
last modified time | relevance | path

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

/crypto/
A Dcontext.c27 void *property_string_data; member
150 ctx->property_string_data = ossl_property_string_data_new(ctx); in context_init()
151 if (ctx->property_string_data == NULL) in context_init()
283 if (ctx->property_string_data != NULL) { in context_deinit_objs()
284 ossl_property_string_data_free(ctx->property_string_data); in context_deinit_objs()
285 ctx->property_string_data = NULL; in context_deinit_objs()
567 return ctx->property_string_data; in ossl_lib_ctx_get_data()

Completed in 8 milliseconds