Home
last modified time | relevance | path

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

/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
Docsp_ext.c387 int req_idx, resp_idx; in OCSP_check_nonce() local
389 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
392 if((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
395 if((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
398 if((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
401 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce()
415 int req_idx; in OCSP_copy_nonce() local
417 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_copy_nonce()
419 if (req_idx < 0) return 2; in OCSP_copy_nonce()
420 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce()
/external/openssl/crypto/ocsp/
Docsp_ext.c387 int req_idx, resp_idx; in OCSP_check_nonce() local
389 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
392 if((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
395 if((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
398 if((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
401 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce()
415 int req_idx; in OCSP_copy_nonce() local
417 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_copy_nonce()
419 if (req_idx < 0) return 2; in OCSP_copy_nonce()
420 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce()
/external/llvm/lib/Analysis/
DValueTracking.cpp1640 const unsigned *req_idx = idx_range.begin(); in FindInsertedValue() local
1642 i != e; ++i, ++req_idx) { in FindInsertedValue()
1643 if (req_idx == idx_range.end()) { in FindInsertedValue()
1658 return BuildSubAggregate(V, makeArrayRef(idx_range.begin(), req_idx), in FindInsertedValue()
1665 if (*req_idx != *i) in FindInsertedValue()
1673 makeArrayRef(req_idx, idx_range.end()), in FindInsertedValue()