Home
last modified time | relevance | path

Searched refs:bcons (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_bcons.c69 BASIC_CONSTRAINTS *bcons,
95 BASIC_CONSTRAINTS *bcons,
99 X509V3_add_value_bool("CA", bcons->ca, &extlist);
100 X509V3_add_value_int("pathlen", bcons->pathlen, &extlist);
108 BASIC_CONSTRAINTS *bcons = NULL; in v2i_BASIC_CONSTRAINTS() local
111 if (!(bcons = BASIC_CONSTRAINTS_new())) { in v2i_BASIC_CONSTRAINTS()
118 if (!X509V3_get_value_bool(val, &bcons->ca)) in v2i_BASIC_CONSTRAINTS()
121 if (!X509V3_get_value_int(val, &bcons->pathlen)) in v2i_BASIC_CONSTRAINTS()
129 return bcons; in v2i_BASIC_CONSTRAINTS()
131 BASIC_CONSTRAINTS_free(bcons); in v2i_BASIC_CONSTRAINTS()
Dv3_pcons.c69 *method, void *bcons, STACK_OF(CONF_VALUE)