Searched refs:asn1_bool (Results 1 - 3 of 3) sorted by relevance
/external/openssl/crypto/x509v3/ |
H A D | v3_utl.c | 120 int X509V3_add_value_bool(const char *name, int asn1_bool, argument 123 if(asn1_bool) return X509V3_add_value(name, "TRUE", extlist); 127 int X509V3_add_value_bool_nf(char *name, int asn1_bool, argument 130 if(asn1_bool) return X509V3_add_value(name, "TRUE", extlist); 213 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool) argument 220 *asn1_bool = 0xff; 225 *asn1_bool = 0;
|
H A D | x509v3.h | 623 int X509V3_add_value_bool_nf(char *name, int asn1_bool, 625 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool); 642 int X509V3_add_value_bool(const char *name, int asn1_bool,
|
/external/openssl/include/openssl/ |
H A D | x509v3.h | 623 int X509V3_add_value_bool_nf(char *name, int asn1_bool, 625 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool); 642 int X509V3_add_value_bool(const char *name, int asn1_bool,
|
Completed in 40 milliseconds