Home | History | Annotate | Download | only in x509

Lines Matching refs:lastpos

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);
196 ASN1_OBJECT *obj, int lastpos, int type)
200 i = X509at_get_attr_by_OBJ(x, obj, lastpos);
203 if ((lastpos <= -2) && (X509at_get_attr_by_OBJ(x, obj, i) != -1))
206 if (lastpos <= -3 && (X509_ATTRIBUTE_count(at) != 1))