Searched refs:asn1_bool (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_utl.c | 113 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool() argument 116 if (asn1_bool) in X509V3_add_value_bool() 121 int X509V3_add_value_bool_nf(const char *name, int asn1_bool, in X509V3_add_value_bool_nf() argument 124 if (asn1_bool) in X509V3_add_value_bool_nf() 264 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool) in X509V3_get_value_bool() argument 276 *asn1_bool = 0xff; in X509V3_get_value_bool() 285 *asn1_bool = 0; in X509V3_get_value_bool()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 648 int X509V3_add_value_bool_nf(const char *name, int asn1_bool, 650 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool); 669 int X509V3_add_value_bool(const char *name, int asn1_bool,
|
H A D | x509v3.h | 912 int X509V3_add_value_bool_nf(const char *name, int asn1_bool, 914 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool); 933 int X509V3_add_value_bool(const char *name, int asn1_bool,
|