Searched refs:req_idx (Results 1 – 2 of 2) sorted by relevance
319 int req_idx, resp_idx; in OCSP_check_nonce() local321 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() local352 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()
511 static size_t req_idx = 0; variable561 while (req_idx < total_requests) { in build_request_set()562 req = req_array[req_idx]; in build_request_set()644 req_idx++; in build_request_set()
Completed in 13 milliseconds