Home | History | Annotate | Download | only in x509

Lines Matching defs:lastpos

928 			  int lastpos);
930 int lastpos);
1004 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1005 * lastpos, search after that position on. */
1006 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1008 int lastpos);
1035 int nid, int lastpos);
1037 ASN1_OBJECT *obj,int lastpos);
1039 int crit, int lastpos);
1046 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
1047 int X509_get_ext_by_OBJ(X509 *x,ASN1_OBJECT *obj,int lastpos);
1048 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos);
1057 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos);
1058 int X509_CRL_get_ext_by_OBJ(X509_CRL *x,ASN1_OBJECT *obj,int lastpos);
1059 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos);
1068 int X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos);
1069 int X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x,ASN1_OBJECT *obj,int lastpos);
1070 int X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos);
1092 int lastpos);
1094 int lastpos);
1109 ASN1_OBJECT *obj, int lastpos, int type);
1126 int lastpos);
1128 int lastpos);