/external/boringssl/include/openssl/ |
H A D | conf.h | 80 * Config files are representated by a |CONF|. */ 93 /* NCONF_new returns a fresh, empty |CONF|, or NULL on error. The |method| 95 CONF *NCONF_new(void *method); 98 void NCONF_free(CONF *conf); 104 int NCONF_load(CONF *conf, const char *filename, long *out_error_line); 108 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line); 113 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section); 118 const char *NCONF_get_string(const CONF *conf, const char *section,
|
H A D | x509v3.h | 603 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value); 604 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value); 605 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk); 606 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert); 607 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req); 608 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl); 617 OPENSSL_EXPORT void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
|
H A D | base.h | 186 typedef struct conf_st CONF; typedef in typeref:struct:conf_st
|
H A D | asn1.h | 1017 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf);
|
/external/boringssl/src/include/openssl/ |
H A D | conf.h | 80 * Config files are representated by a |CONF|. */ 93 /* NCONF_new returns a fresh, empty |CONF|, or NULL on error. The |method| 95 CONF *NCONF_new(void *method); 98 void NCONF_free(CONF *conf); 104 int NCONF_load(CONF *conf, const char *filename, long *out_error_line); 108 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line); 113 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section); 118 const char *NCONF_get_string(const CONF *conf, const char *section,
|
H A D | x509v3.h | 603 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value); 604 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value); 605 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk); 606 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert); 607 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req); 608 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl); 617 OPENSSL_EXPORT void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
|
H A D | base.h | 186 typedef struct conf_st CONF; typedef in typeref:struct:conf_st
|
H A D | asn1.h | 1017 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf);
|
/external/boringssl/src/crypto/conf/ |
H A D | conf.c | 93 CONF *NCONF_new(void *method) { 94 CONF *conf; 100 conf = OPENSSL_malloc(sizeof(CONF)); 135 void NCONF_free(CONF *conf) { 145 CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { 187 static int str_copy(CONF *conf, char *section, char **pto, char *from) { 288 OPENSSL_PUT_ERROR(CONF, str_copy, CONF_R_NO_CLOSE_BRACE); 307 OPENSSL_PUT_ERROR(CONF, str_copy, CONF_R_VARIABLE_HAS_NO_VALUE); 345 static CONF_VALUE *get_section(const CONF *conf, const char *section) { 353 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *con [all...] |
/external/boringssl/src/crypto/x509v3/ |
H A D | v3_conf.c | 75 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value); 80 /* CONF *conf: Config file */ 83 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, 101 /* CONF *conf: Config file */ 103 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, 115 /* CONF *conf: Config file */ 117 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, 328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, 349 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, 360 int X509V3_EXT_CRL_add_nconf(CONF *con [all...] |
/external/libxml2/ |
H A D | check-xinclude-test-suite.py | 13 CONF="testdescr.xml" variable 188 conf = libxml2.parseFile(CONF) 190 print "Unable to load %s" % CONF
|
H A D | check-relaxng-test-suite.py | 19 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml") variable 365 testsuite = libxml2.parseFile(CONF) 369 print "%s doesn't start with a testSuite element, aborting" % (CONF)
|
H A D | check-relaxng-test-suite2.py | 18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml") variable 378 testsuite = libxml2.parseFile(CONF) 392 print "%s doesn't start with a testSuite element, aborting" % (CONF)
|
H A D | check-xml-test-suite.py | 17 CONF="xml-test-suite/xmlconf/xmlconf.xml" variable 376 conf = loadNoentDoc(CONF) 378 print "Unable to load %s" % CONF
|
H A D | check-xsddata-test-suite.py | 19 CONF=os.path.join(os.path.dirname(__file__), "test/xsdtest/xsdtestsuite.xml") variable 383 testsuite = libxml2.parseFile(CONF) 397 print "%s doesn't start with a testSuite element, aborting" % (CONF)
|
/external/selinux/policycoreutils/sestatus/ |
H A D | sestatus.c | 23 #define CONF "/etc/sestatus.conf" macro 91 FILE *fp = fopen(CONF, "r"); 98 printf("\nUnable to open %s.\n", CONF);
|
/external/sepolicy/ |
H A D | Android.mk | 123 GENERAL_SEPOLICY_POLICY.CONF = $(LOCAL_BUILT_MODULE)
|
/external/boringssl/src/crypto/x509/ |
H A D | asn1_gen.c | 134 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf)
|