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

  /src/crypto/external/apache2/openssl/dist/crypto/
context.c 38 void *child_provider; member in struct:ossl_lib_ctx_st
207 ctx->child_provider = ossl_child_prov_ctx_new(ctx);
208 if (ctx->child_provider == NULL)
353 if (ctx->child_provider != NULL) {
354 ossl_child_prov_ctx_free(ctx->child_provider);
355 ctx->child_provider = NULL;
596 return ctx->child_provider;
context.c 38 void *child_provider; member in struct:ossl_lib_ctx_st
207 ctx->child_provider = ossl_child_prov_ctx_new(ctx);
208 if (ctx->child_provider == NULL)
353 if (ctx->child_provider != NULL) {
354 ossl_child_prov_ctx_free(ctx->child_provider);
355 ctx->child_provider = NULL;
596 return ctx->child_provider;

Completed in 29 milliseconds