Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c117 static ngx_int_t ngx_ssl_ocsp_create_request(ngx_ssl_ocsp_ctx_t *ctx);
898 if (ngx_ssl_ocsp_create_request(ctx) != NGX_OK) { in ngx_ssl_ocsp_request()
1208 ngx_ssl_ocsp_create_request(ngx_ssl_ocsp_ctx_t *ctx) in ngx_ssl_ocsp_create_request() function