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.c143 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool() argument
146 if (asn1_bool) in X509V3_add_value_bool()
151 int X509V3_add_value_bool_nf(char *name, int asn1_bool, in X509V3_add_value_bool_nf() argument
154 if (asn1_bool) in X509V3_add_value_bool_nf()
286 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool) in X509V3_get_value_bool() argument
294 *asn1_bool = 0xff; in X509V3_get_value_bool()
299 *asn1_bool = 0; in X509V3_get_value_bool()
/external/boringssl/src/include/openssl/
Dx509v3.h633 OPENSSL_EXPORT int X509V3_add_value_bool_nf(char *name, int asn1_bool,
635 OPENSSL_EXPORT int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool);
650 OPENSSL_EXPORT int X509V3_add_value_bool(const char *name, int asn1_bool,