Lines Matching full:ex
13 int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj);
14 int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit);
15 int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data);
17 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex,
20 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
24 ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex);
25 int X509_EXTENSION_get_critical(const X509_EXTENSION *ex);
30 X509_EXTENSION_set_object() sets the extension type of B<ex> to B<obj>. The
33 X509_EXTENSION_set_critical() sets the criticality of B<ex> to B<crit>. If
36 X509_EXTENSION_set_data() sets the data in extension B<ex> to B<data>. The
41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex>
48 X509_EXTENSION_get_object() returns the extension type of B<ex> as an
52 X509_EXTENSION_get_critical() returns the criticality of extension B<ex> it
55 X509_EXTENSION_get_data() returns the data of extension B<ex>. The returned