Home
last modified time | relevance | path

Searched refs:asn1_bool (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_utl.c142 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()
151 X509V3_add_value_bool_nf(const char *name, int asn1_bool, in X509V3_add_value_bool_nf() argument
154 if (asn1_bool) in X509V3_add_value_bool_nf()
283 X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool) in X509V3_get_value_bool() argument
292 *asn1_bool = 0xff; in X509V3_get_value_bool()
297 *asn1_bool = 0; in X509V3_get_value_bool()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h727 int X509V3_add_value_bool_nf(const char *name, int asn1_bool,
729 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool);
747 int X509V3_add_value_bool(const char *name, int asn1_bool,