Home
last modified time | relevance | path

Searched refs:BASIC_CONSTRAINTS (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/lib/libcrypto/x509/
Dx509_bcons.c71 BASIC_CONSTRAINTS *bcons, STACK_OF(CONF_VALUE) *extlist);
72 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
102 .offset = offsetof(BASIC_CONSTRAINTS, ca),
109 .offset = offsetof(BASIC_CONSTRAINTS, pathlen),
121 .size = sizeof(BASIC_CONSTRAINTS),
127 BASIC_CONSTRAINTS *
128 d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len) in d2i_BASIC_CONSTRAINTS()
130 return (BASIC_CONSTRAINTS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_BASIC_CONSTRAINTS()
136 i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **out) in i2d_BASIC_CONSTRAINTS()
142 BASIC_CONSTRAINTS *
[all …]
Dx509v3.h147 } BASIC_CONSTRAINTS; typedef
437 BASIC_CONSTRAINTS *BASIC_CONSTRAINTS_new(void);
438 void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a);
439 BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len);
440 int i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **out);
Dx509_purp.c390 BASIC_CONSTRAINTS *bs; in x509v3_cache_extensions_internal()
/openbsd/src/regress/lib/libcrypto/x509/
Dx509_extensions_test.c33 static BASIC_CONSTRAINTS *
36 BASIC_CONSTRAINTS *bc; in create_basic_constraints()
50 BASIC_CONSTRAINTS *bc; in ext_create_basic_constraints()
141 BASIC_CONSTRAINTS *bc = NULL; in test_x509v3_add1_i2d_single_nid()
400 BASIC_CONSTRAINTS *bc = NULL; in test_x509v3_add1_i2d_add_append()
597 BASIC_CONSTRAINTS *bc = NULL; in test_x509v3_add1_i2d_invalid_operations()
704 BASIC_CONSTRAINTS *bc = NULL; in test_x509v3_get_d2i_multiple_basic_constraints()
/openbsd/src/usr.sbin/rpki-client/
Dx509.c277 BASIC_CONSTRAINTS *bc = NULL; in x509_get_purpose()
/openbsd/src/lib/libssl/doc/
Dopenssl.txt524 BASIC_CONSTRAINTS structure. Check out the source in crypto/x509v3 for more
539 BASIC_CONSTRAINTS *bs;