Lines Matching refs:X509_EXTENSION
20 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x) in X509v3_get_ext_count()
30 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, in X509v3_get_ext_by_NID()
41 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, in X509v3_get_ext_by_OBJ()
45 X509_EXTENSION *ex; in X509v3_get_ext_by_OBJ()
61 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, in X509v3_get_ext_by_critical()
65 X509_EXTENSION *ex; in X509v3_get_ext_by_critical()
83 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) in X509v3_get_ext()
91 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) in X509v3_delete_ext()
93 X509_EXTENSION *ret; in X509v3_delete_ext()
101 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, in STACK_OF() argument
102 X509_EXTENSION *ex, int loc) in STACK_OF()
104 X509_EXTENSION *new_ex = NULL; in STACK_OF()
106 STACK_OF(X509_EXTENSION) *sk = NULL; in STACK_OF()
146 STACK_OF(X509_EXTENSION) *X509v3_add_extensions(STACK_OF(X509_EXTENSION) **target, in STACK_OF() argument
147 const STACK_OF(X509_EXTENSION) *exts) in STACK_OF()
157 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in STACK_OF()
175 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, in X509_EXTENSION_create_by_NID()
180 X509_EXTENSION *ret; in X509_EXTENSION_create_by_NID()
193 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, in X509_EXTENSION_create_by_OBJ()
197 X509_EXTENSION *ret; in X509_EXTENSION_create_by_OBJ()
223 int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) in X509_EXTENSION_set_object()
232 int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) in X509_EXTENSION_set_critical()
240 int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) in X509_EXTENSION_set_data()
252 ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex) in X509_EXTENSION_get_object()
259 ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ex) in X509_EXTENSION_get_data()
266 int X509_EXTENSION_get_critical(const X509_EXTENSION *ex) in X509_EXTENSION_get_critical()