Home
last modified time | relevance | path

Searched refs:lastpos (Results 1 – 24 of 24) sorted by relevance

/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() argument
26 return X509v3_get_ext_by_NID(x->crl.extensions, nid, lastpos); in X509_CRL_get_ext_by_NID()
30 int lastpos) in X509_CRL_get_ext_by_OBJ() argument
32 return X509v3_get_ext_by_OBJ(x->crl.extensions, obj, lastpos); in X509_CRL_get_ext_by_OBJ()
71 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos) in X509_get_ext_by_NID() argument
81 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos) in X509_get_ext_by_critical() argument
84 (x->cert_info.extensions, crit, lastpos)); in X509_get_ext_by_critical()
121 return X509v3_get_ext_by_NID(x->extensions, nid, lastpos); in X509_REVOKED_get_ext_by_NID()
125 int lastpos) in X509_REVOKED_get_ext_by_OBJ() argument
127 return X509v3_get_ext_by_OBJ(x->extensions, obj, lastpos); in X509_REVOKED_get_ext_by_OBJ()
[all …]
H A Dx509_v3.c31 int lastpos) in X509v3_get_ext_by_NID() argument
49 lastpos++; in X509v3_get_ext_by_OBJ()
50 if (lastpos < 0) in X509v3_get_ext_by_OBJ()
51 lastpos = 0; in X509v3_get_ext_by_OBJ()
53 for (; lastpos < n; lastpos++) { in X509v3_get_ext_by_OBJ()
56 return lastpos; in X509v3_get_ext_by_OBJ()
69 lastpos++; in X509v3_get_ext_by_critical()
70 if (lastpos < 0) in X509v3_get_ext_by_critical()
71 lastpos = 0; in X509v3_get_ext_by_critical()
73 for (; lastpos < n; lastpos++) { in X509v3_get_ext_by_critical()
[all …]
H A Dx509_att.c27 int lastpos) in X509at_get_attr_by_NID() argument
33 return X509at_get_attr_by_OBJ(x, obj, lastpos); in X509at_get_attr_by_NID()
37 const ASN1_OBJECT *obj, int lastpos) in X509at_get_attr_by_OBJ() argument
44 lastpos++; in X509at_get_attr_by_OBJ()
45 if (lastpos < 0) in X509at_get_attr_by_OBJ()
46 lastpos = 0; in X509at_get_attr_by_OBJ()
48 for (; lastpos < n; lastpos++) { in X509at_get_attr_by_OBJ()
49 ex = sk_X509_ATTRIBUTE_value(sk, lastpos); in X509at_get_attr_by_OBJ()
51 return lastpos; in X509at_get_attr_by_OBJ()
241 int i = X509at_get_attr_by_OBJ(x, obj, lastpos); in X509at_get0_data_by_OBJ()
[all …]
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() argument
67 return X509_NAME_get_index_by_OBJ(name, obj, lastpos); in X509_NAME_get_index_by_NID()
72 int lastpos) in X509_NAME_get_index_by_OBJ() argument
80 if (lastpos < 0) in X509_NAME_get_index_by_OBJ()
81 lastpos = -1; in X509_NAME_get_index_by_OBJ()
84 for (lastpos++; lastpos < n; lastpos++) { in X509_NAME_get_index_by_OBJ()
85 ne = sk_X509_NAME_ENTRY_value(sk, lastpos); in X509_NAME_get_index_by_OBJ()
87 return lastpos; in X509_NAME_get_index_by_OBJ()
H A Dv3_lib.c166 int lastpos, i; in X509V3_get_d2i() local
177 lastpos = *idx + 1; in X509V3_get_d2i()
179 lastpos = 0; in X509V3_get_d2i()
180 if (lastpos < 0) in X509V3_get_d2i()
181 lastpos = 0; in X509V3_get_d2i()
182 for (i = lastpos; i < sk_X509_EXTENSION_num(x); i++) { in X509V3_get_d2i()
H A Dx509_req.c220 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) in X509_REQ_get_attr_by_NID() argument
222 return X509at_get_attr_by_NID(req->req_info.attributes, nid, lastpos); in X509_REQ_get_attr_by_NID()
226 int lastpos) in X509_REQ_get_attr_by_OBJ() argument
228 return X509at_get_attr_by_OBJ(req->req_info.attributes, obj, lastpos); in X509_REQ_get_attr_by_OBJ()
H A Dx509_acert.c197 int X509_ACERT_get_attr_by_NID(const X509_ACERT *x, int nid, int lastpos) in X509_ACERT_get_attr_by_NID() argument
199 return X509at_get_attr_by_NID(x->acinfo->attributes, nid, lastpos); in X509_ACERT_get_attr_by_NID()
203 int lastpos) in X509_ACERT_get_attr_by_OBJ() argument
205 return X509at_get_attr_by_OBJ(x->acinfo->attributes, obj, lastpos); in X509_ACERT_get_attr_by_OBJ()
/openssl/crypto/cms/
H A Dcms_att.c77 return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos); in CMS_signed_get_attr_by_NID()
81 int lastpos) in CMS_signed_get_attr_by_OBJ() argument
83 return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos); in CMS_signed_get_attr_by_OBJ()
132 int lastpos, int type) in CMS_signed_get0_data_by_OBJ() argument
143 int lastpos) in CMS_unsigned_get_attr_by_NID() argument
200 int lastpos, int type) in CMS_unsigned_get0_data_by_OBJ() argument
213 int *lastpos) in cms_attrib_get() argument
218 loc = X509at_get_attr_by_NID(attrs, nid, *lastpos); in cms_attrib_get()
223 *lastpos = loc; in cms_attrib_get()
231 int lastpos = -1; in cms_check_attribute() local
[all …]
/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() argument
31 (x->tbsRequest.requestExtensions, nid, lastpos)); in OCSP_REQUEST_get_ext_by_NID()
35 int lastpos) in OCSP_REQUEST_get_ext_by_OBJ() argument
38 (x->tbsRequest.requestExtensions, obj, lastpos)); in OCSP_REQUEST_get_ext_by_OBJ()
44 (x->tbsRequest.requestExtensions, crit, lastpos)); in OCSP_REQUEST_get_ext_by_critical()
88 int lastpos) in OCSP_ONEREQ_get_ext_by_OBJ() argument
96 (x->singleRequestExtensions, crit, lastpos)); in OCSP_ONEREQ_get_ext_by_critical()
140 int lastpos) in OCSP_BASICRESP_get_ext_by_OBJ() argument
147 int lastpos) in OCSP_BASICRESP_get_ext_by_critical() argument
196 int lastpos) in OCSP_SINGLERESP_get_ext_by_OBJ() argument
[all …]
/openssl/doc/man3/
H A DX509v3_get_ext_by_NID.pod24 int nid, int lastpos);
26 const ASN1_OBJECT *obj, int lastpos);
28 int crit, int lastpos);
38 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos);
39 int X509_get_ext_by_OBJ(const X509 *x, const ASN1_OBJECT *obj, int lastpos);
40 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos);
46 int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos);
48 int lastpos);
49 int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos);
57 int lastpos);
[all …]
H A DX509_NAME_get_index_by_NID.pod13 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos);
15 const ASN1_OBJECT *obj, int lastpos);
33 the next index matching B<nid> or B<obj> after B<lastpos>. B<lastpos>
102 int lastpos = -1;
106 lastpos = X509_NAME_get_index_by_NID(nm, NID_commonName, lastpos);
107 if (lastpos == -1)
109 e = X509_NAME_get_entry(nm, lastpos);
H A DCMS_signed_get_attr.pod25 int lastpos);
27 int lastpos);
42 int lastpos, int type);
46 int lastpos);
48 const ASN1_OBJECT *obj, int lastpos);
62 int lastpos, int type);
76 on the next call to CMS_signed_get_attr_by_OBJ() as the value of I<lastpos> in
77 order to iterate through the remaining attributes. I<lastpos> can be set to any
111 attributes list that matches the I<obj> starting at index I<lastpos>
116 If I<lastpos> is less than -1 then an error will occur if there are multiple
[all …]
H A DX509_ACERT_get_attr.pod16 int X509_ACERT_get_attr_by_NID(const X509_ACERT *x, int nid, int lastpos);
18 int lastpos);
28 attribute location matching I<nid> or I<obj> after I<lastpos>. I<lastpos>
H A DEVP_PKEY_get_attr.pod18 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos);
20 int lastpos);
39 in the I<key> attribute list. The search starts at the position after I<lastpos>.
41 EVP_PKEY_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
42 the remaining attributes. I<lastpos> can be set to any negative value on the
H A DX509_REQ_get_attr.pod17 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos);
19 int lastpos);
36 in the I<req> attribute list. The search starts at the position after I<lastpos>.
38 X509_REQ_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
39 the remaining attributes. I<lastpos> can be set to any negative value on the
H A DX509_ATTRIBUTE.pod26 int lastpos);
28 const ASN1_OBJECT *obj, int lastpos);
48 const ASN1_OBJECT *obj, int lastpos, int type);
102 in a list of attributes I<sk>. The search starts at the position after I<lastpos>.
104 X509at_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
105 the remaining attributes. I<lastpos> can be set to any negative value on the
192 that matches the I<obj> starting at index I<lastpos> and returns the data
197 If I<lastpos> is less than -1 then an error will occur if there are multiple
199 If I<lastpos> is less than -2 then an error will occur if there is more than
/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() argument
152 return X509v3_get_ext_by_NID(a->extensions, nid, 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() argument
157 return X509v3_get_ext_by_OBJ(a->extensions, obj, 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() argument
162 return X509v3_get_ext_by_critical(a->extensions, crit, 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() argument
313 return X509v3_get_ext_by_NID(a->extensions, nid, 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() argument
318 return X509v3_get_ext_by_OBJ(a->extensions, obj, 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() argument
323 return X509v3_get_ext_by_critical(a->extensions, crit, lastpos); in TS_TST_INFO_get_ext_by_critical()
/openssl/include/openssl/
H A Docsp.h.in304 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
306 int lastpos);
307 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
317 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos);
319 int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos);
328 int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos);
330 int lastpos);
332 int lastpos);
342 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
344 int lastpos);
[all …]
H A Dts.h156 int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos);
157 int TS_REQ_get_ext_by_OBJ(TS_REQ *a, const ASN1_OBJECT *obj, int lastpos);
158 int TS_REQ_get_ext_by_critical(TS_REQ *a, int crit, int lastpos);
217 int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos);
219 int lastpos);
220 int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos);
H A Dx509.h.in725 int lastpos);
856 * lastpos, search after that position on.
860 int lastpos);
898 int nid, int lastpos);
902 int crit, int lastpos);
912 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos);
925 int lastpos);
937 int lastpos);
939 int lastpos);
963 int lastpos);
[all …]
H A Dcms.h.in313 int lastpos);
315 int lastpos);
330 int lastpos, int type);
334 int lastpos);
336 const ASN1_OBJECT *obj, int lastpos);
350 int lastpos, int type);
H A Dx509_acert.h.in74 int X509_ACERT_get_attr_by_NID(const X509_ACERT *x, int nid, int lastpos);
76 int lastpos);
/openssl/crypto/evp/
H A Devp_pkey.c190 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID() argument
192 return X509at_get_attr_by_NID(key->attributes, nid, lastpos); in EVP_PKEY_get_attr_by_NID()
196 int lastpos) in EVP_PKEY_get_attr_by_OBJ() argument
198 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos); in EVP_PKEY_get_attr_by_OBJ()

Completed in 50 milliseconds