Home
last modified time | relevance | path

Searched refs:X509V3_get_value_bool (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_crld.c435 if (!X509V3_get_value_bool(cnf, &idp->onlyuser)) in v2i_idp()
438 if (!X509V3_get_value_bool(cnf, &idp->onlyCA)) in v2i_idp()
441 if (!X509V3_get_value_bool(cnf, &idp->onlyattr)) in v2i_idp()
444 if (!X509V3_get_value_bool(cnf, &idp->indirectCRL)) in v2i_idp()
Dv3_bcons.c118 if (!X509V3_get_value_bool(val, &bcons->ca)) in v2i_BASIC_CONSTRAINTS()
Dv3_utl.c246 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool) in X509V3_get_value_bool() function
/external/boringssl/src/crypto/x509/
Dasn1_gen.c683 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type()
/external/boringssl/src/include/openssl/
Dx509v3.h627 OPENSSL_EXPORT int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool);