Symbol: PROXY_CERT_INFO_EXTENSION
crypto/libressl/crypto/x509/x509_pci.c
230
static PROXY_CERT_INFO_EXTENSION *
crypto/libressl/crypto/x509/x509_pci.c
233
PROXY_CERT_INFO_EXTENSION *pci = NULL;
crypto/libressl/crypto/x509/x509_pci.c
44
static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *ext,
crypto/libressl/crypto/x509/x509_pci.c
46
static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_pci.c
67
i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out,
crypto/libressl/crypto/x509/x509_pcia.c
105
.offset = offsetof(PROXY_CERT_INFO_EXTENSION, proxyPolicy),
crypto/libressl/crypto/x509/x509_pcia.c
117
.size = sizeof(PROXY_CERT_INFO_EXTENSION),
crypto/libressl/crypto/x509/x509_pcia.c
122
PROXY_CERT_INFO_EXTENSION *
crypto/libressl/crypto/x509/x509_pcia.c
123
d2i_PROXY_CERT_INFO_EXTENSION(PROXY_CERT_INFO_EXTENSION **a, const unsigned char **in, long len)
crypto/libressl/crypto/x509/x509_pcia.c
125
return (PROXY_CERT_INFO_EXTENSION *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/x509/x509_pcia.c
130
i2d_PROXY_CERT_INFO_EXTENSION(PROXY_CERT_INFO_EXTENSION *a, unsigned char **out)
crypto/libressl/crypto/x509/x509_pcia.c
135
PROXY_CERT_INFO_EXTENSION *
crypto/libressl/crypto/x509/x509_pcia.c
138
return (PROXY_CERT_INFO_EXTENSION *)ASN1_item_new(&PROXY_CERT_INFO_EXTENSION_it);
crypto/libressl/crypto/x509/x509_pcia.c
142
PROXY_CERT_INFO_EXTENSION_free(PROXY_CERT_INFO_EXTENSION *a)
crypto/libressl/crypto/x509/x509_pcia.c
98
.offset = offsetof(PROXY_CERT_INFO_EXTENSION, pcPathLengthConstraint),
crypto/libressl/crypto/x509/x509_purp.c
443
PROXY_CERT_INFO_EXTENSION *pci;
crypto/libressl/include/openssl/x509v3.h
355
PROXY_CERT_INFO_EXTENSION *PROXY_CERT_INFO_EXTENSION_new(void);
crypto/libressl/include/openssl/x509v3.h
356
void PROXY_CERT_INFO_EXTENSION_free(PROXY_CERT_INFO_EXTENSION *a);
crypto/libressl/include/openssl/x509v3.h
357
PROXY_CERT_INFO_EXTENSION *d2i_PROXY_CERT_INFO_EXTENSION(PROXY_CERT_INFO_EXTENSION **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/x509v3.h
358
int i2d_PROXY_CERT_INFO_EXTENSION(PROXY_CERT_INFO_EXTENSION *a, unsigned char **out);