Home
last modified time | relevance | path

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

/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
321 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
335 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce()
350 int req_idx; in OCSP_copy_nonce() local
352 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_copy_nonce()
354 if (req_idx < 0) in OCSP_copy_nonce()
356 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce()
/openssl/demos/guide/
H A Dquic-hq-interop.c601 static size_t req_idx = 0; variable
651 while (req_idx < total_requests) { in build_request_set()
652 req = req_array[req_idx]; in build_request_set()
734 req_idx++; in build_request_set()

Completed in 15 milliseconds