Lines Matching refs:name
50 #define SECTION_NAME_MAX 40 /* max length of section name */
278 "InfoType name for requesting specific info in genm, e.g. 'signKeyPairTypes'"},
354 "address may be a DNS name or an IP address; path can be overridden by -path"},
456 {OPT_MORE_STR, 0, 0, "this implies host name validation"},
458 "Address to be checked (rather than -server) during TLS host name validation"},
720 /* set expected host name/IP addr and clears the email addr in the given ts */
737 /* write OSSL_CMP_MSG DER-encoded to the specified file name item */
760 /* read DER-encoded OSSL_CMP_MSG from the specified file name item */
877 int (*set_fn) (OSSL_CMP_CTX *ctx, const X509_NAME *name),
910 /* try IP address first, then URI or domain name */
1493 CMP_err1("digest algorithm name not recognized: '%s'", opt_digest);
1498 CMP_err1("digest algorithm name not supported: '%s'", opt_digest);
1506 CMP_err1("MAC algorithm name not recognized: '%s'", opt_mac);
1921 CMP_err("unknown OID name in -infotype option");
2107 /* get previous name from a comma or space-separated list of names */
2125 CMP_warn3("using only first %d characters of section name starting with \"%.*s\"",
2141 /* get str value for name from a comma-separated hierarchy of config sections */
2143 const char *name)
2149 if ((res = NCONF_get_string(src_conf, opt_item, name)) != NULL)
2155 /* get long val for name from a comma-separated hierarchy of config sections */
2157 const char *name, long *result)
2159 char *str = conf_get_string(conf_, groups, name);
2194 opt->name != NULL; i++, opt++)
2195 if (!strcmp(opt->name, OPT_SECTION_STR)
2196 || !strcmp(opt->name, OPT_MORE_STR))
2203 opt->name != NULL; i++, opt++) {
2211 if (strcmp(opt->name, OPT_SECTION_STR) == 0
2212 || strcmp(opt->name, OPT_MORE_STR) == 0) {
2224 if (!conf_get_number_e(conf, opt_section, opt->name, &num)) {
2230 num, opt->name);
2235 num, opt->name);
2242 txt = conf_get_string(conf, opt_section, opt->name);
2250 opt->valtype, opt->name);
2259 BIO_snprintf(arg1, 81, "-%s", (char *)opt->name);
2267 conf_argv[2] = conf_get_string(conf, opt_section, opt->name);
2277 opt->name, opt_section);
2290 opt->name);
2807 if (!strcmp(argv[i] + 1, cmp_options[OPT_CONFIG - OPT_HELP].name))
2810 cmp_options[OPT_SECTION - OPT_HELP].name))
2813 cmp_options[OPT_VERBOSITY - OPT_HELP].name) == 0