Home
last modified time | relevance | path

Searched defs:lastpos (Results 1 – 25 of 31) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_ext.c24 int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos) in X509_CRL_get_ext_by_NID()
30 int lastpos) in X509_CRL_get_ext_by_OBJ()
35 int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos) in X509_CRL_get_ext_by_critical()
71 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos) in X509_get_ext_by_NID()
76 int X509_get_ext_by_OBJ(const X509 *x, const ASN1_OBJECT *obj, int lastpos) in X509_get_ext_by_OBJ()
81 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos) in X509_get_ext_by_critical()
119 int X509_REVOKED_get_ext_by_NID(const X509_REVOKED *x, int nid, int lastpos) in X509_REVOKED_get_ext_by_NID()
125 int lastpos) in X509_REVOKED_get_ext_by_OBJ()
130 int X509_REVOKED_get_ext_by_critical(const X509_REVOKED *x, int crit, int lastpos) in X509_REVOKED_get_ext_by_critical()
Dx509_v3.c31 int lastpos) in X509v3_get_ext_by_NID()
42 const ASN1_OBJECT *obj, int lastpos) in X509v3_get_ext_by_OBJ()
62 int lastpos) in X509v3_get_ext_by_critical()
Dx509_att.c27 int lastpos) in X509at_get_attr_by_NID()
37 const ASN1_OBJECT *obj, int lastpos) in X509at_get_attr_by_OBJ()
161 const ASN1_OBJECT *obj, int lastpos, int type) in X509at_get0_data_by_OBJ()
Dx509_req.c200 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) in X509_REQ_get_attr_by_NID()
206 int lastpos) in X509_REQ_get_attr_by_OBJ()
Dx509name.c60 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos) in X509_NAME_get_index_by_NID()
72 int lastpos) in X509_NAME_get_index_by_OBJ()
/third_party/openssl/crypto/x509/
Dx509_ext.c24 int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos) in X509_CRL_get_ext_by_NID()
30 int lastpos) in X509_CRL_get_ext_by_OBJ()
35 int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos) in X509_CRL_get_ext_by_critical()
71 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos) in X509_get_ext_by_NID()
76 int X509_get_ext_by_OBJ(const X509 *x, const ASN1_OBJECT *obj, int lastpos) in X509_get_ext_by_OBJ()
81 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos) in X509_get_ext_by_critical()
119 int X509_REVOKED_get_ext_by_NID(const X509_REVOKED *x, int nid, int lastpos) in X509_REVOKED_get_ext_by_NID()
125 int lastpos) in X509_REVOKED_get_ext_by_OBJ()
130 int X509_REVOKED_get_ext_by_critical(const X509_REVOKED *x, int crit, int lastpos) in X509_REVOKED_get_ext_by_critical()
Dx509_v3.c31 int lastpos) in X509v3_get_ext_by_NID()
42 const ASN1_OBJECT *obj, int lastpos) in X509v3_get_ext_by_OBJ()
62 int lastpos) in X509v3_get_ext_by_critical()
Dx509_att.c27 int lastpos) in X509at_get_attr_by_NID()
37 const ASN1_OBJECT *obj, int lastpos) in X509at_get_attr_by_OBJ()
156 const ASN1_OBJECT *obj, int lastpos, int type) in X509at_get0_data_by_OBJ()
Dx509_req.c200 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) in X509_REQ_get_attr_by_NID()
206 int lastpos) in X509_REQ_get_attr_by_OBJ()
Dx509name.c60 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos) in X509_NAME_get_index_by_NID()
72 int lastpos) in X509_NAME_get_index_by_OBJ()
Dv3_lib.c165 int lastpos, i; in X509V3_get_d2i() local
/third_party/openssl/crypto/cms/
Dcms_att.c74 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) in CMS_signed_get_attr_by_NID()
80 int lastpos) in CMS_signed_get_attr_by_OBJ()
130 int lastpos, int type) in CMS_signed_get0_data_by_OBJ()
141 int lastpos) in CMS_unsigned_get_attr_by_NID()
147 const ASN1_OBJECT *obj, int lastpos) in CMS_unsigned_get_attr_by_OBJ()
198 int lastpos, int type) in CMS_unsigned_get0_data_by_OBJ()
211 int *lastpos) in cms_attrib_get()
229 int lastpos = -1; in cms_check_attribute() local
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_att.c74 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) in CMS_signed_get_attr_by_NID()
80 int lastpos) in CMS_signed_get_attr_by_OBJ()
130 int lastpos, int type) in CMS_signed_get0_data_by_OBJ()
141 int lastpos) in CMS_unsigned_get_attr_by_NID()
147 const ASN1_OBJECT *obj, int lastpos) in CMS_unsigned_get_attr_by_OBJ()
198 int lastpos, int type) in CMS_unsigned_get0_data_by_OBJ()
211 int *lastpos) in cms_attrib_get()
229 int lastpos = -1; in cms_check_attribute() local
/third_party/node/deps/openssl/openssl/crypto/ocsp/
Docsp_ext.c28 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) in OCSP_REQUEST_get_ext_by_NID()
35 int lastpos) in OCSP_REQUEST_get_ext_by_OBJ()
41 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) in OCSP_REQUEST_get_ext_by_critical()
82 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos) in OCSP_ONEREQ_get_ext_by_NID()
88 int lastpos) in OCSP_ONEREQ_get_ext_by_OBJ()
93 int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos) in OCSP_ONEREQ_get_ext_by_critical()
133 int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos) in OCSP_BASICRESP_get_ext_by_NID()
140 int lastpos) in OCSP_BASICRESP_get_ext_by_OBJ()
147 int lastpos) in OCSP_BASICRESP_get_ext_by_critical()
190 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos) in OCSP_SINGLERESP_get_ext_by_NID()
[all …]
/third_party/openssl/crypto/ocsp/
Docsp_ext.c28 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) in OCSP_REQUEST_get_ext_by_NID()
35 int lastpos) in OCSP_REQUEST_get_ext_by_OBJ()
41 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) in OCSP_REQUEST_get_ext_by_critical()
82 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos) in OCSP_ONEREQ_get_ext_by_NID()
88 int lastpos) in OCSP_ONEREQ_get_ext_by_OBJ()
93 int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos) in OCSP_ONEREQ_get_ext_by_critical()
133 int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos) in OCSP_BASICRESP_get_ext_by_NID()
140 int lastpos) in OCSP_BASICRESP_get_ext_by_OBJ()
147 int lastpos) in OCSP_BASICRESP_get_ext_by_critical()
190 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos) in OCSP_SINGLERESP_get_ext_by_NID()
[all …]
/third_party/node/deps/openssl/openssl/crypto/ts/
Dts_req_utils.c150 int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos) in TS_REQ_get_ext_by_NID()
155 int TS_REQ_get_ext_by_OBJ(TS_REQ *a, const ASN1_OBJECT *obj, int lastpos) in TS_REQ_get_ext_by_OBJ()
160 int TS_REQ_get_ext_by_critical(TS_REQ *a, int crit, int lastpos) in TS_REQ_get_ext_by_critical()
Dts_rsp_utils.c311 int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos) in TS_TST_INFO_get_ext_by_NID()
316 int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, const ASN1_OBJECT *obj, int lastpos) in TS_TST_INFO_get_ext_by_OBJ()
321 int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos) in TS_TST_INFO_get_ext_by_critical()
/third_party/openssl/crypto/ts/
Dts_req_utils.c150 int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos) in TS_REQ_get_ext_by_NID()
155 int TS_REQ_get_ext_by_OBJ(TS_REQ *a, const ASN1_OBJECT *obj, int lastpos) in TS_REQ_get_ext_by_OBJ()
160 int TS_REQ_get_ext_by_critical(TS_REQ *a, int crit, int lastpos) in TS_REQ_get_ext_by_critical()
Dts_rsp_utils.c311 int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos) in TS_TST_INFO_get_ext_by_NID()
316 int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, const ASN1_OBJECT *obj, int lastpos) in TS_TST_INFO_get_ext_by_OBJ()
321 int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos) in TS_TST_INFO_get_ext_by_critical()
/third_party/icu/icu4c/source/test/intltest/
Dtokiter.h70 int32_t lastpos; variable
/third_party/openssl/crypto/evp/
Devp_pkey.c169 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID()
175 int lastpos) in EVP_PKEY_get_attr_by_OBJ()
/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_pkey.c169 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID()
175 int lastpos) in EVP_PKEY_get_attr_by_OBJ()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java37 private int lastpos; field in TokenIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/
DTokenIterator.java39 private int lastpos; field in TokenIterator
/third_party/ffmpeg/libavcodec/
Datrac.c92 int i, pos, lastpos; in ff_atrac_gain_compensation() local

12