Lines Matching refs:cert_store
3283 ret->cert_store = X509_STORE_new();
3284 if (ret->cert_store == NULL)
3481 X509_STORE_free(a->cert_store);
4386 return X509_STORE_set_default_paths_ex(ctx->cert_store, ctx->libctx,
4394 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir());
4412 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file());
4431 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_store());
4447 return X509_STORE_load_file_ex(ctx->cert_store, CAfile, ctx->libctx,
4453 return X509_STORE_load_path(ctx->cert_store, CApath);
4458 return X509_STORE_load_store_ex(ctx->cert_store, CAstore, ctx->libctx,
4565 return ctx->cert_store;
4570 X509_STORE_free(ctx->cert_store);
4571 ctx->cert_store = store;