Searched refs:asn1_bool (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 142 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/ |
D | x509v3.h | 626 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,
|