HomeSort by: relevance | last modified time | path
    Searched defs:property_string_data (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
context.c 26 void *property_string_data; member in struct:ossl_lib_ctx_st
154 ctx->property_string_data = ossl_property_string_data_new(ctx);
155 if (ctx->property_string_data == NULL)
288 if (ctx->property_string_data != NULL) {
289 ossl_property_string_data_free(ctx->property_string_data);
290 ctx->property_string_data = NULL;
575 return ctx->property_string_data;

Completed in 27 milliseconds