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()
81 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) in X509v3_get_ext()
89 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) in X509v3_delete_ext()
91 X509_EXTENSION *ret; in X509v3_delete_ext()
99 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, in STACK_OF() argument
100 X509_EXTENSION *ex, int loc) in STACK_OF()
102 X509_EXTENSION *new_ex = NULL; in STACK_OF()
104 STACK_OF(X509_EXTENSION) *sk = NULL; in STACK_OF()
139 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, in X509_EXTENSION_create_by_NID()
144 X509_EXTENSION *ret; in X509_EXTENSION_create_by_NID()
157 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, in X509_EXTENSION_create_by_OBJ()
161 X509_EXTENSION *ret; in X509_EXTENSION_create_by_OBJ()
187 int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) in X509_EXTENSION_set_object()
196 int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) in X509_EXTENSION_set_critical()
204 int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) in X509_EXTENSION_set_data()
216 ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex) in X509_EXTENSION_get_object()
223 ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ex) in X509_EXTENSION_get_data()
230 int X509_EXTENSION_get_critical(const X509_EXTENSION *ex) in X509_EXTENSION_get_critical()