Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_utl.c142 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool() argument
145 if (asn1_bool) in X509V3_add_value_bool()
150 int X509V3_add_value_bool_nf(char *name, int asn1_bool, in X509V3_add_value_bool_nf() argument
153 if (asn1_bool) in X509V3_add_value_bool_nf()
285 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool) in X509V3_get_value_bool() argument
293 *asn1_bool = 0xff; in X509V3_get_value_bool()
298 *asn1_bool = 0; in X509V3_get_value_bool()
/external/boringssl/src/include/openssl/
Dx509v3.h626 OPENSSL_EXPORT int X509V3_add_value_bool_nf(char *name, int asn1_bool,
628 OPENSSL_EXPORT int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool);
643 OPENSSL_EXPORT int X509V3_add_value_bool(const char *name, int asn1_bool,