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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c132 int X509V3_add_value_bool(const char *name, int asn1_bool, argument
135 if (asn1_bool)
140 int X509V3_add_value_bool_nf(char *name, int asn1_bool, argument
143 if (asn1_bool)
237 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool) argument
245 *asn1_bool = 0xff;
250 *asn1_bool = 0;
H A Dx509v3.h563 int X509V3_add_value_bool_nf(char *name, int asn1_bool,
565 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool);
582 int X509V3_add_value_bool(const char *name, int asn1_bool,

Completed in 102 milliseconds