| /crypto/ts/ |
| A D | ts_conf.c | 137 if (!section) { in TS_CONF_get_tsa_section() 139 if (!section) in TS_CONF_get_tsa_section() 142 return section; in TS_CONF_get_tsa_section() 151 ts_CONF_lookup_fail(section, ENV_SERIAL); in TS_CONF_set_serial() 172 ts_CONF_invalid(section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device() 364 ts_CONF_lookup_fail(section, ENV_DIGESTS); in TS_CONF_set_digests() 368 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests() 372 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests() 381 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests() 403 ts_CONF_invalid(section, ENV_ACCURACY); in TS_CONF_set_accuracy() [all …]
|
| /crypto/conf/ |
| A D | conf_api.c | 30 vv.section = (char *)section; in _CONF_get_section() 52 value->section = section->section; in _CONF_add_string() 78 if (section != NULL) { in _CONF_get_string() 80 vv.section = (char *)section; in _CONF_get_string() 90 vv.section = "default"; in _CONF_get_string() 107 if (a->section != b->section) { in conf_value_cmp() 108 i = strcmp(a->section, b->section); in conf_value_cmp() 181 OPENSSL_free(a->section); in value_free_stack_doall() 195 i = (int)strlen(section) + 1; in _CONF_new_section() 199 memcpy(v->section, section, i); in _CONF_new_section() [all …]
|
| A D | conf_def.c | 221 char *section = NULL, *buf; in def_load_bio() local 238 section = OPENSSL_strdup("default"); in def_load_bio() 239 if (section == NULL) in def_load_bio() 247 sv = _CONF_new_section(conf, section); in def_load_bio() 374 sv = _CONF_new_section(conf, section); in def_load_bio() 390 psection = section; in def_load_bio() 543 if (strcmp(psection, section) != 0) { in def_load_bio() 562 OPENSSL_free(section); in def_load_bio() 572 OPENSSL_free(section); in def_load_bio() 717 cp = section; in str_copy() [all …]
|
| A D | conf_lib.c | 99 const char *section) in STACK_OF() 107 return NCONF_get_section(&ctmp, section); in STACK_OF() 232 (void)sk_OPENSSL_CSTRING_push(names, v->section); in collect_section_name() 286 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section) in STACK_OF() 293 if (section == NULL) { in STACK_OF() 298 return _CONF_get_section_values(conf, section); in STACK_OF() 369 long _CONF_get_number(const CONF *conf, const char *section, in _CONF_get_number() argument 376 status = NCONF_get_number_e(conf, section, name, &result); in _CONF_get_number()
|
| /crypto/x509/ |
| A D | v3_conf.c | 47 if (section != NULL) in X509V3_EXT_nconf_int() 50 section, name, value); in X509V3_EXT_nconf_int() 321 if ((nval = NCONF_get_section(conf, section)) == NULL) in X509V3_EXT_add_nconf_sk() 431 if (!section) in X509V3_section_free() 434 ctx->db_meth->free_section(ctx->db, section); in X509V3_section_free() 439 return NCONF_get_string(db, section, value); in nconf_get_string() 444 return NCONF_get_section(db, section); in STACK_OF() 530 return CONF_get_string(db, section, value); in conf_lhash_get_string() 535 return CONF_get_section(db, section); in STACK_OF() 556 const char *section, X509 *cert) in X509V3_EXT_add_conf() argument [all …]
|
| A D | x509_acert.c | 264 int X509_ACERT_add_attr_nconf(CONF *conf, const char *section, in X509_ACERT_add_attr_nconf() argument 268 STACK_OF(CONF_VALUE) *attr_sk = NCONF_get_section(conf, section); in X509_ACERT_add_attr_nconf() 279 "name=%s,section=%s",v->name, section); in X509_ACERT_add_attr_nconf()
|
| A D | v3_utl.c | 63 vtmp->section = NULL; in x509v3_add_len_value() 110 OPENSSL_free(conf->section); in X509V3_conf_free()
|
| /crypto/ct/ |
| A D | ct_log.c | 141 const CONF *conf, const char *section) in ctlog_new_from_conf() argument 143 const char *description = NCONF_get_string(conf, section, "description"); in ctlog_new_from_conf() 151 pkey_base64 = NCONF_get_string(conf, section, "key"); in ctlog_new_from_conf()
|
| /crypto/asn1/ |
| A D | asn1_gen.c | 74 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, 402 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi() argument 414 if (section) { in asn1_multi() 417 sect = X509V3_get_section(cnf, (char *)section); in asn1_multi() 608 vtmp.section = NULL; in asn1_str2type()
|
| /crypto/err/ |
| A D | openssl.txt | 27 ASN1_R_ERROR_LOADING_SECTION:172:error loading section 439 CONF_R_NO_SECTION:107:no section 444 openssl conf references missing section 450 CONF_R_SSL_SECTION_EMPTY:119:ssl section empty 451 CONF_R_SSL_SECTION_NOT_FOUND:120:ssl section not found 512 CRYPTO_R_RANDOM_SECTION_ERROR:119:random section error 689 ENGINE_R_ENGINE_SECTION_ERROR:149:engine section error 744 EVP_R_ERROR_LOADING_SECTION:165:error loading section 1636 SSL_R_SSL_SECTION_EMPTY:126:ssl section empty 1823 X509V3_R_INVALID_SECTION:135:invalid section [all …]
|
| /crypto/engine/ |
| A D | eng_cnf.c | 141 ecmd->section, ecmd->name, ecmd->value); in int_engine_configure()
|
| /crypto/perlasm/ |
| A D | x86_64-xlate.pl | 131 my $section='.note.gnu.property, #alloc'; 132 $section='".note.gnu.property", "a"' if $gnuas; 134 .section $section
|
| /crypto/bn/asm/ |
| A D | sparcv8.S | 35 .section ".text",#alloc,#execinstr
|
| A D | sparcv8plus.S | 165 .section ".text",#alloc,#execinstr
|
| /crypto/des/asm/ |
| A D | des_enc.m4 | 1085 .section ".text"
|