Searched refs:resp_idx (Results 1 – 1 of 1) sorted by relevance
319 int req_idx, resp_idx; in OCSP_check_nonce() local322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, 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()336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()