Symbol: BASIC_CONSTRAINTS
crypto/libressl/crypto/x509/x509_bcons.c
101
.offset = offsetof(BASIC_CONSTRAINTS, pathlen),
crypto/libressl/crypto/x509/x509_bcons.c
113
.size = sizeof(BASIC_CONSTRAINTS),
crypto/libressl/crypto/x509/x509_bcons.c
118
BASIC_CONSTRAINTS *
crypto/libressl/crypto/x509/x509_bcons.c
119
d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len)
crypto/libressl/crypto/x509/x509_bcons.c
121
return (BASIC_CONSTRAINTS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/x509/x509_bcons.c
126
i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **out)
crypto/libressl/crypto/x509/x509_bcons.c
131
BASIC_CONSTRAINTS *
crypto/libressl/crypto/x509/x509_bcons.c
134
return (BASIC_CONSTRAINTS *)ASN1_item_new(&BASIC_CONSTRAINTS_it);
crypto/libressl/crypto/x509/x509_bcons.c
138
BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a)
crypto/libressl/crypto/x509/x509_bcons.c
145
i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, BASIC_CONSTRAINTS *bcons,
crypto/libressl/crypto/x509/x509_bcons.c
168
static BASIC_CONSTRAINTS *
crypto/libressl/crypto/x509/x509_bcons.c
172
BASIC_CONSTRAINTS *bcons = NULL;
crypto/libressl/crypto/x509/x509_bcons.c
69
BASIC_CONSTRAINTS *bcons, STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/crypto/x509/x509_bcons.c
70
static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_bcons.c
94
.offset = offsetof(BASIC_CONSTRAINTS, ca),
crypto/libressl/crypto/x509/x509_purp.c
442
BASIC_CONSTRAINTS *bs;
crypto/libressl/include/openssl/x509v3.h
512
BASIC_CONSTRAINTS *BASIC_CONSTRAINTS_new(void);
crypto/libressl/include/openssl/x509v3.h
513
void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a);
crypto/libressl/include/openssl/x509v3.h
514
BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/x509v3.h
515
int i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **out);