Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A 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()
H A 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()
H A Dx509_att.c27 int lastpos) in X509at_get_attr_by_NID()
37 const ASN1_OBJECT *obj, int lastpos) in X509at_get_attr_by_OBJ()
225 const ASN1_OBJECT *obj, int lastpos, int type) in X509at_get0_data_by_OBJ()
H A 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()
H A 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()
H A Dv3_lib.c165 int lastpos, i; in X509V3_get_d2i() local
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_att.c75 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) in CMS_signed_get_attr_by_NID()
81 int lastpos) in CMS_signed_get_attr_by_OBJ()
132 int lastpos, int type) in CMS_signed_get0_data_by_OBJ()
143 int lastpos) in CMS_unsigned_get_attr_by_NID()
149 const ASN1_OBJECT *obj, int lastpos) in CMS_unsigned_get_attr_by_OBJ()
200 int lastpos, int type) in CMS_unsigned_get0_data_by_OBJ()
213 int *lastpos) in cms_attrib_get()
231 int lastpos = -1; in cms_check_attribute() local
/freebsd/crypto/openssl/crypto/ocsp/
H A 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 …]
/freebsd/crypto/openssl/crypto/ts/
H A 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()
H A 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()
/freebsd/crypto/openssl/crypto/evp/
H A 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()
/freebsd/contrib/kyua/utils/text/
H A Doperations.cpp193 std::string::size_type pos, lastpos = 0; in replace_all() local
/freebsd/sys/kern/
H A Dsubr_compressor.c390 size_t rc, lastpos; in zstdio_flush() local
439 size_t lastpos, rc; in zstdio_write() local
/freebsd/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c121 off_t lastscan,lastpos,lastoffset; main() local
/freebsd/contrib/nvi/regex/
H A Dengine.c77 const RCHAR_T **lastpos; /* [nplus+1] */ member
/freebsd/lib/libc/regex/
H A Dengine.c88 const char **lastpos; /* [nplus+1] */ member
/freebsd/lib/libfetch/
H A Dcommon.c973 int cnlen, lastpos, loc, ret; in fetch_ssl_verify_cn() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c485 long lastpos; /* last max position */ member