Searched refs:BASIC_CONSTRAINTS (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_bcons.c69 BASIC_CONSTRAINTS *bcons, STACK_OF(CONF_VALUE) *extlist);
70 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
94 .offset = offsetof(BASIC_CONSTRAINTS, ca),
101 .offset = offsetof(BASIC_CONSTRAINTS, pathlen),
113 .size = sizeof(BASIC_CONSTRAINTS),
114 .sname = "BASIC_CONSTRAINTS",
118 BASIC_CONSTRAINTS *
119 d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len)
121 return (BASIC_CONSTRAINTS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
127 i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *
[all...]
H A Dx509v3.h157 } BASIC_CONSTRAINTS; typedef in typeref:struct:BASIC_CONSTRAINTS_st
465 BASIC_CONSTRAINTS *BASIC_CONSTRAINTS_new(void);
466 void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a);
467 BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len);
468 int i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **out);
H A Dx509_purp.c390 BASIC_CONSTRAINTS *bs;
/openbsd-current/regress/lib/libcrypto/x509/
H A Dx509_extensions_test.c33 static BASIC_CONSTRAINTS *
36 BASIC_CONSTRAINTS *bc;
50 BASIC_CONSTRAINTS *bc;
141 BASIC_CONSTRAINTS *bc = NULL;
400 BASIC_CONSTRAINTS *bc = NULL;
597 BASIC_CONSTRAINTS *bc = NULL;
704 BASIC_CONSTRAINTS *bc = NULL;
/openbsd-current/usr.sbin/rpki-client/
H A Dx509.c277 BASIC_CONSTRAINTS *bc = NULL;

Completed in 187 milliseconds