Lines Matching refs:X509_EXTENSION
17 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
19 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
22 void *X509V3_EXT_d2i(X509_EXTENSION *ext);
23 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
41 const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x);
42 const STACK_OF(X509_EXTENSION) *X509_ACERT_get0_extensions(const X509 *x);
43 const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl);
44 const STACK_OF(X509_EXTENSION) *X509_REVOKED_get0_extensions(const X509_REVOKED *r);
124 The function X509V3_add1_i2d() and its variants allocate B<X509_EXTENSION>
125 objects on STACK I<*x> depending on I<flags>. The B<X509_EXTENSION> objects
223 X509V3_EXT_i2d() returns a pointer to an B<X509_EXTENSION> structure