Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c114 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()
263 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool) in X509V3_get_value_bool() argument
275 *asn1_bool = 0xff; in X509V3_get_value_bool()
284 *asn1_bool = 0; in X509V3_get_value_bool()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509v3.h588 int X509V3_add_value_bool_nf(const char *name, int asn1_bool,
590 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool);
607 int X509V3_add_value_bool(const char *name, int asn1_bool,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509v3.h.in648 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,