Searched refs:X509_EXTENSIONS (Results 1 – 4 of 4) sorted by relevance
144 X509_EXTENSIONS *145 d2i_X509_EXTENSIONS(X509_EXTENSIONS **a, const unsigned char **in, long len) in d2i_X509_EXTENSIONS()147 return (X509_EXTENSIONS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_X509_EXTENSIONS()153 i2d_X509_EXTENSIONS(X509_EXTENSIONS *a, unsigned char **out) in i2d_X509_EXTENSIONS()
82 X509_EXTENSIONS *exts; in main()
137 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS; typedef567 X509_EXTENSIONS *d2i_X509_EXTENSIONS(X509_EXTENSIONS **a, const unsigned char **in, long len);568 int i2d_X509_EXTENSIONS(X509_EXTENSIONS *a, unsigned char **out);
1035 X509_EXTENSIONS *tlsext_ocsp_exts;