HomeSort by relevance Sort by last modified time
    Searched refs:lastpos (Results 1 - 20 of 20) sorted by null

  /external/openssl/crypto/x509/
x509_ext.c 74 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos)
76 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos));
79 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos)
81 return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos));
84 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos)
86 return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos));
120 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
122 return(X509v3_get_ext_by_NID(x->cert_info->extensions,nid,lastpos));
125 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
127 return(X509v3_get_ext_by_OBJ(x->cert_info->extensions,obj,lastpos));
    [all...]
x509_v3.c 75 int lastpos)
81 return(X509v3_get_ext_by_OBJ(x,obj,lastpos));
85 int lastpos)
91 lastpos++;
92 if (lastpos < 0)
93 lastpos=0;
95 for ( ; lastpos < n; lastpos++)
97 ex=sk_X509_EXTENSION_value(sk,lastpos);
99 return(lastpos);
    [all...]
x509_att.c 74 int lastpos)
80 return(X509at_get_attr_by_OBJ(x,obj,lastpos));
84 int lastpos)
90 lastpos++;
91 if (lastpos < 0)
92 lastpos=0;
94 for ( ; lastpos < n; lastpos++)
96 ex=sk_X509_ATTRIBUTE_value(sk,lastpos);
98 return(lastpos);
    [all...]
x509name.c 98 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
104 return(X509_NAME_get_index_by_OBJ(name,obj,lastpos));
107 /* NOTE: you should be passsing -1, not 0 as lastpos */
109 int lastpos)
116 if (lastpos < 0)
117 lastpos= -1;
120 for (lastpos++; lastpos < n; lastpos++)
122 ne=sk_X509_NAME_ENTRY_value(sk,lastpos);
    [all...]
x509.h 927 int lastpos);
929 int lastpos);
1003 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1004 * lastpos, search after that position on. */
1005 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1007 int lastpos);
1034 int nid, int lastpos); variable
1036 ASN1_OBJECT *obj,int lastpos); variable
1038 int crit, int lastpos); variable
1091 int lastpos); variable
1093 int lastpos); variable
1108 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]
x509_req.c 264 int lastpos)
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
270 int lastpos)
272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
  /external/openssl/crypto/ocsp/
ocsp_ext.c 81 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos)
83 return(X509v3_get_ext_by_NID(x->tbsRequest->requestExtensions,nid,lastpos));
86 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos)
88 return(X509v3_get_ext_by_OBJ(x->tbsRequest->requestExtensions,obj,lastpos));
91 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos)
93 return(X509v3_get_ext_by_critical(x->tbsRequest->requestExtensions,crit,lastpos));
129 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos)
131 return(X509v3_get_ext_by_NID(x->singleRequestExtensions,nid,lastpos));
134 int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos)
136 return(X509v3_get_ext_by_OBJ(x->singleRequestExtensions,obj,lastpos));
    [all...]
ocsp.h 490 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
491 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos);
492 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
501 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos);
502 int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos);
503 int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos);
512 int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos);
513 int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, int lastpos);
514 int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, int lastpos);
523 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tokiter.h 57 // return reader.describePosition() + ':' + (lastpos+1);
68 int32_t lastpos; member in class:TokenIterator
tokiter.cpp 19 pos = lastpos = -1;
39 lastpos = pos;
  /external/icu4c/test/intltest/
tokiter.h 57 // return reader.describePosition() + ':' + (lastpos+1);
68 int32_t lastpos; member in class:TokenIterator
tokiter.cpp 19 pos = lastpos = -1;
39 lastpos = pos;
  /external/openssl/crypto/x509v3/
v3_lib.c 196 int lastpos, i; local
203 if(idx) lastpos = *idx + 1;
204 else lastpos = 0;
205 if(lastpos < 0) lastpos = 0;
206 for(i = lastpos; i < sk_X509_EXTENSION_num(x); i++)
  /external/openssl/crypto/evp/
evp_pkey.c 190 int lastpos)
192 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
196 int lastpos)
198 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
  /external/openssl/include/openssl/
ocsp.h 490 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
491 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos);
492 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
501 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos);
502 int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos);
503 int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos);
512 int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos);
513 int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, int lastpos);
514 int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, int lastpos);
523 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
    [all...]
x509.h 927 int lastpos);
929 int lastpos);
1003 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1004 * lastpos, search after that position on. */
1005 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1007 int lastpos);
1034 int nid, int lastpos); variable
1036 ASN1_OBJECT *obj,int lastpos); variable
1038 int crit, int lastpos); variable
1091 int lastpos); variable
1093 int lastpos); variable
1108 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]
ts.h 399 int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos);
400 int TS_REQ_get_ext_by_OBJ(TS_REQ *a, ASN1_OBJECT *obj, int lastpos);
401 int TS_REQ_get_ext_by_critical(TS_REQ *a, int crit, int lastpos);
460 int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos);
461 int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, ASN1_OBJECT *obj, int lastpos);
462 int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos);
  /bootable/recovery/applypatch/
bsdiff.c 230 off_t lastscan,lastpos,lastoffset; local
282 lastscan=0;lastpos=0;lastoffset=0;
305 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
306 if(old[lastpos+i]==new[lastscan+i]) s++;
325 old[lastpos+lenf-overlap+i]) s++;
336 db[dblen+i]=new[lastscan+i]-old[lastpos+i];
353 offtout((pos-lenb)-(lastpos+lenf),buf);
359 lastpos=pos-lenb;
  /external/bsdiff/
bsdiff.c 203 off_t lastscan,lastpos,lastoffset; local
273 lastscan=0;lastpos=0;lastoffset=0;
296 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
297 if(old[lastpos+i]==new[lastscan+i]) s++;
316 old[lastpos+lenf-overlap+i]) s++;
327 db[dblen+i]=new[lastscan+i]-old[lastpos+i];
344 offtout((pos-lenb)-(lastpos+lenf),buf);
350 lastpos=pos-lenb;
  /bionic/libc/regex/
engine.c 79 char **lastpos; /* [nplus+1] */ member in struct:match
168 m->lastpos = NULL;
184 free(m->lastpos);
218 if (g->nplus > 0 && m->lastpos == NULL)
219 m->lastpos = (char **)malloc((g->nplus+1) *
221 if (g->nplus > 0 && m->lastpos == NULL) {
234 assert(g->nplus == 0 || m->lastpos != NULL);
281 if (m->lastpos != NULL)
282 free((char *)m->lastpos);
598 assert(m->lastpos != NULL)
    [all...]

Completed in 112 milliseconds