Home
last modified time | relevance | path

Searched refs:d2i_X509_EXTENSIONS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_exten.c139 d2i_X509_EXTENSIONS(X509_EXTENSIONS **a, const unsigned char **in, long len) in d2i_X509_EXTENSIONS() function
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_req.c232 return d2i_X509_EXTENSIONS(NULL, &p, ext->value.sequence->length); in STACK_OF()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h661 X509_EXTENSIONS *d2i_X509_EXTENSIONS(X509_EXTENSIONS **a, const unsigned char **in, long len);
/dragonfly/crypto/libressl/ssl/
H A Dssl_tlsext.c981 if ((s->internal->tlsext_ocsp_exts = d2i_X509_EXTENSIONS(NULL, in tlsext_ocsp_server_parse()