Searched refs:bcons (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_bcons.c | 20 BASIC_CONSTRAINTS *bcons, 46 BASIC_CONSTRAINTS *bcons, 50 X509V3_add_value_bool("CA", bcons->ca, &extlist); 51 X509V3_add_value_int("pathlen", bcons->pathlen, &extlist); 59 BASIC_CONSTRAINTS *bcons = NULL; in v2i_BASIC_CONSTRAINTS() local 63 if ((bcons = BASIC_CONSTRAINTS_new()) == NULL) { in v2i_BASIC_CONSTRAINTS() 70 if (!X509V3_get_value_bool(val, &bcons->ca)) in v2i_BASIC_CONSTRAINTS() 73 if (!X509V3_get_value_int(val, &bcons->pathlen)) in v2i_BASIC_CONSTRAINTS() 81 return bcons; in v2i_BASIC_CONSTRAINTS() 83 BASIC_CONSTRAINTS_free(bcons); in v2i_BASIC_CONSTRAINTS()
|
H A D | v3_pcons.c | 19 *method, void *bcons, STACK_OF(CONF_VALUE)
|