Symbol: BASIC_CONSTRAINTS
lib/libcrypto/x509/x509_bcons.c
102
.offset = offsetof(BASIC_CONSTRAINTS, ca),
lib/libcrypto/x509/x509_bcons.c
109
.offset = offsetof(BASIC_CONSTRAINTS, pathlen),
lib/libcrypto/x509/x509_bcons.c
121
.size = sizeof(BASIC_CONSTRAINTS),
lib/libcrypto/x509/x509_bcons.c
127
BASIC_CONSTRAINTS *
lib/libcrypto/x509/x509_bcons.c
128
d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len)
lib/libcrypto/x509/x509_bcons.c
130
return (BASIC_CONSTRAINTS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
lib/libcrypto/x509/x509_bcons.c
136
i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **out)
lib/libcrypto/x509/x509_bcons.c
142
BASIC_CONSTRAINTS *
lib/libcrypto/x509/x509_bcons.c
145
return (BASIC_CONSTRAINTS *)ASN1_item_new(&BASIC_CONSTRAINTS_it);
lib/libcrypto/x509/x509_bcons.c
150
BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a)
lib/libcrypto/x509/x509_bcons.c
158
i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, BASIC_CONSTRAINTS *bcons,
lib/libcrypto/x509/x509_bcons.c
181
static BASIC_CONSTRAINTS *
lib/libcrypto/x509/x509_bcons.c
185
BASIC_CONSTRAINTS *bcons = NULL;
lib/libcrypto/x509/x509_bcons.c
71
BASIC_CONSTRAINTS *bcons, STACK_OF(CONF_VALUE) *extlist);
lib/libcrypto/x509/x509_bcons.c
72
static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_purp.c
389
BASIC_CONSTRAINTS *bs;
lib/libcrypto/x509/x509v3.h
437
BASIC_CONSTRAINTS *BASIC_CONSTRAINTS_new(void);
lib/libcrypto/x509/x509v3.h
438
void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a);
lib/libcrypto/x509/x509v3.h
439
BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len);
lib/libcrypto/x509/x509v3.h
440
int i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **out);
regress/lib/libcrypto/x509/x509_extensions_test.c
141
BASIC_CONSTRAINTS *bc = NULL;
regress/lib/libcrypto/x509/x509_extensions_test.c
33
static BASIC_CONSTRAINTS *
regress/lib/libcrypto/x509/x509_extensions_test.c
36
BASIC_CONSTRAINTS *bc;
regress/lib/libcrypto/x509/x509_extensions_test.c
400
BASIC_CONSTRAINTS *bc = NULL;
regress/lib/libcrypto/x509/x509_extensions_test.c
50
BASIC_CONSTRAINTS *bc;
regress/lib/libcrypto/x509/x509_extensions_test.c
597
BASIC_CONSTRAINTS *bc = NULL;
regress/lib/libcrypto/x509/x509_extensions_test.c
704
BASIC_CONSTRAINTS *bc = NULL;
usr.sbin/rpki-client/cert.c
47
BASIC_CONSTRAINTS *bc = NULL;