Searched refs:store_ctx (Results 1 – 2 of 2) sorted by relevance
220 struct store_ctx { struct233 struct store_ctx *ctx = data; in dsw_xstats_store_stat() argument255 struct store_ctx ctx = { in dsw_xstats_get_names()
291 X509_STORE_CTX *store_ctx; in ngx_ssl_stapling_issuer() local338 store_ctx = X509_STORE_CTX_new(); in ngx_ssl_stapling_issuer()339 if (store_ctx == NULL) { in ngx_ssl_stapling_issuer()345 if (X509_STORE_CTX_init(store_ctx, store, NULL, NULL) == 0) { in ngx_ssl_stapling_issuer()348 X509_STORE_CTX_free(store_ctx); in ngx_ssl_stapling_issuer()352 rc = X509_STORE_CTX_get1_issuer(&issuer, store_ctx, cert); in ngx_ssl_stapling_issuer()357 X509_STORE_CTX_free(store_ctx); in ngx_ssl_stapling_issuer()366 X509_STORE_CTX_free(store_ctx); in ngx_ssl_stapling_issuer()370 X509_STORE_CTX_free(store_ctx); in ngx_ssl_stapling_issuer()