Searched refs:asn1_bool (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/crypto/x509/ |
| H A D | v3_utl.c | 114 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool() argument 117 if (asn1_bool) in X509V3_add_value_bool() 122 int X509V3_add_value_bool_nf(const char *name, int asn1_bool, in X509V3_add_value_bool_nf() argument 125 if (asn1_bool) in X509V3_add_value_bool_nf() 266 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool) in X509V3_get_value_bool() argument 278 *asn1_bool = 0xff; in X509V3_get_value_bool() 287 *asn1_bool = 0; in X509V3_get_value_bool()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | x509v3.h.in | 683 int X509V3_add_value_bool_nf(const char *name, int asn1_bool, 685 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool); 704 int X509V3_add_value_bool(const char *name, int asn1_bool,
|
| H A D | x509v3.h | 947 int X509V3_add_value_bool_nf(const char *name, int asn1_bool, 949 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool); 968 int X509V3_add_value_bool(const char *name, int asn1_bool,
|