Lines Matching refs:req
16 int X509_REQ_get_attr_count(const X509_REQ *req);
17 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos);
18 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, const ASN1_OBJECT *obj,
20 X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc);
21 X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc);
22 int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr);
23 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req,
26 int X509_REQ_add1_attr_by_NID(X509_REQ *req,
29 int X509_REQ_add1_attr_by_txt(X509_REQ *req,
36 in the I<req> attribute list. The search starts at the position after I<lastpos>.
47 I<req> attribute list. I<loc> should be in the range from 0 to
51 the I<req> objects list of attributes. An error occurs if I<req> is NULL.
54 to the I<req> object's attribute list. An error will occur if either the
60 to the I<req> object's attribute list. I<req> must be non NULL or an error
75 X509_REQ_get_attr_count() returns the number of attributes in the I<req> object
78 X509_REQ_get_attr_by_OBJ() returns -1 if either the I<req> object's attribute