Home | History | Annotate | Download | only in openssl

Lines Matching defs:lastpos

699 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos);
701 int lastpos);
810 * NOTE: you should be passing -1, not 0 as lastpos. The functions that use
811 * lastpos, search after that position on.
813 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos);
815 int lastpos);
853 int nid, int lastpos);
855 const ASN1_OBJECT *obj, int lastpos);
857 int crit, int lastpos);
864 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos);
865 int X509_get_ext_by_OBJ(const X509 *x, const ASN1_OBJECT *obj, int lastpos);
866 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos);
875 int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos);
877 int lastpos);
878 int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos);
887 int X509_REVOKED_get_ext_by_NID(const X509_REVOKED *x, int nid, int lastpos);
889 int lastpos);
891 int lastpos);
915 int lastpos);
917 const ASN1_OBJECT *obj, int lastpos);
937 const ASN1_OBJECT *obj, int lastpos, int type);
959 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos);
961 int lastpos);