Lines Matching refs:lastpos
703 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos);
705 int lastpos);
834 * NOTE: you should be passing -1, not 0 as lastpos. The functions that use
835 * lastpos, search after that position on.
837 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos);
839 int lastpos);
877 int nid, int lastpos);
879 const ASN1_OBJECT *obj, int lastpos);
881 int crit, int lastpos);
888 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos);
889 int X509_get_ext_by_OBJ(const X509 *x, const ASN1_OBJECT *obj, int lastpos);
890 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos);
899 int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos);
901 int lastpos);
902 int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos);
911 int X509_REVOKED_get_ext_by_NID(const X509_REVOKED *x, int nid, int lastpos);
913 int lastpos);
915 int lastpos);
939 int lastpos);
941 const ASN1_OBJECT *obj, int lastpos);
961 const ASN1_OBJECT *obj, int lastpos, int type);
983 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos);
985 int lastpos);