Home
last modified time | relevance | path

Searched refs:req_idx (Results 1 – 1 of 1) 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()

Completed in 6 milliseconds