Searched refs:asn1_bool (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 126 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool() argument 129 if(asn1_bool) return X509V3_add_value(name, "TRUE", extlist); in X509V3_add_value_bool() 133 int X509V3_add_value_bool_nf(char *name, int asn1_bool, in X509V3_add_value_bool_nf() argument 136 if(asn1_bool) return X509V3_add_value(name, "TRUE", extlist); in X509V3_add_value_bool_nf() 219 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool) in X509V3_get_value_bool() argument 226 *asn1_bool = 0xff; in X509V3_get_value_bool() 231 *asn1_bool = 0; in X509V3_get_value_bool()
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 613 OPENSSL_EXPORT int X509V3_add_value_bool_nf(char *name, int asn1_bool, 615 OPENSSL_EXPORT int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool); 630 OPENSSL_EXPORT int X509V3_add_value_bool(const char *name, int asn1_bool,
|