Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp3985 const unsigned *req_idx = idx_range.begin(); in FindInsertedValue() local
3987 i != e; ++i, ++req_idx) { in FindInsertedValue()
3988 if (req_idx == idx_range.end()) { in FindInsertedValue()
4003 return BuildSubAggregate(V, makeArrayRef(idx_range.begin(), req_idx), in FindInsertedValue()
4010 if (*req_idx != *i) in FindInsertedValue()
4018 makeArrayRef(req_idx, idx_range.end()), in FindInsertedValue()