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

/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c120 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 Dx509v3.h623 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 116 milliseconds