Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/x509/
Dx509_ext.c74 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos) in X509_CRL_get_ext_by_NID() argument
76 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos)); in X509_CRL_get_ext_by_NID()
79 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos) in X509_CRL_get_ext_by_OBJ() argument
81 return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos)); in X509_CRL_get_ext_by_OBJ()
84 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos) in X509_CRL_get_ext_by_critical() argument
86 return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos)); in X509_CRL_get_ext_by_critical()
120 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos) in X509_get_ext_by_NID() argument
122 return(X509v3_get_ext_by_NID(x->cert_info->extensions,nid,lastpos)); in X509_get_ext_by_NID()
125 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos) in X509_get_ext_by_OBJ() argument
127 return(X509v3_get_ext_by_OBJ(x->cert_info->extensions,obj,lastpos)); in X509_get_ext_by_OBJ()
[all …]
Dx509_v3.c75 int lastpos) in X509v3_get_ext_by_NID() argument
81 return(X509v3_get_ext_by_OBJ(x,obj,lastpos)); in X509v3_get_ext_by_NID()
85 int lastpos) in X509v3_get_ext_by_OBJ() argument
91 lastpos++; in X509v3_get_ext_by_OBJ()
92 if (lastpos < 0) in X509v3_get_ext_by_OBJ()
93 lastpos=0; in X509v3_get_ext_by_OBJ()
95 for ( ; lastpos < n; lastpos++) in X509v3_get_ext_by_OBJ()
97 ex=sk_X509_EXTENSION_value(sk,lastpos); in X509v3_get_ext_by_OBJ()
99 return(lastpos); in X509v3_get_ext_by_OBJ()
105 int lastpos) in X509v3_get_ext_by_critical() argument
[all …]
Dx509_att.c75 int lastpos) in X509at_get_attr_by_NID() argument
81 return(X509at_get_attr_by_OBJ(x,obj,lastpos)); in X509at_get_attr_by_NID()
85 int lastpos) in X509at_get_attr_by_OBJ() argument
91 lastpos++; in X509at_get_attr_by_OBJ()
92 if (lastpos < 0) in X509at_get_attr_by_OBJ()
93 lastpos=0; in X509at_get_attr_by_OBJ()
95 for ( ; lastpos < n; lastpos++) in X509at_get_attr_by_OBJ()
97 ex=sk_X509_ATTRIBUTE_value(sk,lastpos); in X509at_get_attr_by_OBJ()
99 return(lastpos); in X509at_get_attr_by_OBJ()
Dx509name.c98 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos) in X509_NAME_get_index_by_NID() argument
104 return(X509_NAME_get_index_by_OBJ(name,obj,lastpos)); in X509_NAME_get_index_by_NID()
109 int lastpos) in X509_NAME_get_index_by_OBJ() argument
116 if (lastpos < 0) in X509_NAME_get_index_by_OBJ()
117 lastpos= -1; in X509_NAME_get_index_by_OBJ()
120 for (lastpos++; lastpos < n; lastpos++) in X509_NAME_get_index_by_OBJ()
122 ne=sk_X509_NAME_ENTRY_value(sk,lastpos); in X509_NAME_get_index_by_OBJ()
124 return(lastpos); in X509_NAME_get_index_by_OBJ()
Dx509.h963 int lastpos);
965 int lastpos);
1038 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1040 int lastpos);
1067 int nid, int lastpos);
1069 ASN1_OBJECT *obj,int lastpos);
1071 int crit, int lastpos);
1078 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
1079 int X509_get_ext_by_OBJ(X509 *x,ASN1_OBJECT *obj,int lastpos);
1080 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos);
[all …]
Dx509_req.c227 int lastpos) in X509_REQ_get_attr_by_NID() argument
229 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos); in X509_REQ_get_attr_by_NID()
233 int lastpos) in X509_REQ_get_attr_by_OBJ() argument
235 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos); in X509_REQ_get_attr_by_OBJ()
/mirbsd/src/lib/libssl/src/crypto/ocsp/
Docsp_ext.c81 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) in OCSP_REQUEST_get_ext_by_NID() argument
83 return(X509v3_get_ext_by_NID(x->tbsRequest->requestExtensions,nid,lastpos)); in OCSP_REQUEST_get_ext_by_NID()
86 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos) in OCSP_REQUEST_get_ext_by_OBJ() argument
88 return(X509v3_get_ext_by_OBJ(x->tbsRequest->requestExtensions,obj,lastpos)); in OCSP_REQUEST_get_ext_by_OBJ()
91 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) in OCSP_REQUEST_get_ext_by_critical() argument
93 return(X509v3_get_ext_by_critical(x->tbsRequest->requestExtensions,crit,lastpos)); in OCSP_REQUEST_get_ext_by_critical()
129 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos) in OCSP_ONEREQ_get_ext_by_NID() argument
131 return(X509v3_get_ext_by_NID(x->singleRequestExtensions,nid,lastpos)); in OCSP_ONEREQ_get_ext_by_NID()
134 int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos) in OCSP_ONEREQ_get_ext_by_OBJ() argument
136 return(X509v3_get_ext_by_OBJ(x->singleRequestExtensions,obj,lastpos)); in OCSP_ONEREQ_get_ext_by_OBJ()
[all …]
Docsp.h488 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
489 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos);
490 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
499 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos);
500 int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos);
501 int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos);
510 int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos);
511 int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, int lastpos);
512 int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, int lastpos);
521 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
[all …]
/mirbsd/src/lib/libssl/src/doc/crypto/
DX509_NAME_get_index_by_NID.pod11 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
12 int X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj, int lastpos);
28 the next index matching B<nid> or B<obj> after B<lastpos>. B<lastpos>
81 lastpos = X509_NAME_get_index_by_NID(nm, NID_commonName, lastpos);
82 if (lastpos == -1)
84 e = X509_NAME_get_entry(nm, lastpos);
/mirbsd/src/lib/libssl/src/crypto/x509v3/
Dv3_lib.c189 int lastpos, i; in X509V3_get_d2i() local
196 if(idx) lastpos = *idx + 1; in X509V3_get_d2i()
197 else lastpos = 0; in X509V3_get_d2i()
198 if(lastpos < 0) lastpos = 0; in X509V3_get_d2i()
199 for(i = lastpos; i < sk_X509_EXTENSION_num(x); i++) in X509V3_get_d2i()
/mirbsd/src/usr.sbin/isdn/isdntel/
Dmain.c186 static int lastpos; in makecurrent() local
202 mvwprintw(main_w, lastpos, 0, "%s", buffer); in makecurrent()
208 lastpos = cur_pos_scr; in makecurrent()
251 lastpos = cur_pos_scr; in makecurrent()
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_tell.t42 $lastpos = tell;
62 if ($lastpos == $tst->tell) { print "ok 12\n"; } else { print "not ok 12\n"; }
/mirbsd/src/lib/libc/regex/
Dengine.c81 const char **lastpos; /* [nplus+1] */ member
174 m->lastpos = NULL; in matcher()
190 free(m->lastpos); in matcher()
224 if (g->nplus > 0 && m->lastpos == NULL) in matcher()
225 m->lastpos = malloc((g->nplus+1) * in matcher()
227 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()
240 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()
287 if (m->lastpos != NULL) in matcher()
288 free((char *)m->lastpos); in matcher()
606 assert(m->lastpos != NULL); in backref()
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Text/
DBalanced.pm874 my ($lastpos, $firstpos);
920 $lastpos = pos $$textref;
937 push @fields, substr($$textref, $unkpos, $lastpos-$unkpos).$pref;
946 $firstpos = $lastpos unless defined $firstpos;
947 $lastpos = pos $$textref;
963 $lastpos = length $$textref;
968 pos $$textref = $lastpos;
972 eval { substr($$textref,$firstpos,$lastpos-$firstpos)="";
/mirbsd/src/gnu/usr.bin/perl/jpl/JPL/
DCompile.pm67 my $lastpos = 0;
99 $JAVA = substr($`, $lastpos);
100 $lastpos = pos $_;
133 print JFILE substr($_, $lastpos);
/mirbsd/src/gnu/usr.bin/perl/t/io/
Dtell.t31 $lastpos = tell;
51 if ($lastpos == tell) { print "ok 12\n"; } else { print "not ok 12\n"; }
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mips.c7850 unsigned int lastpos = 0; in mips_ip() local
8032 lastpos = imm_expr.X_add_number; in mips_ip()
8055 + lastpos) < limlo in mips_ip()
8057 + lastpos) > limhi) in mips_ip()
8061 (unsigned long) lastpos); in mips_ip()
8062 imm_expr.X_add_number = limlo - lastpos; in mips_ip()
8065 lastpos + imm_expr.X_add_number - 1); in mips_ip()
8091 + lastpos) < limlo in mips_ip()
8093 + lastpos) > limhi) in mips_ip()
8097 (unsigned long) lastpos); in mips_ip()
[all …]
/mirbsd/src/sys/netinet/
Dtcp_input.c2523 int i, j = 0, count = 0, lastpos = -1; local
2574 lastpos = i; /* last posn with a zero entry */
2582 lastpos = i; /* last posn with a zero entry */
2584 if (lastpos != -1) { /* at least one merge */
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlfaq4.pod972 my $lastpos = 1;
974 $template .= "A" . ($place - $lastpos) . " ";
975 $lastpos = $place;