Symbol: _
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
438
ON_CALL(*m_vdev, Name(::testing::_, ::testing::_))
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
445
ON_CALL(*m_caseFile, ReEvaluate(::testing::_))
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
784
EXPECT_CALL(*m_caseFile456, ReEvaluate(::testing::_))
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
800
EXPECT_CALL(*m_caseFile456, ReEvaluate(::testing::_))
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
821
EXPECT_CALL(*CaseFile1, ReEvaluate(::testing::_))
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
824
EXPECT_CALL(*CaseFile3, ReEvaluate(::testing::_))
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
827
EXPECT_CALL(*CaseFile2, ReEvaluate(::testing::_))
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
829
EXPECT_CALL(*CaseFile4, ReEvaluate(::testing::_))
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
831
EXPECT_CALL(*CaseFile5, ReEvaluate(::testing::_))
crypto/krb5/src/clients/kdestroy/kdestroy.c
110
fprintf(stderr, _("Only one -c option allowed\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
118
fprintf(stderr, _("Only one -p option allowed\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
125
fprintf(stderr, _("Kerberos 4 is no longer supported\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
138
fprintf(stderr, _("-A option is exclusive with -p option\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
150
com_err(progname, ret, _("while initializing krb5"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
157
com_err(progname, code, _("while setting default cache name"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
165
com_err(progname, code, _("while listing credential caches"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
172
com_err(progname, code, _("composing ccache name"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
177
com_err(progname, code, _("while destroying cache %s"),
crypto/krb5/src/clients/kdestroy/kdestroy.c
190
com_err(progname, code, _("while parsing principal name %s"),
crypto/krb5/src/clients/kdestroy/kdestroy.c
196
com_err(progname, code, _("while finding cache for %s"),
crypto/krb5/src/clients/kdestroy/kdestroy.c
204
com_err(progname, code, _("while resolving ccache"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
211
com_err(progname, code, _("while destroying cache"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
214
fprintf(stderr, _("Ticket cache NOT destroyed!\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
216
fprintf(stderr, _("Ticket cache %cNOT%c destroyed!\n"),
crypto/krb5/src/clients/kdestroy/kdestroy.c
52
fprintf(stderr, _("Usage: %s [-A] [-q] [-c cache_name] [-p princ_name]\n"),
crypto/krb5/src/clients/kdestroy/kdestroy.c
54
fprintf(stderr, _("\t-A destroy all credential caches in collection\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
55
fprintf(stderr, _("\t-q quiet mode\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
56
fprintf(stderr, _("\t-c specify name of credentials cache\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
57
fprintf(stderr, _("\t-p specify principal name within collection\n"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
71
com_err(progname, ret, _("while listing credential caches"));
crypto/krb5/src/clients/kdestroy/kdestroy.c
78
_("Other credential caches present, use -A to destroy all\n"));
crypto/krb5/src/clients/kinit/kinit.c
143
_("Usage: %s [-V] [-l lifetime] [-s start_time] "
crypto/krb5/src/clients/kinit/kinit.c
153
fprintf(stderr, _("\t-V verbose\n"));
crypto/krb5/src/clients/kinit/kinit.c
154
fprintf(stderr, _("\t-l lifetime\n"));
crypto/krb5/src/clients/kinit/kinit.c
155
fprintf(stderr, _("\t-s start time\n"));
crypto/krb5/src/clients/kinit/kinit.c
156
fprintf(stderr, _("\t-r renewable lifetime\n"));
crypto/krb5/src/clients/kinit/kinit.c
157
fprintf(stderr, _("\t-f forwardable\n"));
crypto/krb5/src/clients/kinit/kinit.c
158
fprintf(stderr, _("\t-F not forwardable\n"));
crypto/krb5/src/clients/kinit/kinit.c
159
fprintf(stderr, _("\t-p proxiable\n"));
crypto/krb5/src/clients/kinit/kinit.c
160
fprintf(stderr, _("\t-P not proxiable\n"));
crypto/krb5/src/clients/kinit/kinit.c
161
fprintf(stderr, _("\t-n anonymous\n"));
crypto/krb5/src/clients/kinit/kinit.c
162
fprintf(stderr, _("\t-a include addresses\n"));
crypto/krb5/src/clients/kinit/kinit.c
163
fprintf(stderr, _("\t-A do not include addresses\n"));
crypto/krb5/src/clients/kinit/kinit.c
164
fprintf(stderr, _("\t-v validate\n"));
crypto/krb5/src/clients/kinit/kinit.c
165
fprintf(stderr, _("\t-R renew\n"));
crypto/krb5/src/clients/kinit/kinit.c
166
fprintf(stderr, _("\t-C canonicalize\n"));
crypto/krb5/src/clients/kinit/kinit.c
167
fprintf(stderr, _("\t-E client is enterprise principal name\n"));
crypto/krb5/src/clients/kinit/kinit.c
168
fprintf(stderr, _("\t-k use keytab\n"));
crypto/krb5/src/clients/kinit/kinit.c
169
fprintf(stderr, _("\t-i use default client keytab (with -k)\n"));
crypto/krb5/src/clients/kinit/kinit.c
170
fprintf(stderr, _("\t-t filename of keytab to use\n"));
crypto/krb5/src/clients/kinit/kinit.c
171
fprintf(stderr, _("\t-c Kerberos 5 cache name\n"));
crypto/krb5/src/clients/kinit/kinit.c
172
fprintf(stderr, _("\t-S service\n"));
crypto/krb5/src/clients/kinit/kinit.c
173
fprintf(stderr, _("\t-I input credential cache\n"));
crypto/krb5/src/clients/kinit/kinit.c
174
fprintf(stderr, _("\t-T armor credential cache\n"));
crypto/krb5/src/clients/kinit/kinit.c
175
fprintf(stderr, _("\t-X <attribute>[=<value>]\n"));
crypto/krb5/src/clients/kinit/kinit.c
177
_("\t--{,no}-request-pac request KDC include/exclude a PAC\n"));
crypto/krb5/src/clients/kinit/kinit.c
250
fprintf(stderr, _("Bad lifetime value %s\n"), optarg);
crypto/krb5/src/clients/kinit/kinit.c
258
fprintf(stderr, _("Bad lifetime value %s\n"), optarg);
crypto/krb5/src/clients/kinit/kinit.c
292
fprintf(stderr, _("Bad start time value %s\n"), optarg);
crypto/krb5/src/clients/kinit/kinit.c
310
fprintf(stderr, _("Only one -t option allowed.\n"));
crypto/krb5/src/clients/kinit/kinit.c
318
fprintf(stderr, _("Only one armor_ccache\n"));
crypto/krb5/src/clients/kinit/kinit.c
332
fprintf(stderr, _("Only one -c option allowed\n"));
crypto/krb5/src/clients/kinit/kinit.c
340
fprintf(stderr, _("Only one -I option allowed\n"));
crypto/krb5/src/clients/kinit/kinit.c
349
com_err(progname, ret, _("while adding preauth option"));
crypto/krb5/src/clients/kinit/kinit.c
360
fprintf(stderr, _("Kerberos 4 is no longer supported\n"));
crypto/krb5/src/clients/kinit/kinit.c
375
fprintf(stderr, _("Only one of -f and -F allowed\n"));
crypto/krb5/src/clients/kinit/kinit.c
379
fprintf(stderr, _("Only one of -p and -P allowed\n"));
crypto/krb5/src/clients/kinit/kinit.c
383
fprintf(stderr, _("Only one of --request-pac and --no-request-pac "
crypto/krb5/src/clients/kinit/kinit.c
388
fprintf(stderr, _("Only one of -a and -A allowed\n"));
crypto/krb5/src/clients/kinit/kinit.c
392
fprintf(stderr, _("Only one of -t and -i allowed\n"));
crypto/krb5/src/clients/kinit/kinit.c
398
fprintf(stderr, _("keytab specified, forcing -k\n"));
crypto/krb5/src/clients/kinit/kinit.c
401
fprintf(stderr, _("Extra arguments (starting with \"%s\").\n"),
crypto/krb5/src/clients/kinit/kinit.c
427
com_err(progname, ret, _("while initializing Kerberos 5 library"));
crypto/krb5/src/clients/kinit/kinit.c
435
com_err(progname, ret, _("resolving ccache %s"),
crypto/krb5/src/clients/kinit/kinit.c
440
fprintf(stderr, _("Using specified cache: %s\n"),
crypto/krb5/src/clients/kinit/kinit.c
448
com_err(progname, ret, _("while getting default ccache"));
crypto/krb5/src/clients/kinit/kinit.c
462
com_err(progname, ret, _("when parsing name %s"),
crypto/krb5/src/clients/kinit/kinit.c
470
com_err(progname, ret, _("while getting default realm"));
crypto/krb5/src/clients/kinit/kinit.c
481
com_err(progname, ret, _("while building principal"));
crypto/krb5/src/clients/kinit/kinit.c
489
_("When resolving the default client keytab"));
crypto/krb5/src/clients/kinit/kinit.c
496
_("When determining client principal name from keytab"));
crypto/krb5/src/clients/kinit/kinit.c
505
_("when creating default server principal name"));
crypto/krb5/src/clients/kinit/kinit.c
525
fprintf(stderr, _("Unable to identify user\n"));
crypto/krb5/src/clients/kinit/kinit.c
530
com_err(progname, ret, _("when parsing name %s"), name);
crypto/krb5/src/clients/kinit/kinit.c
539
com_err(progname, ret, _("while searching for ccache for %s"),
crypto/krb5/src/clients/kinit/kinit.c
545
fprintf(stderr, _("Using existing cache: %s\n"),
crypto/krb5/src/clients/kinit/kinit.c
554
com_err(progname, ret, _("while generating new ccache"));
crypto/krb5/src/clients/kinit/kinit.c
558
fprintf(stderr, _("Using new cache: %s\n"),
crypto/krb5/src/clients/kinit/kinit.c
570
fprintf(stderr, _("Using default cache: %s\n"),
crypto/krb5/src/clients/kinit/kinit.c
578
com_err(progname, ret, _("resolving ccache %s"),
crypto/krb5/src/clients/kinit/kinit.c
583
fprintf(stderr, _("Using specified input cache: %s\n"),
crypto/krb5/src/clients/kinit/kinit.c
590
com_err(progname, ret, _("when unparsing name"));
crypto/krb5/src/clients/kinit/kinit.c
594
fprintf(stderr, _("Using principal: %s\n"), k5->name);
crypto/krb5/src/clients/kinit/kinit.c
677
com_err(progname, ret, _("getting local addresses"));
crypto/krb5/src/clients/kinit/kinit.c
701
_("while setting up KDB keytab for realm %s"),
crypto/krb5/src/clients/kinit/kinit.c
710
com_err(progname, ret, _("resolving keytab %s"),
crypto/krb5/src/clients/kinit/kinit.c
715
fprintf(stderr, _("Using keytab: %s\n"), opts->keytab_name);
crypto/krb5/src/clients/kinit/kinit.c
719
com_err(progname, ret, _("resolving default client keytab"));
crypto/krb5/src/clients/kinit/kinit.c
729
com_err(progname, ret, _("while setting '%s'='%s'"),
crypto/krb5/src/clients/kinit/kinit.c
734
fprintf(stderr, _("PA Option %s = %s\n"), opts->pa_opts[i].attr,
crypto/krb5/src/clients/kinit/kinit.c
775
doing = _("getting initial credentials");
crypto/krb5/src/clients/kinit/kinit.c
778
doing = _("validating credentials");
crypto/krb5/src/clients/kinit/kinit.c
781
doing = _("renewing credentials");
crypto/krb5/src/clients/kinit/kinit.c
789
fprintf(stderr, _("%s: Password incorrect while %s\n"), progname,
crypto/krb5/src/clients/kinit/kinit.c
792
com_err(progname, ret, _("while %s"), doing);
crypto/krb5/src/clients/kinit/kinit.c
803
com_err(progname, ret, _("when creating temporary cache"));
crypto/krb5/src/clients/kinit/kinit.c
807
fprintf(stderr, _("Initialized cache\n"));
crypto/krb5/src/clients/kinit/kinit.c
811
com_err(progname, ret, _("while storing credentials"));
crypto/krb5/src/clients/kinit/kinit.c
816
com_err(progname, ret, _("while saving to cache %s"),
crypto/krb5/src/clients/kinit/kinit.c
822
fprintf(stderr, _("Stored credentials\n"));
crypto/krb5/src/clients/kinit/kinit.c
828
com_err(progname, ret, _("while switching to new ccache"));
crypto/krb5/src/clients/kinit/kinit.c
885
fprintf(stderr, _("Authenticated to Kerberos v5\n"));
crypto/krb5/src/clients/klist/klist.c
101
fprintf(stderr, _("\t\t-a displays the address list\n"));
crypto/krb5/src/clients/klist/klist.c
102
fprintf(stderr, _("\t\t\t-n do not reverse-resolve\n"));
crypto/krb5/src/clients/klist/klist.c
103
fprintf(stderr, _("\toptions for keytabs:\n"));
crypto/krb5/src/clients/klist/klist.c
104
fprintf(stderr, _("\t\t-t shows keytab entry timestamps\n"));
crypto/krb5/src/clients/klist/klist.c
105
fprintf(stderr, _("\t\t-K shows keytab entry keys\n"));
crypto/krb5/src/clients/klist/klist.c
106
fprintf(stderr, _("\t\t-C includes configuration data entries\n"));
crypto/krb5/src/clients/klist/klist.c
177
fprintf(stderr, _("Kerberos 4 is no longer supported\n"));
crypto/krb5/src/clients/klist/klist.c
215
fprintf(stderr, _("Extra arguments (starting with \"%s\").\n"),
crypto/krb5/src/clients/klist/klist.c
224
printf(_("%s version %s\n"), PACKAGE_NAME, PACKAGE_VERSION);
crypto/krb5/src/clients/klist/klist.c
240
com_err(progname, ret, _("while initializing krb5"));
crypto/krb5/src/clients/klist/klist.c
247
com_err(progname, ret, _("while setting default cache name"));
crypto/krb5/src/clients/klist/klist.c
277
com_err(progname, ret, _("while getting default client keytab"));
crypto/krb5/src/clients/klist/klist.c
283
com_err(progname, ret, _("while getting default keytab"));
crypto/krb5/src/clients/klist/klist.c
289
com_err(progname, ret, _("while resolving keytab %s"), name);
crypto/krb5/src/clients/klist/klist.c
296
com_err(progname, ret, _("while getting keytab name"));
crypto/krb5/src/clients/klist/klist.c
304
com_err(progname, ret, _("while starting keytab scan"));
crypto/krb5/src/clients/klist/klist.c
327
com_err(progname, ret, _("while unparsing principal name"));
crypto/krb5/src/clients/klist/klist.c
349
com_err(progname, ret, _("while scanning keytab"));
crypto/krb5/src/clients/klist/klist.c
354
com_err(progname, ret, _("while ending keytab scan"));
crypto/krb5/src/clients/klist/klist.c
371
com_err(progname, ret, _("while listing ccache collection"));
crypto/krb5/src/clients/klist/klist.c
410
printf(" %s", _("(Expired)"));
crypto/krb5/src/clients/klist/klist.c
434
com_err(progname, ret, _("while listing ccache collection"));
crypto/krb5/src/clients/klist/klist.c
461
com_err(progname, ret, _("while resolving ccache"));
crypto/krb5/src/clients/klist/klist.c
485
com_err(progname, ret, _("while unparsing principal name"));
crypto/krb5/src/clients/klist/klist.c
489
printf(_("Ticket cache: %s:%s\nDefault principal: %s\n\n"),
crypto/krb5/src/clients/klist/klist.c
501
com_err(progname, ret, _("while starting to retrieve tickets"));
crypto/krb5/src/clients/klist/klist.c
513
com_err(progname, ret, _("while finishing ticket retrieval"));
crypto/krb5/src/clients/klist/klist.c
517
com_err(progname, ret, _("while retrieving a ticket"));
crypto/krb5/src/clients/klist/klist.c
689
com_err(progname, ret, _("while unparsing client name"));
crypto/krb5/src/clients/klist/klist.c
694
com_err(progname, ret, _("while unparsing server name"));
crypto/krb5/src/clients/klist/klist.c
725
printf(_("\tfor client %s"), name);
crypto/krb5/src/clients/klist/klist.c
737
fputs(_("renew until "), stdout);
crypto/krb5/src/clients/klist/klist.c
749
printf(_("Flags: %s"), flags);
crypto/krb5/src/clients/klist/klist.c
764
printf(_("Etype (skey, tkt): %s, "),
crypto/krb5/src/clients/klist/klist.c
776
printf(_("AD types: "));
crypto/krb5/src/clients/klist/klist.c
792
printf(_("\tAddresses: (none)\n"));
crypto/krb5/src/clients/klist/klist.c
794
printf(_("\tAddresses: "));
crypto/krb5/src/clients/klist/klist.c
812
com_err(progname, ret, _("while unparsing ticket server name"));
crypto/krb5/src/clients/klist/klist.c
815
printf(_("\tTicket server: %s\n"), tktsname);
crypto/krb5/src/clients/klist/klist.c
84
fprintf(stderr, _("Usage: %s [-e] [-V] [[-c] [-l] [-A] [-d] [-f] [-s] "
crypto/krb5/src/clients/klist/klist.c
844
printf(_("broken address (type %d length %d)"),
crypto/krb5/src/clients/klist/klist.c
854
printf(_("broken address (type %d length %d)"),
crypto/krb5/src/clients/klist/klist.c
864
printf(_("broken address (type %d length %d)"),
crypto/krb5/src/clients/klist/klist.c
87
fprintf(stderr, _("\t-c specifies credentials cache\n"));
crypto/krb5/src/clients/klist/klist.c
873
printf(_("unknown addrtype %d"), a->addrtype);
crypto/krb5/src/clients/klist/klist.c
88
fprintf(stderr, _("\t-k specifies keytab\n"));
crypto/krb5/src/clients/klist/klist.c
882
printf(_("unprintable address (type %d, error %d %s)"), a->addrtype,
crypto/krb5/src/clients/klist/klist.c
89
fprintf(stderr, _("\t (Default is credentials cache)\n"));
crypto/krb5/src/clients/klist/klist.c
90
fprintf(stderr, _("\t-i uses default client keytab if no name given\n"));
crypto/krb5/src/clients/klist/klist.c
91
fprintf(stderr, _("\t-l lists credential caches in collection\n"));
crypto/krb5/src/clients/klist/klist.c
92
fprintf(stderr, _("\t-A shows content of all credential caches\n"));
crypto/krb5/src/clients/klist/klist.c
93
fprintf(stderr, _("\t-e shows the encryption type\n"));
crypto/krb5/src/clients/klist/klist.c
94
fprintf(stderr, _("\t-V shows the Kerberos version and exits\n"));
crypto/krb5/src/clients/klist/klist.c
95
fprintf(stderr, _("\toptions for credential caches:\n"));
crypto/krb5/src/clients/klist/klist.c
96
fprintf(stderr, _("\t\t-d shows the submitted authorization data "
crypto/krb5/src/clients/klist/klist.c
98
fprintf(stderr, _("\t\t-f shows credentials flags\n"));
crypto/krb5/src/clients/klist/klist.c
99
fprintf(stderr, _("\t\t-s sets exit status based on valid tgt "
crypto/krb5/src/clients/kpasswd/kpasswd.c
103
com_err(argv[0], ret, _("while setting FAST ccache"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
109
com_err(argv[0], ret, _("closing ccache"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
117
com_err(argv[0], ret, _("parsing client name"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
13
#define P1 _("Enter new password")
crypto/krb5/src/clients/kpasswd/kpasswd.c
135
_("Password incorrect while getting initial ticket"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
137
com_err(argv[0], ret, _("getting initial ticket"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
14
#define P2 _("Enter it again")
crypto/krb5/src/clients/kpasswd/kpasswd.c
147
com_err(argv[0], ret, _("while reading password"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
155
com_err(argv[0], ret, _("changing password"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
175
printf(_("Password changed.\n"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
30
com_err(program_name, ret, _("when parsing name %s"), pw->pw_name);
crypto/krb5/src/clients/kpasswd/kpasswd.c
34
fprintf(stderr, _("Unable to identify user from password file\n"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
43
fprintf(stderr, _("Unable to identify user\n"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
64
fprintf(stderr, _("usage: %s [principal]\n"), argv[0]);
crypto/krb5/src/clients/kpasswd/kpasswd.c
72
com_err(argv[0], ret, _("initializing kerberos library"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
77
com_err(argv[0], ret, _("allocating krb5_get_init_creds_opt"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
93
com_err(argv[0], ret, _("opening default ccache"));
crypto/krb5/src/clients/kpasswd/kpasswd.c
98
com_err(argv[0], ret, _("getting principal from ccache"));
crypto/krb5/src/clients/ksu/authorization.c
348
asprintf(&err, _("Error: bad entry - %s in %s file, must be "
crypto/krb5/src/clients/ksu/authorization.c
356
asprintf(&err, _("Error: bad entry - %s in %s file, since %s is just "
crypto/krb5/src/clients/ksu/authorization.c
371
asprintf(&err, _("Error: bad entry - %s in %s file, CMD_PATH "
crypto/krb5/src/clients/ksu/authorization.c
380
asprintf(&err, _("Error: bad path %s in CMD_PATH for %s must "
crypto/krb5/src/clients/ksu/authorization.c
497
k5_buf_add(&buf, _("Error: not found -> "));
crypto/krb5/src/clients/ksu/authorization.c
681
fprintf(stderr, _("home directory name `%s' too long, can't search "
crypto/krb5/src/clients/ksu/ccache.c
326
com_err(prog_name, retval, _("while unparsing client name"));
crypto/krb5/src/clients/ksu/ccache.c
331
com_err(prog_name, retval, _("while unparsing server name"));
crypto/krb5/src/clients/ksu/ccache.c
336
com_err(prog_name, retval, _("while retrieving principal name"));
crypto/krb5/src/clients/ksu/ccache.c
340
com_err(prog_name, retval, _("while unparsing principal name"));
crypto/krb5/src/clients/ksu/ccache.c
355
printf(_("\tfor client %s"), name);
crypto/krb5/src/clients/ksu/ccache.c
364
fputs(_("renew until "), stdout);
crypto/krb5/src/clients/ksu/ccache.c
374
printf(_("Flags: %s"), flags);
crypto/krb5/src/clients/ksu/krb_auth_su.c
107
com_err("ksu", errno, _("while reclaiming root uid"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
114
_("does not have any appropriate tickets in the cache.\n"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
126
com_err(prog_name, retval, _("while verifying ticket for server"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
157
com_err (prog_name, code, _("when unparsing name"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
164
com_err(prog_name, code, _("while getting time of day"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
168
result = snprintf(prompt, sizeof(prompt), _("Kerberos password for %s: "),
crypto/krb5/src/clients/ksu/krb_auth_su.c
172
_("principal name %s too long for internal buffer space\n"),
crypto/krb5/src/clients/ksu/krb_auth_su.c
181
com_err(prog_name, code, _("while reading password for '%s'\n"),
crypto/krb5/src/clients/ksu/krb_auth_su.c
187
fprintf(stderr, _("No password given\n"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
200
fprintf(stderr, _("%s: Password incorrect\n"), prog_name);
crypto/krb5/src/clients/ksu/krb_auth_su.c
202
com_err(prog_name, code, _("while getting initial credentials"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
225
fprintf(stderr, _(" %s while unparsing name\n"),
crypto/krb5/src/clients/ksu/krb_auth_su.c
240
fprintf(stderr, _(" %s while unparsing name\n"),
crypto/krb5/src/clients/ksu/krb_auth_su.c
51
com_err(prog_name, retval, _("while copying client principal"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
56
com_err(prog_name, retval, _("while copying client principal"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
63
com_err(prog_name, retval, _("while creating tgt for local realm"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
77
com_err(prog_name, retval, _("while retrieving creds from cache"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
88
com_err("ksu", errno, _("while switching to target uid"));
crypto/krb5/src/clients/ksu/krb_auth_su.c
93
fprintf(stderr, _("WARNING: Your password may be exposed if you enter "
crypto/krb5/src/clients/ksu/krb_auth_su.c
95
fprintf(stderr, _(" in remotely using an unsecure "
crypto/krb5/src/clients/ksu/main.c
1005
_("while changing to target uid for destroying ccache"));
crypto/krb5/src/clients/ksu/main.c
1011
com_err(prog_name, retval, _("while destroying cache"));
crypto/krb5/src/clients/ksu/main.c
133
com_err(argv[0], retval, _("while initializing krb5"));
crypto/krb5/src/clients/ksu/main.c
139
com_err(argv[0], retval, _("while initializing krb5"));
crypto/krb5/src/clients/ksu/main.c
149
_("program name too long - quitting to avoid triggering "
crypto/krb5/src/clients/ksu/main.c
175
com_err(prog_name, errno, _("while allocating memory"));
crypto/krb5/src/clients/ksu/main.c
188
com_err (prog_name, errno, _("while setting euid to source user"));
crypto/krb5/src/clients/ksu/main.c
199
fprintf(stderr, _("Bad lifetime value (%s hours?)\n"), optarg);
crypto/krb5/src/clients/ksu/main.c
211
com_err(prog_name, retval, _("when gathering parameters"));
crypto/krb5/src/clients/ksu/main.c
240
fprintf(stderr, _("Bad lifetime value (%s hours?)\n"), optarg);
crypto/krb5/src/clients/ksu/main.c
247
com_err(prog_name, retval, _("when parsing name %s"), optarg);
crypto/krb5/src/clients/ksu/main.c
261
_("-z option is mutually exclusive with -Z.\n"));
crypto/krb5/src/clients/ksu/main.c
269
_("-Z option is mutually exclusive with -z.\n"));
crypto/krb5/src/clients/ksu/main.c
279
_("while looking for credentials cache %s"),
crypto/krb5/src/clients/ksu/main.c
284
fprintf(stderr, _("Only one -c option allowed\n"));
crypto/krb5/src/clients/ksu/main.c
292
com_err(prog_name, retval, _("when gathering parameters"));
crypto/krb5/src/clients/ksu/main.c
336
fprintf(stderr, _("ksu: who are you?\n"));
crypto/krb5/src/clients/ksu/main.c
340
fprintf (stderr, _("Your uid doesn't match your passwd entry?!\n"));
crypto/krb5/src/clients/ksu/main.c
355
fprintf(stderr, _("ksu: unknown login %s\n"), target_user);
crypto/krb5/src/clients/ksu/main.c
367
fprintf(stderr, _("ksu: failed to get default ccache name\n"));
crypto/krb5/src/clients/ksu/main.c
374
com_err(prog_name, retval, _("while getting source cache"));
crypto/krb5/src/clients/ksu/main.c
383
com_err(prog_name,retval, _("while selecting the best principal"));
crypto/krb5/src/clients/ksu/main.c
391
com_err(prog_name, errno, _("while returning to source uid after "
crypto/krb5/src/clients/ksu/main.c
411
fprintf(stderr, _("account %s: authorization failed\n"), target_user);
crypto/krb5/src/clients/ksu/main.c
446
com_err(prog_name, retval, _("while parsing temporary name"));
crypto/krb5/src/clients/ksu/main.c
451
com_err(prog_name, retval, _("while creating temporary cache"));
crypto/krb5/src/clients/ksu/main.c
457
com_err(prog_name, retval, _("while copying cache %s to %s"),
crypto/krb5/src/clients/ksu/main.c
468
com_err(prog_name, errno, _("while reclaiming root uid"));
crypto/krb5/src/clients/ksu/main.c
475
fprintf(stderr, _("WARNING: Your password may be exposed if you "
crypto/krb5/src/clients/ksu/main.c
477
fprintf(stderr, _(" in remotely using an unsecure "
crypto/krb5/src/clients/ksu/main.c
483
fprintf(stderr, _("Goodbye\n"));
crypto/krb5/src/clients/ksu/main.c
487
fprintf(stderr, _("Could not get a tgt for "));
crypto/krb5/src/clients/ksu/main.c
509
fprintf(stderr, _("Authentication failed.\n"));
crypto/krb5/src/clients/ksu/main.c
517
com_err(prog_name, retval, _("When unparsing name"));
crypto/krb5/src/clients/ksu/main.c
521
print_status(_("Authenticated %s\n"), client_name);
crypto/krb5/src/clients/ksu/main.c
528
com_err(prog_name, errno, _("while switching to target for "
crypto/krb5/src/clients/ksu/main.c
535
com_err(prog_name,retval, _("while checking authorization"));
crypto/krb5/src/clients/ksu/main.c
541
com_err(prog_name, errno, _("while switching back from target "
crypto/krb5/src/clients/ksu/main.c
548
print_status(_("Account %s: authorization for %s for "
crypto/krb5/src/clients/ksu/main.c
550
print_status(_(" %s successful\n"), exec_cmd);
crypto/krb5/src/clients/ksu/main.c
556
print_status(_("Account %s: authorization for %s "
crypto/krb5/src/clients/ksu/main.c
568
fprintf(stderr, _("Account %s: authorization for %s for "
crypto/krb5/src/clients/ksu/main.c
576
fprintf(stderr, _("Account %s: authorization of %s failed\n"),
crypto/krb5/src/clients/ksu/main.c
591
com_err(prog_name,retval, _("while calling cc_filter"));
crypto/krb5/src/clients/ksu/main.c
599
com_err(prog_name, retval, _("while erasing target cache"));
crypto/krb5/src/clients/ksu/main.c
619
fprintf(stderr, _("ksu: permission denied (shell).\n"));
crypto/krb5/src/clients/ksu/main.c
628
_("ksu: couldn't set environment variable USER\n"));
crypto/krb5/src/clients/ksu/main.c
634
fprintf(stderr, _("ksu: couldn't set environment variable HOME\n"));
crypto/krb5/src/clients/ksu/main.c
639
fprintf(stderr, _("ksu: couldn't set environment variable SHELL\n"));
crypto/krb5/src/clients/ksu/main.c
650
fprintf(stderr, _("ksu: initgroups failed.\n"));
crypto/krb5/src/clients/ksu/main.c
655
print_status(_("Leaving uid as %s (%ld)\n"),
crypto/krb5/src/clients/ksu/main.c
658
print_status(_("Changing uid to %s (%ld)\n"),
crypto/krb5/src/clients/ksu/main.c
684
com_err(prog_name, retval, _("while getting name of target ccache"));
crypto/krb5/src/clients/ksu/main.c
697
com_err(prog_name, retval, _("while copying cache %s to %s"),
crypto/krb5/src/clients/ksu/main.c
704
_("%s does not have correct permissions for %s, "
crypto/krb5/src/clients/ksu/main.c
71
_("Usage: %s [target user] [-n principal] [-c source cachename] "
crypto/krb5/src/clients/ksu/main.c
725
fprintf(stderr, _("Internal error: command %s did not get "
crypto/krb5/src/clients/ksu/main.c
742
com_err(prog_name, errno, _("while trying to execv %s"), params[0]);
crypto/krb5/src/clients/ksu/main.c
768
com_err(prog_name, errno, _("while calling waitpid"));
crypto/krb5/src/clients/ksu/main.c
773
com_err(prog_name, errno, _("while trying to fork."));
crypto/krb5/src/clients/ksu/main.c
778
com_err(prog_name, errno, _("while trying to execv %s"),
crypto/krb5/src/clients/ksu/main.c
823
com_err(prog_name, retval, _("while reading cache name from ccache"));
crypto/krb5/src/clients/ksu/main.c
829
_("ksu: couldn't set environment variable %s\n"),
crypto/krb5/src/clients/ksu/main.c
855
com_err(prog_name, retval, _("while resetting target ccache name"));
crypto/krb5/src/clients/ksu/main.c
869
com_err(prog_name, ENOMEM, _("while determining target ccache name"));
crypto/krb5/src/clients/ksu/main.c
908
_("while generating part of the target ccache name"));
crypto/krb5/src/clients/ksu/main.c
914
com_err(prog_name, retval, _("while allocating memory for the "
crypto/krb5/src/clients/ksu/main.c
934
_("while creating new target ccache"));
crypto/krb5/src/clients/ksu/main.c
940
_("while initializing target cache"));
crypto/krb5/src/clients/ksu/main.c
980
fprintf(stderr, _("terminal name %s too long\n"), p);
crypto/krb5/src/clients/kswitch/kswitch.c
101
com_err(progname, ret, _("while resolving %s"), cache_name);
crypto/krb5/src/clients/kswitch/kswitch.c
107
com_err(progname, ret, _("while parsing principal name %s"),
crypto/krb5/src/clients/kswitch/kswitch.c
113
com_err(progname, ret, _("while searching for ccache for %s"),
crypto/krb5/src/clients/kswitch/kswitch.c
122
com_err(progname, ret, _("while switching to credential cache"));
crypto/krb5/src/clients/kswitch/kswitch.c
41
fprintf(stderr, _("Usage: %s {-c cache_name | -p principal}\n"), progname);
crypto/krb5/src/clients/kswitch/kswitch.c
42
fprintf(stderr, _("\t-c specify name of credentials cache\n"));
crypto/krb5/src/clients/kswitch/kswitch.c
43
fprintf(stderr, _("\t-p specify name of principal\n"));
crypto/krb5/src/clients/kswitch/kswitch.c
66
fprintf(stderr, _("Only one -c or -p option allowed\n"));
crypto/krb5/src/clients/kswitch/kswitch.c
85
fprintf(stderr, _("One of -c or -p must be specified\n"));
crypto/krb5/src/clients/kswitch/kswitch.c
94
com_err(progname, ret, _("while initializing krb5"));
crypto/krb5/src/clients/kvno/kvno.c
117
_("Options -u and -S are mutually exclusive\n"));
crypto/krb5/src/clients/kvno/kvno.c
125
_("Options -u and -S are mutually exclusive\n"));
crypto/krb5/src/clients/kvno/kvno.c
159
_("Options --u2u and -I|-U|-F are mutually exclusive\n"));
crypto/krb5/src/clients/kvno/kvno.c
165
fprintf(stderr, _("Option -P (constrained delegation) requires "
crypto/krb5/src/clients/kvno/kvno.c
240
k5_setmsg(context, ret, _("No begin line not found"));
crypto/krb5/src/clients/kvno/kvno.c
252
k5_setmsg(context, ret, _("No end line found"));
crypto/krb5/src/clients/kvno/kvno.c
263
k5_setmsg(context, ret, _("Unexpected header line"));
crypto/krb5/src/clients/kvno/kvno.c
278
k5_setmsg(context, ret, _("Invalid base64"));
crypto/krb5/src/clients/kvno/kvno.c
316
com_err(prog, ret, _("while parsing principal name %s"), name);
crypto/krb5/src/clients/kvno/kvno.c
324
com_err(prog, ret, _("while formatting parsed principal name for "
crypto/krb5/src/clients/kvno/kvno.c
338
_("client and server principal names must match"));
crypto/krb5/src/clients/kvno/kvno.c
354
com_err(prog, ret, _("while getting credentials for %s"), princ);
crypto/krb5/src/clients/kvno/kvno.c
361
com_err(prog, ret, _("while decoding ticket for %s"), princ);
crypto/krb5/src/clients/kvno/kvno.c
372
com_err(prog, ret, _("while decrypting ticket for %s"), princ);
crypto/krb5/src/clients/kvno/kvno.c
376
printf(_("%s: kvno = %d, keytab entry valid\n"), princ,
crypto/krb5/src/clients/kvno/kvno.c
381
printf(_("%s: kvno = %d\n"), princ, ticket->enc_part.kvno);
crypto/krb5/src/clients/kvno/kvno.c
396
com_err(prog, ret, _("%s: constrained delegation failed"),
crypto/krb5/src/clients/kvno/kvno.c
44
fprintf(stderr, _("usage: %s [-c ccache] [-e etype] [-k keytab] [-q] "
crypto/krb5/src/clients/kvno/kvno.c
479
com_err(prog, ret, _("while initializing krb5 library"));
crypto/krb5/src/clients/kvno/kvno.c
486
com_err(prog, ret, _("while converting etype"));
crypto/krb5/src/clients/kvno/kvno.c
498
com_err(prog, ret, _("while opening ccache"));
crypto/krb5/src/clients/kvno/kvno.c
505
com_err(prog, ret, _("while resolving output ccache"));
crypto/krb5/src/clients/kvno/kvno.c
513
com_err(prog, ret, _("resolving keytab %s"), keytab_name);
crypto/krb5/src/clients/kvno/kvno.c
522
com_err(prog, ret, _("while parsing principal name %s"), for_user);
crypto/krb5/src/clients/kvno/kvno.c
530
com_err(prog, ret, _("while reading certificate file %s"),
crypto/krb5/src/clients/kvno/kvno.c
540
com_err(prog, ret, _("while getting user-to-user ticket from %s"),
crypto/krb5/src/clients/kvno/kvno.c
549
com_err(prog, ret, _("while getting client principal name"));
crypto/krb5/src/clients/kvno/kvno.c
556
com_err(prog, ret, _("while creating temporary output ccache"));
crypto/krb5/src/clients/kvno/kvno.c
570
com_err(prog, ret, _("while initializing output ccache"));
crypto/krb5/src/clients/kvno/kvno.c
580
com_err(prog, ret, _("while storing creds in output ccache"));
crypto/krb5/src/clients/kvno/kvno.c
591
com_err(prog, ret, _("while writing output ccache"));
crypto/krb5/src/include/k5-platform.h
232
# define JOIN__2_2(A,B) A ## _ ## _ ## B
crypto/krb5/src/include/k5-plugin.h
75
#define PLUGIN_SYMBOL_NAME(prefix, symbol) prefix ## _ ## symbol
crypto/krb5/src/kadmin/cli/kadmin.c
1004
error(_("Not enough memory\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
103
error(_("Usage: %s [-r realm] [-p principal] [-q query] "
crypto/krb5/src/kadmin/cli/kadmin.c
1034
com_err(caller, retval, _("while getting time"));
crypto/krb5/src/kadmin/cli/kadmin.c
1158
com_err(caller, retval, _("while parsing keysalts %s"),
crypto/krb5/src/kadmin/cli/kadmin.c
1175
com_err(caller, retval, _("while parsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1184
error(_("usage: add_principal [options] principal\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1185
error(_("\toptions are:\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1186
error(_("\t\t[-randkey|-nokey] [-x db_princ_args]* [-expire expdate] "
crypto/krb5/src/kadmin/cli/kadmin.c
1191
error(_("\tattributes are:\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1192
error(_("\t\tallow_postdated allow_forwardable allow_tgs_req "
crypto/krb5/src/kadmin/cli/kadmin.c
1208
error(_("usage: modify_principal [options] principal\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1209
error(_("\toptions are:\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1210
error(_("\t\t[-x db_princ_args]* [-expire expdate] "
crypto/krb5/src/kadmin/cli/kadmin.c
1214
error(_("\tattributes are:\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1215
error(_("\t\tallow_postdated allow_forwardable allow_tgs_req "
crypto/krb5/src/kadmin/cli/kadmin.c
1267
com_err("add_principal", retval, _("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1274
fprintf(stderr, _("WARNING: policy \"%s\" does not exist\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1281
fprintf(stderr, _("No policy specified for %s; "
crypto/krb5/src/kadmin/cli/kadmin.c
1287
fprintf(stderr, _("No policy specified for %s; "
crypto/krb5/src/kadmin/cli/kadmin.c
1303
_("Enter password for principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1305
_("Re-enter password for principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1309
_("while reading password for \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1329
error(_("Admin server does not support -nokey while creating "
crypto/krb5/src/kadmin/cli/kadmin.c
1343
_("while randomizing key for \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1351
_("while clearing DISALLOW_ALL_TIX for \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1386
com_err("modify_principal", retval, _("while parsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1392
_("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1398
com_err("modify_principal", retval, _("while getting \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1415
fprintf(stderr, _("WARNING: policy \"%s\" does not exist\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1424
com_err("modify_principal", retval, _("while modifying \"%s\"."),
crypto/krb5/src/kadmin/cli/kadmin.c
1428
info(_("Principal \"%s\" modified.\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1449
error(_("usage: get_principal [-terse] principal\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1457
com_err("get_principal", retval, _("while parsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1462
com_err("get_principal", retval, _("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1468
com_err("get_principal", retval, _("while retrieving \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1473
com_err("get_principal", retval, _("while unparsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1478
com_err("get_principal", retval, _("while unparsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1482
printf(_("Principal: %s\n"), princstr);
crypto/krb5/src/kadmin/cli/kadmin.c
1483
printf(_("Expiration date: %s\n"), dprinc.princ_expire_time ?
crypto/krb5/src/kadmin/cli/kadmin.c
1484
strdate(dprinc.princ_expire_time) : _("[never]"));
crypto/krb5/src/kadmin/cli/kadmin.c
1485
printf(_("Last password change: %s\n"), dprinc.last_pwd_change ?
crypto/krb5/src/kadmin/cli/kadmin.c
1486
strdate(dprinc.last_pwd_change) : _("[never]"));
crypto/krb5/src/kadmin/cli/kadmin.c
1487
printf(_("Password expiration date: %s\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1489
strdate(dprinc.pw_expiration) : _("[never]"));
crypto/krb5/src/kadmin/cli/kadmin.c
1490
printf(_("Maximum ticket life: %s\n"), strdur(dprinc.max_life));
crypto/krb5/src/kadmin/cli/kadmin.c
1491
printf(_("Maximum renewable life: %s\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1493
printf(_("Last modified: %s (%s)\n"), strdate(dprinc.mod_date),
crypto/krb5/src/kadmin/cli/kadmin.c
1495
printf(_("Last successful authentication: %s\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1497
_("[never]"));
crypto/krb5/src/kadmin/cli/kadmin.c
1501
printf(_("Failed password attempts: %d\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1503
printf(_("Number of keys: %d\n"), dprinc.n_key_data);
crypto/krb5/src/kadmin/cli/kadmin.c
1511
snprintf(enctype, sizeof(enctype), _("<Encryption type 0x%x>"),
crypto/krb5/src/kadmin/cli/kadmin.c
1523
snprintf(salttype, sizeof(salttype), _("<Salt type 0x%x>"),
crypto/krb5/src/kadmin/cli/kadmin.c
1529
printf(_("MKey: vno %d\n"), dprinc.mkvno);
crypto/krb5/src/kadmin/cli/kadmin.c
1531
printf(_("Attributes:"));
crypto/krb5/src/kadmin/cli/kadmin.c
1534
com_err("get_principal", retval, _("while printing flags"));
crypto/krb5/src/kadmin/cli/kadmin.c
1543
polname = (dprinc.policy != NULL) ? dprinc.policy : _("[none]");
crypto/krb5/src/kadmin/cli/kadmin.c
1545
_(" [does not exist]") : "";
crypto/krb5/src/kadmin/cli/kadmin.c
1546
printf(_("Policy: %s%s\n"), polname, noexist);
crypto/krb5/src/kadmin/cli/kadmin.c
1582
error(_("usage: get_principals [expression]\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1587
com_err("get_principals", retval, _("while retrieving list."));
crypto/krb5/src/kadmin/cli/kadmin.c
164
error(_("Invalid date specification \"%s\".\n"), str);
crypto/krb5/src/kadmin/cli/kadmin.c
1679
com_err(caller, retval, _("while parsing keysalts %s"),
crypto/krb5/src/kadmin/cli/kadmin.c
1692
error(_("%s: parser lost count!\n"), caller);
crypto/krb5/src/kadmin/cli/kadmin.c
1701
error(_("usage; %s [options] policy\n"), func);
crypto/krb5/src/kadmin/cli/kadmin.c
1702
error(_("\toptions are:\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1703
error(_("\t\t[-maxlife time] [-minlife time] [-minlength length]\n"
crypto/krb5/src/kadmin/cli/kadmin.c
1707
error(_("\t\t[-lockoutduration time]\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1726
com_err("add_policy", retval, _("while creating policy \"%s\"."),
crypto/krb5/src/kadmin/cli/kadmin.c
1747
com_err("modify_policy", retval, _("while modifying policy \"%s\"."),
crypto/krb5/src/kadmin/cli/kadmin.c
1759
error(_("usage: delete_policy [-force] policy\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1763
printf(_("Are you sure you want to delete the policy \"%s\"? "
crypto/krb5/src/kadmin/cli/kadmin.c
1767
fprintf(stderr, _("Policy \"%s\" not deleted.\n"), argv[1]);
crypto/krb5/src/kadmin/cli/kadmin.c
1773
com_err("delete_policy:", retval, _("while deleting policy \"%s\""),
crypto/krb5/src/kadmin/cli/kadmin.c
1785
error(_("usage: get_policy [-terse] policy\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1790
com_err("get_policy", retval, _("while retrieving policy \"%s\"."),
crypto/krb5/src/kadmin/cli/kadmin.c
1795
printf(_("Policy: %s\n"), policy.policy);
crypto/krb5/src/kadmin/cli/kadmin.c
1796
printf(_("Maximum password life: %s\n"), strdur(policy.pw_max_life));
crypto/krb5/src/kadmin/cli/kadmin.c
1797
printf(_("Minimum password life: %s\n"), strdur(policy.pw_min_life));
crypto/krb5/src/kadmin/cli/kadmin.c
1798
printf(_("Minimum password length: %ld\n"), policy.pw_min_length);
crypto/krb5/src/kadmin/cli/kadmin.c
1799
printf(_("Minimum number of password character classes: %ld\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1801
printf(_("Number of old keys kept: %ld\n"), policy.pw_history_num);
crypto/krb5/src/kadmin/cli/kadmin.c
1802
printf(_("Maximum password failures before lockout: %lu\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1804
printf(_("Password failure count reset interval: %s\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1806
printf(_("Password lockout duration: %s\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
1809
printf(_("Allowed key/salt types: %s\n"), policy.allowed_keysalts);
crypto/krb5/src/kadmin/cli/kadmin.c
1833
error(_("usage: get_policies [expression]\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1838
com_err("get_policies", retval, _("while retrieving list."));
crypto/krb5/src/kadmin/cli/kadmin.c
1855
error(_("usage: get_privs\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1860
com_err("get_privs", retval, _("while retrieving privileges"));
crypto/krb5/src/kadmin/cli/kadmin.c
1863
printf(_("current privileges:"));
crypto/krb5/src/kadmin/cli/kadmin.c
1889
error(_("usage: purgekeys [-all|-keepkvno oldest_kvno_to_keep] "
crypto/krb5/src/kadmin/cli/kadmin.c
1896
com_err("purgekeys", retval, _("while parsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1902
com_err("purgekeys", retval, _("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1909
_("while purging keys for principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1914
info(_("All keys for principal \"%s\" removed.\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1916
info(_("Old keys for principal \"%s\" purged.\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
192
error(_("Interval specification \"%s\" is in the past.\n"), str);
crypto/krb5/src/kadmin/cli/kadmin.c
1933
error(_("usage: get_strings principal\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1940
com_err("get_strings", retval, _("while parsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1946
com_err("get_strings", retval, _("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1953
_("while getting attributes for principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
1958
printf(_("(No string attributes.)\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1977
error(_("usage: set_string principal key value\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
1986
com_err("set_string", retval, _("while parsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1992
com_err("set_string", retval, _("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
1999
_("while setting attribute on principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
2003
info(_("Attribute set for principal \"%s\".\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
2018
error(_("usage: del_string principal key\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
2026
com_err("delstring", retval, _("while parsing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
2032
com_err("del_string", retval, _("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
2039
_("while deleting attribute from principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
2043
info(_("Attribute removed from principal \"%s\".\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
311
com_err(whoami, retval, _("while initializing krb5 library"));
crypto/krb5/src/kadmin/cli/kadmin.c
322
error(_("%s: Cannot initialize. Not enough memory\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
361
error(_("%s: Cannot initialize. Not enough memory\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
380
com_err(whoami, retval, _("while parsing keysalts %s"),
crypto/krb5/src/kadmin/cli/kadmin.c
403
error(_("%s: -q is exclusive with command-line query"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
411
error(_("%s: unable to get default realm\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
431
_("while opening default credentials cache"));
crypto/krb5/src/kadmin/cli/kadmin.c
437
com_err(whoami, retval, _("while opening credentials cache %s"),
crypto/krb5/src/kadmin/cli/kadmin.c
459
error(_("%s: out of memory\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
468
_("while canonicalizing principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
477
com_err(whoami, retval, _("creating host service principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
483
_("while canonicalizing principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
490
error(_("%s: unable to canonicalize principal\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
513
error(_("%s: out of memory\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
521
error(_("%s: out of memory\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
528
error(_("%s: out of memory\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
533
error(_("%s: unable to figure out a principal name\n"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
540
com_err(whoami, retval, _("while setting up logging"));
crypto/krb5/src/kadmin/cli/kadmin.c
549
info(_("Authenticating as principal %s with existing "
crypto/krb5/src/kadmin/cli/kadmin.c
555
info(_("Authenticating as principal %s with password; "
crypto/krb5/src/kadmin/cli/kadmin.c
562
info(_("Authenticating as principal %s with keytab %s.\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
565
info(_("Authenticating as principal %s with default keytab.\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
572
info(_("Authenticating as principal %s with password.\n"),
crypto/krb5/src/kadmin/cli/kadmin.c
580
com_err(whoami, retval, _("while initializing %s interface"), whoami);
crypto/krb5/src/kadmin/cli/kadmin.c
595
com_err(whoami, retval, _("while closing ccache %s"), ccache_name);
crypto/krb5/src/kadmin/cli/kadmin.c
601
com_err(whoami, retval, _("while mapping update log"));
crypto/krb5/src/kadmin/cli/kadmin.c
617
com_err("quit", retval, _("while unlocking locked database"));
crypto/krb5/src/kadmin/cli/kadmin.c
626
_("Administration credentials NOT DESTROYED.\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
675
error(_("usage: delete_principal [-force] principal\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
680
com_err("delete_principal", retval, _("while parsing principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
686
_("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
690
printf(_("Are you sure you want to delete the principal \"%s\"? "
crypto/krb5/src/kadmin/cli/kadmin.c
694
fprintf(stderr, _("Principal \"%s\" not deleted\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
701
_("while deleting principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
704
info(_("Principal \"%s\" deleted.\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
705
info(_("Make sure that you have removed this principal from all ACLs "
crypto/krb5/src/kadmin/cli/kadmin.c
722
error(_("usage: rename_principal [-force] old_principal "
crypto/krb5/src/kadmin/cli/kadmin.c
729
_("while parsing old principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
735
_("while parsing new principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
741
_("while canonicalizing old principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
747
_("while canonicalizing new principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
751
printf(_("Are you sure you want to rename the principal \"%s\" "
crypto/krb5/src/kadmin/cli/kadmin.c
755
fprintf(stderr, _("Principal \"%s\" not renamed\n"), ocanon);
crypto/krb5/src/kadmin/cli/kadmin.c
762
_("while renaming principal \"%s\" to \"%s\""),
crypto/krb5/src/kadmin/cli/kadmin.c
766
info(_("Principal \"%s\" renamed to \"%s\".\n"), ocanon, ncanon);
crypto/krb5/src/kadmin/cli/kadmin.c
767
info(_("Make sure that you have removed the old principal from all ACLs "
crypto/krb5/src/kadmin/cli/kadmin.c
785
error(_("usage: add_alias alias_principal target_principal\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
790
com_err("add_alias", retval, _("while parsing alias principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
795
com_err("add_alias", retval, _("while parsing target principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
801
_("while canonicalizing alias principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
807
_("while canonicalizing target principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
813
_("while aliasing principal \"%s\" to \"%s\""),
crypto/krb5/src/kadmin/cli/kadmin.c
817
info(_("Principal \"%s\" aliased to \"%s\".\n"), acanon, tcanon);
crypto/krb5/src/kadmin/cli/kadmin.c
831
error(_("usage: change_password [-randkey] [-keepold] "
crypto/krb5/src/kadmin/cli/kadmin.c
857
cpw_usage(_("change_password: missing db argument"));
crypto/krb5/src/kadmin/cli/kadmin.c
863
error(_("change_password: Not enough memory\n"));
crypto/krb5/src/kadmin/cli/kadmin.c
871
cpw_usage(_("change_password: missing password arg"));
crypto/krb5/src/kadmin/cli/kadmin.c
882
cpw_usage(_("change_password: missing keysaltlist arg"));
crypto/krb5/src/kadmin/cli/kadmin.c
889
_("while parsing keysalts %s"), *argv);
crypto/krb5/src/kadmin/cli/kadmin.c
893
com_err("change_password", 0, _("unrecognized option %s"), *argv);
crypto/krb5/src/kadmin/cli/kadmin.c
900
com_err("change_password", 0, _("missing principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
902
com_err("change_password", 0, _("too many arguments"));
crypto/krb5/src/kadmin/cli/kadmin.c
908
com_err("change_password", retval, _("while parsing principal name"));
crypto/krb5/src/kadmin/cli/kadmin.c
914
_("while canonicalizing principal"));
crypto/krb5/src/kadmin/cli/kadmin.c
926
_("while changing password for \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
929
info(_("Password for \"%s\" changed.\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
935
_("while randomizing key for \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
938
info(_("Key for \"%s\" randomized.\n"), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
943
_("Enter password for principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
945
_("Re-enter password for principal \"%s\""), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
950
_("while reading password for \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
963
_("while changing password for \"%s\"."), canon);
crypto/krb5/src/kadmin/cli/kadmin.c
966
info(_("Password for \"%s\" changed.\n"), canon);
crypto/krb5/src/kadmin/cli/keytab.c
103
com_err(whoami, code, _("while resolving keytab %s"), name);
crypto/krb5/src/kadmin/cli/keytab.c
148
com_err("ktadd", retval, _("while parsing keysalts %s"),
crypto/krb5/src/kadmin/cli/keytab.c
165
_("cannot specify keysaltlist when not changing key\n"));
crypto/krb5/src/kadmin/cli/keytab.c
181
com_err(whoami, code, _("while expanding expression \"%s\"."),
crypto/krb5/src/kadmin/cli/keytab.c
200
com_err(whoami, code, _("while closing keytab"));
crypto/krb5/src/kadmin/cli/keytab.c
240
com_err(whoami, code, _("while closing keytab"));
crypto/krb5/src/kadmin/cli/keytab.c
314
com_err(whoami, code, _("while parsing -add principal name %s"),
crypto/krb5/src/kadmin/cli/keytab.c
328
fprintf(stderr, _("%s: Principal %s does not exist.\n"),
crypto/krb5/src/kadmin/cli/keytab.c
331
com_err(whoami, code, _("while changing %s's key"), princ_str);
crypto/krb5/src/kadmin/cli/keytab.c
343
com_err(whoami, code, _("while adding key to keytab"));
crypto/krb5/src/kadmin/cli/keytab.c
348
printf(_("Entry for principal %s with kvno %d, "
crypto/krb5/src/kadmin/cli/keytab.c
373
com_err(whoami, code, _("while parsing principal name %s"), princ_str);
crypto/krb5/src/kadmin/cli/keytab.c
396
fprintf(stderr, _("%s: Keytab %s does not exist.\n"),
crypto/krb5/src/kadmin/cli/keytab.c
400
fprintf(stderr, _("%s: No entry for principal %s exists in "
crypto/krb5/src/kadmin/cli/keytab.c
404
fprintf(stderr, _("%s: No entry for principal %s with kvno %d "
crypto/krb5/src/kadmin/cli/keytab.c
410
_("while retrieving highest kvno from keytab"));
crypto/krb5/src/kadmin/cli/keytab.c
422
com_err(whoami, code, _("while starting keytab scan"));
crypto/krb5/src/kadmin/cli/keytab.c
443
_("while temporarily ending keytab scan"));
crypto/krb5/src/kadmin/cli/keytab.c
449
com_err(whoami, code, _("while deleting entry from keytab"));
crypto/krb5/src/kadmin/cli/keytab.c
454
com_err(whoami, code, _("while restarting keytab scan"));
crypto/krb5/src/kadmin/cli/keytab.c
460
printf(_("Entry for principal %s with kvno %d removed from "
crypto/krb5/src/kadmin/cli/keytab.c
467
com_err(whoami, code, _("while scanning keytab"));
crypto/krb5/src/kadmin/cli/keytab.c
472
com_err(whoami, code, _("while ending keytab scan"));
crypto/krb5/src/kadmin/cli/keytab.c
483
fprintf(stderr, _("%s: There is only one entry for principal %s in "
crypto/krb5/src/kadmin/cli/keytab.c
55
fprintf(stderr, _("Usage: ktadd [-k[eytab] keytab] [-q] [-e keysaltlist] "
crypto/krb5/src/kadmin/cli/keytab.c
62
fprintf(stderr, _("Usage: ktremove [-k[eytab] keytab] [-q] principal "
crypto/krb5/src/kadmin/cli/keytab.c
76
com_err(whoami, ENOMEM, _("while creating keytab name"));
crypto/krb5/src/kadmin/cli/keytab.c
81
com_err(whoami, code, _("while opening default keytab"));
crypto/krb5/src/kadmin/cli/keytab.c
87
com_err(whoami, code, _("while getting keytab name"));
crypto/krb5/src/kadmin/cli/keytab.c
97
com_err(whoami, ENOMEM, _("while creating keytab name"));
crypto/krb5/src/kadmin/cli/ss_wrapper.c
53
ss_perror(sci_idx, retval, _("creating invocation"));
crypto/krb5/src/kadmin/dbutil/dump.c
1089
fprintf(stderr, _("%s: Unknown iprop dump version %d\n"), progname,
crypto/krb5/src/kadmin/dbutil/dump.c
1167
fprintf(stderr, _("OV dump format not supported\n"));
crypto/krb5/src/kadmin/dbutil/dump.c
1189
fprintf(stderr, _("Iprop not enabled\n"));
crypto/krb5/src/kadmin/dbutil/dump.c
1226
_("Conditional dump is an undocumented option for "
crypto/krb5/src/kadmin/dbutil/dump.c
1239
com_err(progname, 0, _("Database not currently opened!"));
crypto/krb5/src/kadmin/dbutil/dump.c
1253
com_err(progname, retval, _("while reading master key"));
crypto/krb5/src/kadmin/dbutil/dump.c
1259
com_err(progname, retval, _("while verifying master key"));
crypto/krb5/src/kadmin/dbutil/dump.c
1278
com_err(progname, retval, _("while reading new master key"));
crypto/krb5/src/kadmin/dbutil/dump.c
1282
printf(_("Please enter new master key....\n"));
crypto/krb5/src/kadmin/dbutil/dump.c
1288
com_err(progname, retval, _("while reading new master key"));
crypto/krb5/src/kadmin/dbutil/dump.c
1306
com_err(progname, errno, _("while opening %s for writing"), ofile);
crypto/krb5/src/kadmin/dbutil/dump.c
1321
com_err(progname, ret, _("while reading update log header"));
crypto/krb5/src/kadmin/dbutil/dump.c
1336
com_err(progname, ret, _("performing %s dump"), dump->name);
crypto/krb5/src/kadmin/dbutil/dump.c
1344
com_err(progname, ret, _("performing %s dump"), dump->name);
crypto/krb5/src/kadmin/dbutil/dump.c
1374
fprintf(stderr, _("%s: error processing line %d of %s\n"), progname,
crypto/krb5/src/kadmin/dbutil/dump.c
1403
fprintf(stderr, _("OV dump format not supported\n"));
crypto/krb5/src/kadmin/dbutil/dump.c
1415
fprintf(stderr, _("Iprop not enabled\n"));
crypto/krb5/src/kadmin/dbutil/dump.c
1424
com_err(progname, ENOMEM, _("while parsing options"));
crypto/krb5/src/kadmin/dbutil/dump.c
1439
com_err(progname, errno, _("while opening %s"), dumpfile);
crypto/krb5/src/kadmin/dbutil/dump.c
1444
dumpfile = _("standard input");
crypto/krb5/src/kadmin/dbutil/dump.c
1449
fprintf(stderr, _("%s: can't read dump header in %s\n"), progname,
crypto/krb5/src/kadmin/dbutil/dump.c
1457
fprintf(stderr, _("%s: dump header bad in %s\n"), progname,
crypto/krb5/src/kadmin/dbutil/dump.c
1471
fprintf(stderr, _("%s: dump header bad in %s\n"), progname,
crypto/krb5/src/kadmin/dbutil/dump.c
1480
fprintf(stderr, _("Could not open iprop ulog\n"));
crypto/krb5/src/kadmin/dbutil/dump.c
1485
fprintf(stderr, _("%s: dump version %s can only be loaded with the "
crypto/krb5/src/kadmin/dbutil/dump.c
1494
com_err(progname, ENOMEM, _("computing parameters for database"));
crypto/krb5/src/kadmin/dbutil/dump.c
1499
com_err(progname, ENOMEM, _("computing parameters for database"));
crypto/krb5/src/kadmin/dbutil/dump.c
1505
com_err(progname, ret, _("while creating database"));
crypto/krb5/src/kadmin/dbutil/dump.c
151
com_err(progname, errno, _("while allocating temporary filename dump"));
crypto/krb5/src/kadmin/dbutil/dump.c
1514
com_err(progname, ret, _("while opening database"));
crypto/krb5/src/kadmin/dbutil/dump.c
1524
com_err(progname, ret, _("while permanently locking database"));
crypto/krb5/src/kadmin/dbutil/dump.c
1540
if (restore_dump(util_context, dumpfile ? dumpfile : _("standard input"),
crypto/krb5/src/kadmin/dbutil/dump.c
1542
fprintf(stderr, _("%s: %s restore failed\n"), progname, load->name);
crypto/krb5/src/kadmin/dbutil/dump.c
1547
com_err(progname, ret, _("while unlocking database"));
crypto/krb5/src/kadmin/dbutil/dump.c
1557
com_err(progname, ret, _("while reinitializing update log"));
crypto/krb5/src/kadmin/dbutil/dump.c
1567
_("while making newly loaded database live"));
crypto/krb5/src/kadmin/dbutil/dump.c
1576
com_err(progname, ret, _("while reinitializing update log"));
crypto/krb5/src/kadmin/dbutil/dump.c
1583
_("while writing update log header"));
crypto/krb5/src/kadmin/dbutil/dump.c
1597
com_err(progname, ret, _("while deleting bad database %s"),
crypto/krb5/src/kadmin/dbutil/dump.c
162
com_err(progname, errno, _("while renaming dump file into place"));
crypto/krb5/src/kadmin/dbutil/dump.c
182
com_err(progname, ENOMEM, _("while allocating dump_ok filename"));
crypto/krb5/src/kadmin/dbutil/dump.c
188
com_err(progname, errno, _("while creating 'ok' file, '%s'"), file_ok);
crypto/krb5/src/kadmin/dbutil/dump.c
193
com_err(progname, retval, _("while locking 'ok' file, '%s'"), file_ok);
crypto/krb5/src/kadmin/dbutil/dump.c
238
fprintf(stderr, _("%s: regular expression error: %s\n"), progname,
crypto/krb5/src/kadmin/dbutil/dump.c
250
fprintf(stderr, _("%s: regular expression match error: %s\n"),
crypto/krb5/src/kadmin/dbutil/dump.c
328
fprintf(stderr, _("%s: tagged data list inconsistency for %s "
crypto/krb5/src/kadmin/dbutil/dump.c
442
com_err(progname, ret, _("while unparsing principal name"));
crypto/krb5/src/kadmin/dbutil/dump.c
450
com_err(progname, ret, _("while converting %s to new master key"),
crypto/krb5/src/kadmin/dbutil/dump.c
471
fprintf(stderr, _("%s(%d): %s\n"), fname, lineno, msg);
crypto/krb5/src/kadmin/dbutil/dump.c
514
fprintf(stderr, _("%s(%d): ignoring trash at end of line: "), fn,
crypto/krb5/src/kadmin/dbutil/dump.c
577
_("cannot read tagged data type and length"));
crypto/krb5/src/kadmin/dbutil/dump.c
581
load_err(fname, lineno, _("data type or length overflowed"));
crypto/krb5/src/kadmin/dbutil/dump.c
588
load_err(fname, lineno, _("cannot read tagged data contents"));
crypto/krb5/src/kadmin/dbutil/dump.c
621
load_err(fname, *linenop, _("cannot match size tokens"));
crypto/krb5/src/kadmin/dbutil/dump.c
627
load_err(fname, *linenop, _("cannot allocate principal (too large)"));
crypto/krb5/src/kadmin/dbutil/dump.c
636
load_err(fname, *linenop, _("cannot allocate tl_data (too large)"));
crypto/krb5/src/kadmin/dbutil/dump.c
645
load_err(fname, *linenop, _("invalid key_data size"));
crypto/krb5/src/kadmin/dbutil/dump.c
655
load_err(fname, *linenop, _("invalid principal extra data size"));
crypto/krb5/src/kadmin/dbutil/dump.c
667
load_err(fname, *linenop, _("cannot read name string"));
crypto/krb5/src/kadmin/dbutil/dump.c
672
com_err(progname, ret, _("while parsing name %s"), name);
crypto/krb5/src/kadmin/dbutil/dump.c
680
load_err(fname, *linenop, _("cannot read principal attributes"));
crypto/krb5/src/kadmin/dbutil/dump.c
733
load_err(fname, *linenop, _("cannot read key size and version"));
crypto/krb5/src/kadmin/dbutil/dump.c
737
load_err(fname, *linenop, _("unsupported key_data_ver version"));
crypto/krb5/src/kadmin/dbutil/dump.c
741
load_err(fname, *linenop, _("invalid kvno"));
crypto/krb5/src/kadmin/dbutil/dump.c
752
_("cannot read key type and length"));
crypto/krb5/src/kadmin/dbutil/dump.c
758
load_err(fname, *linenop, _("cannot read key data"));
crypto/krb5/src/kadmin/dbutil/dump.c
768
load_err(fname, *linenop, _("cannot read extra data"));
crypto/krb5/src/kadmin/dbutil/dump.c
777
com_err(progname, ret, _("while storing %s"), name);
crypto/krb5/src/kadmin/dbutil/dump.c
816
fprintf(stderr, _("cannot parse policy (%d read)\n"), nread);
crypto/krb5/src/kadmin/dbutil/dump.c
824
com_err(progname, ret, _("while creating policy"));
crypto/krb5/src/kadmin/dbutil/dump.c
828
fprintf(stderr, _("created policy %s\n"), rec.name);
crypto/krb5/src/kadmin/dbutil/dump.c
855
fprintf(stderr, _("cannot parse policy (%d read)\n"), nread);
crypto/krb5/src/kadmin/dbutil/dump.c
863
com_err(progname, ret, _("while creating policy"));
crypto/krb5/src/kadmin/dbutil/dump.c
901
fprintf(stderr, _("cannot parse policy (%d read)\n"), nread);
crypto/krb5/src/kadmin/dbutil/dump.c
920
fprintf(stderr, _("cannot parse policy (%d read)\n"), nread);
crypto/krb5/src/kadmin/dbutil/dump.c
941
com_err(progname, ret, _("while creating policy"));
crypto/krb5/src/kadmin/dbutil/dump.c
978
fprintf(stderr, _("unknown record type \"%s\"\n"), rectype);
crypto/krb5/src/kadmin/dbutil/kadm5_create.c
105
com_err(progname, retval, _("while initializing the Kerberos admin "
crypto/krb5/src/kadmin/dbutil/kadm5_create.c
197
com_err(progname, ENOMEM, _("while appending realm to principal"));
crypto/krb5/src/kadmin/dbutil/kadm5_create.c
203
com_err(progname, ret, _("while parsing admin principal name"));
crypto/krb5/src/kadmin/dbutil/kadm5_create.c
215
com_err(progname, ret, _("while creating principal %s"), fullname);
crypto/krb5/src/kadmin/dbutil/kadm5_create.c
79
com_err(progname, retval, _("while looking up the Kerberos "
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
185
com_err(progname, retval, _("while setting up master key name"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
196
printf(_("Initializing database '%s' for realm '%s',\n"
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
201
printf(_("You will be prompted for the database Master Password.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
202
printf(_("It is important that you NOT FORGET this password.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
208
com_err(progname, ENOMEM, _("while creating new master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
216
_("while reading master key from keyboard"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
226
com_err(progname, retval, _("while calculating master key salt"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
234
_("while transforming master key from password"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
244
_("while initializing random key generator"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
249
com_err(progname, retval, _("while creating database '%s'"),
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
267
com_err(argv[0], retval, _("while creating update log"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
278
com_err(argv[0], retval, _("while initializing update log"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
293
com_err(progname, retval, _("while adding entries to the database"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
321
com_err(progname, retval, _("while storing key"));
crypto/krb5/src/kadmin/dbutil/kdb5_create.c
322
printf(_("Warning: couldn't stash master key.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_destroy.c
67
printf(_("Deleting KDC database stored in '%s', are you sure?\n"),
crypto/krb5/src/kadmin/dbutil/kdb5_destroy.c
69
printf(_("(type 'yes' to confirm)? "));
crypto/krb5/src/kadmin/dbutil/kdb5_destroy.c
76
printf(_("OK, deleting database '%s'...\n"), dbname);
crypto/krb5/src/kadmin/dbutil/kdb5_destroy.c
81
com_err(progname, retval1, _("deleting database '%s'"), dbname);
crypto/krb5/src/kadmin/dbutil/kdb5_destroy.c
90
printf(_("** Database '%s' destroyed.\n"), dbname);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1025
_("master keylist not initialized"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1055
com_err(progname, retval, _("while getting master key principal %s"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1062
printf(_("Will purge all unused master keys stored in the '%s' "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1064
printf(_("(type 'yes' to confirm)? "));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1073
printf(_("OK, purging unused master keys from '%s'...\n"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1081
printf(_("There is only one master key which can not be "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1090
com_err(progname, ENOMEM, _("while allocating args.kvnos"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1106
com_err(progname, retval, _("while finding master keys in use"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1115
printf(_("Would purge the following master key(s) from %s:\n"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1118
printf(_("Purging the following master key(s) from %s:\n"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1130
_("master key stash file needs updating, command "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1136
printf(_("KVNO: %d\n"), args.kvnos[i].kvno);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1141
printf(_("All keys in use, nothing purged.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1146
printf(_("%d key(s) would be purged.\n"), num_kvnos_purged);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1152
com_err(progname, retval, _("while looking up active kvno list"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1159
com_err(progname, retval, _("while looking up mkey aux data list"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1167
com_err(progname, ENOMEM, _("while allocating key_data"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1244
_("while updating actkvno data for master principal entry"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1252
_("while updating mkey_aux data for master principal entry"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1258
com_err(progname, retval, _("while getting current time"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1265
com_err(progname, retval, _("while updating the master key principal "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1275
_("while adding master key entry to the database"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
1279
printf(_("%d key(s) purged.\n"), num_kvnos_purged);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
208
com_err(progname, EINVAL, _("%s is an invalid enctype"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
230
com_err(progname, retval, _("while getting master key principal %s"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
236
printf(_("Creating new master key for master key principal '%s'\n"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
239
printf(_("You will be prompted for a new database Master Password.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
240
printf(_("It is important that you NOT FORGET this password.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
246
com_err(progname, ENOMEM, _("while creating new master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
255
_("while reading new master key from keyboard"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
265
com_err(progname, retval, _("while calculating master key salt"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
274
_("while transforming master key from password"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
284
_("adding new master key to master principal"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
290
com_err(progname, retval, _("while getting current time"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
297
com_err(progname, retval, _("while updating the master key principal "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
304
com_err(progname, retval, _("while adding master key entry to the "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
318
com_err(progname, retval, _("while storing key"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
319
printf(_("Warning: couldn't stash master key.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
356
com_err(progname, EINVAL, _("0 is an invalid KVNO value"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
367
com_err(progname, EINVAL, _("%d is an invalid KVNO value"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
375
com_err(progname, retval, _("while getting current time"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
383
com_err(progname, 0, _("could not parse date-time string '%s'"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
406
com_err(progname, retval, _("while getting master key principal %s"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
415
_("while looking up active version of master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
454
com_err(progname, ENOMEM, _("while adding new master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
492
_("there must be one master key currently active"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
500
_("while updating actkvno data for master principal entry"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
507
com_err(progname, retval, _("while updating the master key principal "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
517
_("while adding master key entry to the database"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
543
com_err(progname, 0, _("master keylist not initialized"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
551
com_err(progname, retval, _("while getting master key principal %s"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
559
com_err(progname, retval, _("while looking up active kvno list"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
567
com_err(progname, retval, _("while looking up active master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
579
com_err(progname, retval, _("while getting enctype description"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
596
_("KVNO: %d, Enctype: %s, Active on: %s *\n"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
601
_("KVNO: %d, Enctype: %s, Active on: %s\n"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
605
_("KVNO: %d, Enctype: %s, No activate time "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
610
com_err(progname, ENOMEM, _("asprintf could not allocate enough "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
734
_("getting string representation of principal name"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
748
_("determining master key used for principal '%s'"), pname);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
754
printf(_("would skip: %s\n"), pname);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
756
printf(_("skipping: %s\n"), pname);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
762
printf(_("would update: %s\n"), pname);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
766
printf(_("updating: %s\n"), pname);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
770
_("error re-encrypting key for principal '%s'"), pname);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
774
com_err(progname, retval, _("while getting current time"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
781
_("while updating principal '%s' modification time"), pname);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
788
com_err(progname, retval, _("while updating principal '%s' key data "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
820
printf(_("\n(type 'yes' to confirm)? "));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
868
com_err(progname, 0, _("master keylist not initialized"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
879
_("converting glob pattern '%s' to regular expression"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
887
com_err(progname, 0, _("error compiling converted regexp '%s'"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
896
com_err(progname, retval, _("while getting master key principal %s"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
904
com_err(progname, retval, _("while looking up active kvno list"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
912
com_err(progname, retval, _("while looking up active master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
920
!are_you_sure(_("Re-encrypt all keys not using master key vno %u?"),
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
922
printf(_("OK, doing nothing.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
928
printf(_("Principals whose keys WOULD BE re-encrypted to master "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
931
printf(_("Principals whose keys are being re-encrypted to master "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
947
com_err(progname, retval, _("trying to process principal database"));
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
951
printf(_("%u principals processed: %u would be updated, %u already "
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
955
printf(_("%u principals processed: %u updated, %u already current\n"),
crypto/krb5/src/kadmin/dbutil/kdb5_stash.c
114
com_err(progname, retval, _("while reading master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_stash.c
121
com_err(progname, retval, _("while getting master key list"));
crypto/krb5/src/kadmin/dbutil/kdb5_stash.c
125
printf(_("Using existing stashed keys to update stash file.\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_stash.c
131
com_err(progname, retval, _("while storing key"));
crypto/krb5/src/kadmin/dbutil/kdb5_stash.c
95
_("while setting up enctype %d"), master_keyblock.enctype);
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
216
com_err (progname, retval, _("while initializing Kerberos code"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
222
com_err(progname, ENOMEM, _("while creating sub-command arguments"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
240
_("while parsing command arguments"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
246
_("while parsing command arguments\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
253
_("while parsing command arguments\n"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
264
_("while setting default realm name"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
269
com_err(progname, EINVAL, _(": %s is an invalid enctype"),
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
277
com_err(progname, EINVAL, _(": %s is an invalid mkeyVNO"),
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
310
com_err(progname, retval, _("while getting default realm"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
320
_("while retrieving configuration parameters"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
380
com_err(progname, retval, _("while initializing database"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
391
com_err(progname, retval, _("while setting up master key name"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
397
com_err(progname, retval, _("while retrieving master entry"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
416
com_err(progname, retval, _("while calculated master key salt"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
433
_("while transforming master key from password"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
447
com_err(progname, retval, _("while reading master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
448
com_err(progname, 0, _("Warning: proceeding without master key"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
466
com_err(progname, retval, _("while seeding random number generator"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
476
fprintf(stderr, _("%s: Could not map log\n"), progname);
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
505
com_err(progname, retval, _("while closing database"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
544
com_err(me, ret, _("while parsing principal name %s"), pr_str);
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
550
com_err(me, ret, _("while fetching principal %s"), pr_str);
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
559
com_err(me, ret, _("while parsing keysalts %s"), ks_str);
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
573
com_err(me, ret, _("while finding mkey"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
591
com_err(me, ret, _("while getting time"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
598
com_err(me, ret, _("while setting changetime"));
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
609
com_err(me, ret, _("while saving principal %s"), pr_str);
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
613
printf(_("%s changed\n"), pr_str);
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
80
_("Usage: kdb5_util [-r realm] [-d dbname] "
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
99
_("\tupdate_princ_encryption [-f] [-n] [-v] [princ-pattern]\n"
crypto/krb5/src/kadmin/dbutil/tabdump.c
587
com_err(progname, ret, _("while unparsing principal name"));
crypto/krb5/src/kadmin/dbutil/tabdump.c
611
com_err(progname, errno, _("opening %s for writing"),
crypto/krb5/src/kadmin/dbutil/tabdump.c
693
com_err(progname, ret, _("performing tabular dump"));
crypto/krb5/src/kadmin/ktutil/ktutil.c
107
fprintf(stderr, _("%s: must specify keytab to write\n"), argv[0]);
crypto/krb5/src/kadmin/ktutil/ktutil.c
112
com_err(argv[0], retval, _("while writing keytab \"%s\""), argv[1]);
crypto/krb5/src/kadmin/ktutil/ktutil.c
118
fprintf(stderr, _("%s: writing srvtabs is no longer supported\n"),
crypto/krb5/src/kadmin/ktutil/ktutil.c
164
fprintf(stderr, _("usage: %s (-key | -password) -p principal "
crypto/krb5/src/kadmin/ktutil/ktutil.c
169
fprintf(stderr, _("enctype must be specified if not using -f\n"));
crypto/krb5/src/kadmin/ktutil/ktutil.c
176
com_err(argv[0], retval, _("while adding new entry"));
crypto/krb5/src/kadmin/ktutil/ktutil.c
185
fprintf(stderr, _("%s: must specify entry to delete\n"), argv[0]);
crypto/krb5/src/kadmin/ktutil/ktutil.c
190
com_err(argv[0], retval, _("while deleting entry %d"), atoi(argv[1]));
crypto/krb5/src/kadmin/ktutil/ktutil.c
217
fprintf(stderr, _("%s: usage: %s [-t] [-k] [-e]\n"), argv[0], argv[0]);
crypto/krb5/src/kadmin/ktutil/ktutil.c
256
_("While converting enctype to string"));
crypto/krb5/src/kadmin/ktutil/ktutil.c
51
com_err(argv[0], retval, _("while initializing krb5"));
crypto/krb5/src/kadmin/ktutil/ktutil.c
57
ss_perror(sci_idx, retval, _("creating invocation"));
crypto/krb5/src/kadmin/ktutil/ktutil.c
71
fprintf(stderr, _("%s: invalid arguments\n"), argv[0]);
crypto/krb5/src/kadmin/ktutil/ktutil.c
76
com_err(argv[0], retval, _("while freeing ktlist"));
crypto/krb5/src/kadmin/ktutil/ktutil.c
86
fprintf(stderr, _("%s: must specify keytab to read\n"), argv[0]);
crypto/krb5/src/kadmin/ktutil/ktutil.c
91
com_err(argv[0], retval, _("while reading keytab \"%s\""), argv[1]);
crypto/krb5/src/kadmin/ktutil/ktutil.c
97
fprintf(stderr, _("%s: reading srvtabs is no longer supported\n"),
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
187
snprintf(promptstr, sizeof(promptstr), _("Password for %.1000s"),
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
205
printf(_("Key for %s (hex): "), princ_full);
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
217
fprintf(stderr, _("addent: Error reading key.\n"));
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
225
fprintf(stderr, _("addent: Illegal character in key.\n"));
crypto/krb5/src/kadmin/server/auth_acl.c
240
krb5_klog_syslog(LOG_ERR, _("%s: invalid restrictions: %s"), fname, str);
crypto/krb5/src/kadmin/server/auth_acl.c
288
_("Unrecognized ACL operation '%c' in %s"),
crypto/krb5/src/kadmin/server/auth_acl.c
296
krb5_klog_syslog(LOG_ERR, _("Cannot parse client principal '%s'"),
crypto/krb5/src/kadmin/server/auth_acl.c
304
krb5_klog_syslog(LOG_ERR, _("Cannot parse target principal '%s'"),
crypto/krb5/src/kadmin/server/auth_acl.c
400
krb5_klog_syslog(LOG_ERR, _("%s while opening ACL file %s"),
crypto/krb5/src/kadmin/server/auth_acl.c
403
k5_setmsg(context, errno, _("Cannot open %s: %s"), fname,
crypto/krb5/src/kadmin/server/auth_acl.c
419
_("%s: syntax error at line %d <%.10s...>"),
crypto/krb5/src/kadmin/server/auth_acl.c
422
_("%s: syntax error at line %d <%.10s...>"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
164
_("%s: server handle is NULL"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
174
_("%s: setup_gss_names failed"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
182
_("%s: out of memory recording principal names"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
207
_("%s; Incoming SerialNo=%lu; Outgoing SerialNo=%lu"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
213
_("%s; Incoming SerialNo=%lu; Outgoing SerialNo=N/A"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
224
_("Request: %s, %s, %s, client=%s, service=%s, addr=%s"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
281
_("%s: server handle is NULL"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
294
_("%s: setup_gss_names failed"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
303
_("%s: out of memory recording principal names"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
324
_("%s: getclhoststr failed"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
346
_("%s: cannot construct kdb5 util dump string too long; out of memory"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
366
_("%s: fork failed: %s"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
378
_("%s: popen failed: %s"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
392
_("%s: pclose(popen) failed: %s"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
412
_("%s: exec failed: %s"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
428
_("Request: %s, spawned resync process %d, client=%s, service=%s, addr=%s"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
49
#define LOG_UNAUTH _("Unauthorized request: %s, client=%s, service=%s, addr=%s")
crypto/krb5/src/kadmin/server/ipropd_svc.c
490
_("check_rpcsec_auth: failed inquire_context, "
crypto/krb5/src/kadmin/server/ipropd_svc.c
50
#define LOG_DONE _("Request: %s, %s, %s, client=%s, service=%s, addr=%s")
crypto/krb5/src/kadmin/server/ipropd_svc.c
520
krb5_klog_syslog(LOG_ERR, _("bad service principal %.*s%s"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
543
krb5_klog_syslog(LOG_ERR, _("authentication attempt failed: %s, RPC "
crypto/krb5/src/kadmin/server/ipropd_svc.c
577
_("RPC unknown request: %d (%s)"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
585
_("RPC svc_getargs failed (%s)"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
595
_("RPC svc_sendreply failed (%s)"),
crypto/krb5/src/kadmin/server/ipropd_svc.c
601
_("RPC svc_freeargs failed (%s)"),
crypto/krb5/src/kadmin/server/kadm_rpc_svc.c
306
krb5_klog_syslog(LOG_ERR, _("check_rpcsec_auth: failed "
crypto/krb5/src/kadmin/server/kadm_rpc_svc.c
335
krb5_klog_syslog(LOG_ERR, _("bad service principal %.*s%s"),
crypto/krb5/src/kadmin/server/kadm_rpc_svc.c
356
krb5_klog_syslog(LOG_ERR, _("gss_to_krb5_name: failed display_name "
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
106
fprintf(stderr, _("%s: %s while %s, aborting\n"), progname, errmsg,
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
108
krb5_klog_syslog(LOG_ERR, _("%s while %s, aborting\n"), errmsg, msg);
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
110
fprintf(stderr, _("%s: %s, aborting\n"), progname, msg);
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
111
krb5_klog_syslog(LOG_ERR, _("%s, aborting"), msg);
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
273
_("WARNING! Forged/garbled request: %s, claimed "
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
279
_("WARNING! Forged/garbled request: %d, claimed "
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
293
krb5_klog_syslog(LOG_NOTICE, _("Miscellaneous RPC error: %s, %s"),
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
309
krb5_klog_syslog(LOG_ERR, _("%s Cannot decode status %d"), m,
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
327
krb5_klog_syslog(LOG_NOTICE, _("Authentication attempt failed: %s, "
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
332
krb5_klog_syslog(LOG_NOTICE, _(" GSS-API error strings complete."));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
371
fprintf(stderr, _("%s: cannot initialize. Not enough "
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
439
fprintf(stderr, _("%s: %s while initializing context, aborting\n"),
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
450
fail_to_start(ret, _("initializing"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
454
fail_to_start(ret, _("getting config parameters"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
456
fail_to_start(0, _("Missing required realm configuration"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
458
fail_to_start(0, _("Missing required ACL file configuration"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
460
fail_to_start(0, _("-proponly can only be used when "
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
466
fail_to_start(ret, _("initializing network"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
471
fail_to_start(0, _("Cannot build GSSAPI auth names"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
475
fail_to_start(0, _("Cannot set up KDB keytab"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
478
fail_to_start(0, _("Cannot set GSSAPI authentication names"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
495
fail_to_start(0, _("Cannot initialize GSSAPI service name"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
500
fail_to_start(ret, _("initializing ACL file"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
508
fail_to_start(errno, _("spawning daemon process"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
512
fail_to_start(ret, _("creating PID file"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
519
fail_to_start(ret, _("initializing"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
526
fail_to_start(ret, _("mapping update log"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
530
_("%s: create IPROP svc (PROG=%d, VERS=%d)\n"),
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
538
krb5_klog_syslog(LOG_INFO, _("starting"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
540
fprintf(stderr, _("%s: starting...\n"), progname);
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
543
krb5_klog_syslog(LOG_INFO, _("finished, exiting"));
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
82
fprintf(stderr, _("Usage: kadmind [-x db_args]* [-r realm] [-m] [-nofork] "
crypto/krb5/src/kadmin/server/schpw.c
240
krb5_klog_syslog(LOG_NOTICE, _("setpw request from %s by %.*s%s for "
crypto/krb5/src/kadmin/server/schpw.c
245
krb5_klog_syslog(LOG_NOTICE, _("chpw request from %s for %.*s%s: %s"),
crypto/krb5/src/kadmin/server/schpw.c
414
krb5_klog_syslog(LOG_ERR, _("chpw: Couldn't open admin keytab %s"),
crypto/krb5/src/kadmin/server/server_stubs.c
1639
krb5_klog_syslog(LOG_NOTICE, _("Request: kadm5_init, %.*s%s, %s, "
crypto/krb5/src/kadmin/server/server_stubs.c
1643
errmsg ? errmsg : _("success"),
crypto/krb5/src/kadmin/server/server_stubs.c
422
_("Unauthorized request: %s, %.*s%s, "
crypto/krb5/src/kadmin/server/server_stubs.c
443
errmsg = _("success");
crypto/krb5/src/kadmin/server/server_stubs.c
453
_("Request: %s, %.*s%s, %s, "
crypto/krb5/src/kadmin/server/server_stubs.c
716
_("Unauthorized request: kadm5_rename_principal, "
crypto/krb5/src/kadmin/server/server_stubs.c
731
_("Request: kadm5_rename_principal, "
crypto/krb5/src/kadmin/server/server_stubs.c
736
errmsg ? errmsg : _("success"),
crypto/krb5/src/kdc/do_as_req.c
278
krb5_klog_syslog(LOG_INFO, _("AS_REQ : handle_authdata (%d)"),
crypto/krb5/src/kdc/do_tgs_req.c
1045
krb5_klog_syslog(LOG_INFO, _("TGS_REQ : handle_authdata (%d)"), ret);
crypto/krb5/src/kdc/do_tgs_req.c
938
krb5_klog_syslog(LOG_INFO, _("not checking transit path"));
crypto/krb5/src/kdc/fast_util.c
162
_("Ap-request armor not permitted with TGS"));
crypto/krb5/src/kdc/fast_util.c
169
_("Unknown FAST armor type %d"),
crypto/krb5/src/kdc/fast_util.c
183
_("No armor key but FAST armored request present"));
crypto/krb5/src/kdc/fast_util.c
216
_("FAST req_checksum invalid; request modified"));
crypto/krb5/src/kdc/fast_util.c
222
_("Unkeyed checksum used in fast_req"));
crypto/krb5/src/kdc/fast_util.c
57
k5_setmsg(context, retval, _("%s while handling ap-request armor"),
crypto/krb5/src/kdc/fast_util.c
65
_("ap-request armor for something other than the local "
crypto/krb5/src/kdc/fast_util.c
74
_("ap-request armor without subkey"));
crypto/krb5/src/kdc/kdc_audit.c
110
_("audit plugin %s failed to open. error=%i"),
crypto/krb5/src/kdc/kdc_authdata.c
78
kdc_err(context, ret, _("while loading authdata module %s"),
crypto/krb5/src/kdc/kdc_log.c
146
krb5_klog_syslog(LOG_INFO, _("TGS_REQ (%s) %s: %s: authtime %u, %s%s "
crypto/krb5/src/kdc/kdc_log.c
155
_("... PROTOCOL-TRANSITION s4u-client=%s"),
crypto/krb5/src/kdc/kdc_log.c
159
_("... CONSTRAINED-DELEGATION s4u-client=%s"),
crypto/krb5/src/kdc/kdc_log.c
163
krb5_klog_syslog(LOG_INFO, _("TGS_REQ %s: %s: authtime %u, %s for %s, "
crypto/krb5/src/kdc/kdc_log.c
196
krb5_klog_syslog(LOG_INFO, _("bad realm transit path from '%s' "
crypto/krb5/src/kdc/kdc_log.c
202
krb5_klog_syslog(LOG_ERR, _("unexpected error checking transit "
crypto/krb5/src/kdc/kdc_log.c
220
_("TGS_REQ: issuing alternate <un-unparsable> TGT"));
crypto/krb5/src/kdc/kdc_log.c
223
krb5_klog_syslog(LOG_INFO, _("TGS_REQ: issuing TGT %s"), sname);
crypto/krb5/src/kdc/kdc_log.c
79
krb5_klog_syslog(LOG_INFO, _("AS_REQ (%s) %s: ISSUE: authtime %u, %s, "
crypto/krb5/src/kdc/kdc_log.c
87
krb5_klog_syslog(LOG_INFO, _("AS_REQ (%s) %s: %s: %s for %s%s%s"),
crypto/krb5/src/kdc/kdc_preauth.c
215
krb5_klog_syslog(LOG_ERR, _("preauth %s failed to "
crypto/krb5/src/kdc/kdc_preauth.c
226
krb5_klog_syslog(LOG_ERR, _("preauth %s failed to setup "
crypto/krb5/src/kdc/kdc_preauth.c
903
_("%spreauth required but hint list is empty"),
crypto/krb5/src/kdc/kdc_preauth_ec.c
117
_("Incorrect password in encrypted challenge"));
crypto/krb5/src/kdc/kdc_preauth_ec.c
74
_("Encrypted Challenge used outside of FAST tunnel"));
crypto/krb5/src/kdc/kdc_util.c
181
krb5_klog_syslog(LOG_INFO, _("TGS_REQ: SESSION KEY or MUTUAL"));
crypto/krb5/src/kdc/kdc_util.c
384
_("TGS_REQ: UNKNOWN SERVER: server='%s'"), sname);
crypto/krb5/src/kdc/kdc_util.c
547
k5_setmsg(context, ret, _("Invalid pac_privsvr_enctype value %s"),
crypto/krb5/src/kdc/kdc_util.c
888
_("Required auth indicators not present in ticket: %s"), str);
crypto/krb5/src/kdc/main.c
1003
kdc_err(kcontext, retval, _("while creating PID file"));
crypto/krb5/src/kdc/main.c
1011
kdc_err(kcontext, errno, _("creating worker processes"));
crypto/krb5/src/kdc/main.c
1021
kdc_err(kcontext, retval, _("while loading audit plugin module(s)"));
crypto/krb5/src/kdc/main.c
1025
krb5_klog_syslog(LOG_INFO, _("commencing operation"));
crypto/krb5/src/kdc/main.c
1027
fprintf(stderr, _("%s: starting...\n"), kdc_progname);
crypto/krb5/src/kdc/main.c
1032
krb5_klog_syslog(LOG_INFO, _("shutting down"));
crypto/krb5/src/kdc/main.c
224
_("Requested master password enctype %s in %s is "
crypto/krb5/src/kdc/main.c
240
kdc_err(NULL, kret, _("while getting context for realm %s"), realm);
crypto/krb5/src/kdc/main.c
350
_("while setting default realm to %s"), realm);
crypto/krb5/src/kdc/main.c
358
_("while initializing database for realm %s"), realm);
crypto/krb5/src/kdc/main.c
367
_("while setting up master key name %s for realm %s"),
crypto/krb5/src/kdc/main.c
380
_("while fetching master key %s for realm %s"),
crypto/krb5/src/kdc/main.c
389
fprintf(stderr, _("Stash file %s uses DEPRECATED enctype %s!\n"),
crypto/krb5/src/kdc/main.c
396
_("while fetching master keys list for realm %s"), realm);
crypto/krb5/src/kdc/main.c
405
_("while resolving kdb keytab for realm %s"), realm);
crypto/krb5/src/kdc/main.c
414
_("while building TGS name for realm %s"), realm);
crypto/krb5/src/kdc/main.c
504
krb5_klog_syslog(LOG_INFO, _("creating %d worker processes"), num);
crypto/krb5/src/kdc/main.c
514
_("Unable to reinitialize main loop"));
crypto/krb5/src/kdc/main.c
519
krb5_klog_syslog(LOG_ERR, _("Unable to initialize signal "
crypto/krb5/src/kdc/main.c
549
krb5_klog_syslog(LOG_ERR, _("worker %ld exited with status %d"),
crypto/krb5/src/kdc/main.c
573
krb5_klog_syslog(LOG_INFO, _("signal %d received in supervisor"),
crypto/krb5/src/kdc/main.c
585
_("usage: %s [-x db_args]* [-d dbpathname] [-r dbrealmname]\n"
crypto/krb5/src/kdc/main.c
658
fprintf(stderr, _(" KDC cannot initialize. Not enough memory\n"));
crypto/krb5/src/kdc/main.c
677
fprintf(stderr, _("%s: KDC cannot initialize. Not enough "
crypto/krb5/src/kdc/main.c
696
fprintf(stderr, _("%s: cannot initialize realm %s - "
crypto/krb5/src/kdc/main.c
707
fprintf(stderr, _("%s: cannot initialize realm %s. Not "
crypto/krb5/src/kdc/main.c
719
fprintf(stderr, _("%s: KDC cannot initialize. Not enough "
crypto/krb5/src/kdc/main.c
730
fprintf(stderr, _("%s: KDC cannot initialize. Not enough "
crypto/krb5/src/kdc/main.c
758
com_err(argv[0], 0, _("invalid enctype %s"), optarg);
crypto/krb5/src/kdc/main.c
770
fprintf(stderr, _(" KDC cannot initialize. Not enough "
crypto/krb5/src/kdc/main.c
795
_("while attempting to retrieve default realm"));
crypto/krb5/src/kdc/main.c
797
_("%s: %s, attempting to retrieve default realm\n"),
crypto/krb5/src/kdc/main.c
807
fprintf(stderr, _("%s: cannot initialize realm %s - see log "
crypto/krb5/src/kdc/main.c
905
fprintf(stderr, _("%s: cannot get memory for realm list\n"), argv[0]);
crypto/krb5/src/kdc/main.c
919
com_err(argv[0], retval, _("while initializing krb5"));
crypto/krb5/src/kdc/main.c
938
kdc_err(kcontext, retval, _("while initializing lookaside cache"));
crypto/krb5/src/kdc/main.c
946
kdc_err(kcontext, ENOMEM, _("while creating main loop"));
crypto/krb5/src/kdc/main.c
955
kdc_err(kcontext, retval, _("while loading KDC policy plugin"));
crypto/krb5/src/kdc/main.c
979
kdc_err(kcontext, retval, _("while initializing signal handlers"));
crypto/krb5/src/kdc/main.c
987
kdc_err(kcontext, retval, _("while initializing network"));
crypto/krb5/src/kdc/main.c
997
kdc_err(kcontext, errno, _("while detaching from tty"));
crypto/krb5/src/kdc/policy.c
230
kdc_err(context, ret, _("while loading policy module %s"),
crypto/krb5/src/kprop/kprop.c
103
com_err(argv[0], retval, _("while initializing krb5"));
crypto/krb5/src/kprop/kprop.c
115
printf(_("Database propagation to %s: SUCCEEDED\n"), replica_host);
crypto/krb5/src/kprop/kprop.c
157
com_err(progname, errno, _("while getting default realm"));
crypto/krb5/src/kprop/kprop.c
176
com_err(progname, errno, _("while setting client principal name"));
crypto/krb5/src/kprop/kprop.c
185
com_err(progname, errno, _("while setting server principal name"));
crypto/krb5/src/kprop/kprop.c
191
com_err(progname, retval, _("while unparsing server name"));
crypto/krb5/src/kprop/kprop.c
198
com_err(progname, retval, _("while resolving keytab"));
crypto/krb5/src/kprop/kprop.c
206
com_err(progname, retval, _("while getting initial credentials\n"));
crypto/krb5/src/kprop/kprop.c
242
com_err(progname, errno, _("while creating socket"));
crypto/krb5/src/kprop/kprop.c
262
com_err(progname, retval, _("while connecting to server"));
crypto/krb5/src/kprop/kprop.c
269
com_err(progname, errno, _("while getting local socket address"));
crypto/krb5/src/kprop/kprop.c
276
com_err(progname, retval, _("while converting local address"));
crypto/krb5/src/kprop/kprop.c
298
com_err(progname, retval, _("in krb5_auth_con_setaddrs"));
crypto/krb5/src/kprop/kprop.c
306
com_err(progname, retval, _("while authenticating to server"));
crypto/krb5/src/kprop/kprop.c
310
fprintf(stderr, _("Generic remote error: %s\n"),
crypto/krb5/src/kprop/kprop.c
316
_("signalled from server"));
crypto/krb5/src/kprop/kprop.c
318
fprintf(stderr, _("Error text from server: %s\n"),
crypto/krb5/src/kprop/kprop.c
346
com_err(progname, ENOMEM, _("allocating database file name '%s'"),
crypto/krb5/src/kprop/kprop.c
352
com_err(progname, errno, _("while trying to open %s"), dbpathname);
crypto/krb5/src/kprop/kprop.c
359
com_err(progname, 0, _("database locked"));
crypto/krb5/src/kprop/kprop.c
362
com_err(progname, err, _("while trying to lock '%s'"), dbpathname);
crypto/krb5/src/kprop/kprop.c
366
com_err(progname, errno, _("while trying to stat %s"), data_fn);
crypto/krb5/src/kprop/kprop.c
370
com_err(progname, ENOMEM, _("while trying to malloc data_ok_fn"));
crypto/krb5/src/kprop/kprop.c
374
com_err(progname, errno, _("while trying to stat %s"), data_ok_fn);
crypto/krb5/src/kprop/kprop.c
379
com_err(progname, 0, _("'%s' more recent than '%s'."), data_fn,
crypto/krb5/src/kprop/kprop.c
395
com_err(progname, err, _("while unlocking database '%s'"), dbpathname);
crypto/krb5/src/kprop/kprop.c
427
com_err(progname, retval, _("while encoding database size"));
crypto/krb5/src/kprop/kprop.c
428
send_error(context, my_creds, fd, _("while encoding database size"),
crypto/krb5/src/kprop/kprop.c
436
com_err(progname, retval, _("while sending database size"));
crypto/krb5/src/kprop/kprop.c
446
com_err(progname, retval, _("while allocating i_vector"));
crypto/krb5/src/kprop/kprop.c
469
_("while sending database block starting at %"PRIu64),
crypto/krb5/src/kprop/kprop.c
479
com_err(progname, 0, _("Premature EOF found for database file!"));
crypto/krb5/src/kprop/kprop.c
492
com_err(progname, retval, _("while reading response from server"));
crypto/krb5/src/kprop/kprop.c
503
_("while decoding error response from server"));
crypto/krb5/src/kprop/kprop.c
508
fprintf(stderr, _("Generic remote error: %s\n"),
crypto/krb5/src/kprop/kprop.c
514
_("signalled from server"));
crypto/krb5/src/kprop/kprop.c
516
fprintf(stderr, _("Error text from server: %s\n"),
crypto/krb5/src/kprop/kprop.c
533
com_err(progname, retval, _("malformed sent database size message"));
crypto/krb5/src/kprop/kprop.c
537
com_err(progname, 0, _("Kpropd sent database size %"PRIu64
crypto/krb5/src/kprop/kprop.c
583
_("while allocating filename for update_last_prop_file"));
crypto/krb5/src/kprop/kprop.c
588
com_err(progname, errno, _("while creating 'last_prop' file, '%s'"),
crypto/krb5/src/kprop/kprop.c
85
fprintf(stderr, _("\nUsage: %s [-r realm] [-f file] [-d] [-P port] "
crypto/krb5/src/kprop/kpropd.c
1060
com_err(argv[0], retval, _("while initializing krb5"));
crypto/krb5/src/kprop/kpropd.c
1110
com_err(argv[0], errno, _("copying db args"));
crypto/krb5/src/kprop/kpropd.c
1135
com_err(progname, retval, _("Unable to get default realm"));
crypto/krb5/src/kprop/kpropd.c
1142
com_err(progname, retval, _("Unable to set default realm"));
crypto/krb5/src/kprop/kpropd.c
1152
_("while trying to construct my service name"));
crypto/krb5/src/kprop/kpropd.c
1159
_("while allocating filename for temp file"));
crypto/krb5/src/kprop/kpropd.c
1167
com_err(progname, retval, _("while initializing"));
crypto/krb5/src/kprop/kpropd.c
1175
com_err(progname, errno, _("Unable to map log!\n"));
crypto/krb5/src/kprop/kpropd.c
1198
com_err(progname, errno, _("while getting local socket address"));
crypto/krb5/src/kprop/kpropd.c
1206
com_err(progname, retval, _("while converting local address"));
crypto/krb5/src/kprop/kpropd.c
1213
com_err(progname, retval, _("while unparsing client name"));
crypto/krb5/src/kprop/kpropd.c
1223
syslog(LOG_ERR, _("Error in krb5_auth_con_ini: %s"),
crypto/krb5/src/kprop/kpropd.c
1231
syslog(LOG_ERR, _("Error in krb5_auth_con_setflags: %s"),
crypto/krb5/src/kprop/kpropd.c
1244
syslog(LOG_ERR, _("Error in krb5_auth_con_setaddrs: %s"),
crypto/krb5/src/kprop/kpropd.c
1252
syslog(LOG_ERR, _("Error in krb5_kt_resolve: %s"),
crypto/krb5/src/kprop/kpropd.c
1261
syslog(LOG_ERR, _("Error in krb5_recvauth: %s"),
crypto/krb5/src/kprop/kpropd.c
1268
syslog(LOG_ERR, _("Error in krb5_copy_prinicpal: %s"),
crypto/krb5/src/kprop/kpropd.c
1278
com_err(progname, retval, _("while unparsing client name"));
crypto/krb5/src/kprop/kpropd.c
1285
com_err(progname, retval, _("while unparsing ticket etype"));
crypto/krb5/src/kprop/kpropd.c
1289
fprintf(stderr, _("authenticated client: %s (etype == %s)\n"),
crypto/krb5/src/kprop/kpropd.c
1372
_("while reading size of database from client"));
crypto/krb5/src/kprop/kpropd.c
1382
_("while decoding database size from client"));
crypto/krb5/src/kprop/kpropd.c
1390
_("malformed database size message from client"));
crypto/krb5/src/kprop/kpropd.c
1402
com_err(progname, retval, _("while initializing i_vector"));
crypto/krb5/src/kprop/kpropd.c
1407
fprintf(stderr, _("Full propagation transfer started.\n"));
crypto/krb5/src/kprop/kpropd.c
1461
fprintf(stderr, _("Full propagation transfer finished.\n"));
crypto/krb5/src/kprop/kpropd.c
1521
_("while decoding error packet from client"));
crypto/krb5/src/kprop/kpropd.c
1526
fprintf(stderr, _("Generic remote error: %s\n"), error->text.data);
crypto/krb5/src/kprop/kpropd.c
1530
_("signaled from server"));
crypto/krb5/src/kprop/kpropd.c
1532
fprintf(stderr, _("Error text from client: %s\n"),
crypto/krb5/src/kprop/kpropd.c
1581
com_err(progname, errno, _("while trying to fork %s"), kdb_util);
crypto/krb5/src/kprop/kpropd.c
1585
com_err(progname, errno, _("while trying to exec %s"), kdb_util);
crypto/krb5/src/kprop/kpropd.c
1592
com_err(progname, errno, _("while waiting for %s"), kdb_util);
crypto/krb5/src/kprop/kpropd.c
1598
com_err(progname, 0, _("%s load terminated"), kdb_util);
crypto/krb5/src/kprop/kpropd.c
1604
com_err(progname, 0, _("%s returned a bad exit status (%d)"),
crypto/krb5/src/kprop/kpropd.c
171
_("\nUsage: %s [-r realm] [-s keytab] [-d] [-D] [-S]\n"
crypto/krb5/src/kprop/kpropd.c
232
fprintf(stderr, _("Killing fullprop child (%d)\n"),
crypto/krb5/src/kprop/kpropd.c
261
com_err(progname, errno, _("while checking if stdin is a socket"));
crypto/krb5/src/kprop/kpropd.c
279
printf(_("ready\n"));
crypto/krb5/src/kprop/kpropd.c
285
syslog(LOG_ERR, _("Could not write pid file %s: %s"),
crypto/krb5/src/kprop/kpropd.c
297
syslog(LOG_ERR, _("Could not open /dev/null: %s"),
crypto/krb5/src/kprop/kpropd.c
304
syslog(LOG_ERR, _("Could not dup the inetd socket: %s"),
crypto/krb5/src/kprop/kpropd.c
339
com_err(progname, errno, _("do_iprop failed.\n"));
crypto/krb5/src/kprop/kpropd.c
352
com_err(progname, retval, _("do_iprop failed.\n"));
crypto/krb5/src/kprop/kpropd.c
391
fprintf(stderr, _("getaddrinfo: %s\n"), gai_strerror(error));
crypto/krb5/src/kprop/kpropd.c
397
com_err(progname, errno, _("while obtaining socket"));
crypto/krb5/src/kprop/kpropd.c
403
com_err(progname, errno, _("while setting SO_REUSEADDR option"));
crypto/krb5/src/kprop/kpropd.c
411
com_err(progname, errno, _("while unsetting IPV6_V6ONLY option"));
crypto/krb5/src/kprop/kpropd.c
416
com_err(progname, errno, _("while binding listener socket"));
crypto/krb5/src/kprop/kpropd.c
427
fprintf(stderr, _("waiting for a kprop connection\n"));
crypto/krb5/src/kprop/kpropd.c
433
com_err(progname, e, _("while accepting connection"));
crypto/krb5/src/kprop/kpropd.c
439
com_err(progname, errno, _("while forking"));
crypto/krb5/src/kprop/kpropd.c
454
fprintf(stderr, _("waitpid() failed to wait for doit() "
crypto/krb5/src/kprop/kpropd.c
458
_("while waiting to receive database"));
crypto/krb5/src/kprop/kpropd.c
462
fprintf(stderr, _("Database load process for full propagation "
crypto/krb5/src/kprop/kpropd.c
500
_("%s: Standard input does not appear to be a network "
crypto/krb5/src/kprop/kpropd.c
513
_("while attempting setsockopt (SO_KEEPALIVE)"));
crypto/krb5/src/kprop/kpropd.c
518
syslog(LOG_INFO, _("Connection from %s"), host);
crypto/krb5/src/kprop/kpropd.c
538
_("Rejected connection from unauthorized principal %s\n"),
crypto/krb5/src/kprop/kpropd.c
542
_("Rejected connection from unauthorized principal %s"),
crypto/krb5/src/kprop/kpropd.c
553
com_err(progname, retval, _("while trying to lock '%s'"),
crypto/krb5/src/kprop/kpropd.c
559
com_err(progname, errno, _("while opening database file, '%s'"),
crypto/krb5/src/kprop/kpropd.c
565
com_err(progname, errno, _("while renaming %s to %s"),
crypto/krb5/src/kprop/kpropd.c
571
com_err(progname, retval, _("while downgrading lock on '%s'"),
crypto/krb5/src/kprop/kpropd.c
578
com_err(progname, retval, _("while unlocking '%s'"), temp_file_name);
crypto/krb5/src/kprop/kpropd.c
590
com_err(progname, retval, _("while sending # of received bytes"));
crypto/krb5/src/kprop/kpropd.c
596
_("while trying to close database file"));
crypto/krb5/src/kprop/kpropd.c
651
fprintf(stderr, _("Incremental propagation enabled\n"));
crypto/krb5/src/kprop/kpropd.c
660
com_err(progname, retval, _("%s: unable to get kiprop host based "
crypto/krb5/src/kprop/kpropd.c
670
_("while trying to construct host service principal"));
crypto/krb5/src/kprop/kpropd.c
678
_("while canonicalizing principal name"));
crypto/krb5/src/kprop/kpropd.c
687
fprintf(stderr, _("Initializing kadm5 as client %s\n"),
crypto/krb5/src/kprop/kpropd.c
701
fprintf(stderr, _("kadm5 initialization failed!\n"));
crypto/krb5/src/kprop/kpropd.c
709
com_err(progname, retval, _(
crypto/krb5/src/kprop/kpropd.c
714
fprintf(stderr, _("Sleeping %d seconds to re-initialize "
crypto/krb5/src/kprop/kpropd.c
723
_("while initializing %s interface"),
crypto/krb5/src/kprop/kpropd.c
730
_("while initializing %s interface, retrying"),
crypto/krb5/src/kprop/kpropd.c
734
fprintf(stderr, _("Sleeping %d seconds to re-initialize "
crypto/krb5/src/kprop/kpropd.c
744
fprintf(stderr, _("kadm5 initialization succeeded\n"));
crypto/krb5/src/kprop/kpropd.c
766
com_err(progname, retval, _("reading update log header"));
crypto/krb5/src/kprop/kpropd.c
777
fprintf(stderr, _("Calling iprop_get_updates_1 "
crypto/krb5/src/kprop/kpropd.c
787
_("iprop_get_updates call failed"));
crypto/krb5/src/kprop/kpropd.c
793
fprintf(stderr, _("Reinitializing iprop because get updates "
crypto/krb5/src/kprop/kpropd.c
814
fprintf(stderr, _("Still waiting for full resync\n"));
crypto/krb5/src/kprop/kpropd.c
819
fprintf(stderr, _("Full resync needed\n"));
crypto/krb5/src/kprop/kpropd.c
820
syslog(LOG_INFO, _("kpropd: Full resync needed."));
crypto/krb5/src/kprop/kpropd.c
825
_("iprop_full_resync call failed"));
crypto/krb5/src/kprop/kpropd.c
836
fprintf(stderr, _("Full resync request granted\n"));
crypto/krb5/src/kprop/kpropd.c
837
syslog(LOG_INFO, _("Full resync request granted."));
crypto/krb5/src/kprop/kpropd.c
846
fprintf(stderr, _("Exponential backoff\n"));
crypto/krb5/src/kprop/kpropd.c
852
fprintf(stderr, _("Full resync permission denied\n"));
crypto/krb5/src/kprop/kpropd.c
853
syslog(LOG_ERR, _("Full resync, permission denied."));
crypto/krb5/src/kprop/kpropd.c
858
fprintf(stderr, _("Full resync error from primary\n"));
crypto/krb5/src/kprop/kpropd.c
859
syslog(LOG_ERR, _(" Full resync, "
crypto/krb5/src/kprop/kpropd.c
867
_("Full resync invalid result from primary\n"));
crypto/krb5/src/kprop/kpropd.c
869
syslog(LOG_ERR, _("Full resync, "
crypto/krb5/src/kprop/kpropd.c
885
fprintf(stderr, _("Got incremental updates "
crypto/krb5/src/kprop/kpropd.c
897
fprintf(stderr, _("ulog_replay failed (%s), updates not "
crypto/krb5/src/kprop/kpropd.c
900
syslog(LOG_ERR, _("ulog_replay failed (%s), updates "
crypto/krb5/src/kprop/kpropd.c
909
syslog(LOG_INFO, _("Incremental updates: %d updates / %lu us"),
crypto/krb5/src/kprop/kpropd.c
912
fprintf(stderr, _("Incremental updates: %d updates / "
crypto/krb5/src/kprop/kpropd.c
920
fprintf(stderr, _("get_updates permission denied\n"));
crypto/krb5/src/kprop/kpropd.c
921
syslog(LOG_ERR, _("get_updates, permission denied."));
crypto/krb5/src/kprop/kpropd.c
926
fprintf(stderr, _("get_updates error from primary\n"));
crypto/krb5/src/kprop/kpropd.c
928
_("get_updates, error returned from primary KDC."));
crypto/krb5/src/kprop/kpropd.c
936
fprintf(stderr, _("get_updates primary busy; backoff\n"));
crypto/krb5/src/kprop/kpropd.c
945
fprintf(stderr, _("KDC is synchronized with primary.\n"));
crypto/krb5/src/kprop/kpropd.c
954
_("get_updates invalid result from primary\n"));
crypto/krb5/src/kprop/kpropd.c
957
_("get_updates, invalid return from primary KDC."));
crypto/krb5/src/kprop/kpropd.c
972
fprintf(stderr, _("Busy signal received "
crypto/krb5/src/kprop/kpropd.c
979
fprintf(stderr, _("Waiting for %d seconds before checking "
crypto/krb5/src/kprop/kpropd.c
990
fprintf(stderr, _("ERROR returned by primary, bailing\n"));
crypto/krb5/src/kprop/kpropd.c
991
syslog(LOG_ERR, _("ERROR returned by primary KDC, bailing.\n"));
crypto/krb5/src/kprop/kproplog.c
112
fprintf(stderr, _("\nCouldn't allocate memory"));
crypto/krb5/src/kprop/kproplog.c
206
printf(_("\t\tAttribute flags\n"));
crypto/krb5/src/kprop/kproplog.c
211
printf(_("\t\tMaximum ticket life\n"));
crypto/krb5/src/kprop/kproplog.c
216
printf(_("\t\tMaximum renewable life\n"));
crypto/krb5/src/kprop/kproplog.c
221
printf(_("\t\tPrincipal expiration\n"));
crypto/krb5/src/kprop/kproplog.c
226
printf(_("\t\tPassword expiration\n"));
crypto/krb5/src/kprop/kproplog.c
231
printf(_("\t\tLast successful auth\n"));
crypto/krb5/src/kprop/kproplog.c
236
printf(_("\t\tLast failed auth\n"));
crypto/krb5/src/kprop/kproplog.c
241
printf(_("\t\tFailed passwd attempt\n"));
crypto/krb5/src/kprop/kproplog.c
246
printf(_("\t\tPrincipal\n"));
crypto/krb5/src/kprop/kproplog.c
251
printf(_("\t\tKey data\n"));
crypto/krb5/src/kprop/kproplog.c
258
printf(_("\t\tTL data\n"));
crypto/krb5/src/kprop/kproplog.c
265
printf(_("\t\tLength\n"));
crypto/krb5/src/kprop/kproplog.c
270
printf(_("\t\tPassword last changed\n"));
crypto/krb5/src/kprop/kproplog.c
275
printf(_("\t\tModifying principal\n"));
crypto/krb5/src/kprop/kproplog.c
280
printf(_("\t\tModification time\n"));
crypto/krb5/src/kprop/kproplog.c
285
printf(_("\t\tModified where\n"));
crypto/krb5/src/kprop/kproplog.c
29
fprintf(stderr, _("\nUsage: %s [-h] [-v] [-v] [-e num]\n\t%s -R\n\n"),
crypto/krb5/src/kprop/kproplog.c
290
printf(_("\t\tPassword policy\n"));
crypto/krb5/src/kprop/kproplog.c
295
printf(_("\t\tPassword policy switch\n"));
crypto/krb5/src/kprop/kproplog.c
300
printf(_("\t\tPassword history KVNO\n"));
crypto/krb5/src/kprop/kproplog.c
305
printf(_("\t\tPassword history\n"));
crypto/krb5/src/kprop/kproplog.c
339
fprintf(stderr, _("Corrupt update entry\n\n"));
crypto/krb5/src/kprop/kproplog.c
344
printf(_("Update Entry\n"));
crypto/krb5/src/kprop/kproplog.c
346
printf(_("\tUpdate serial # : %u\n"), indx_log->kdb_entry_sno);
crypto/krb5/src/kprop/kproplog.c
350
printf(_("\tDummy entry\n"));
crypto/krb5/src/kprop/kproplog.c
358
printf(_("Entry data decode failure\n\n"));
crypto/krb5/src/kprop/kproplog.c
362
printf(_("\tUpdate operation : "));
crypto/krb5/src/kprop/kproplog.c
364
printf(_("Delete\n"));
crypto/krb5/src/kprop/kproplog.c
366
printf(_("Add\n"));
crypto/krb5/src/kprop/kproplog.c
370
printf(_("Could not allocate principal name\n\n"));
crypto/krb5/src/kprop/kproplog.c
376
printf(_("\tUpdate principal : %s\n"), dbprinc);
crypto/krb5/src/kprop/kproplog.c
378
printf(_("\tUpdate size : %u\n"), indx_log->kdb_entry_size);
crypto/krb5/src/kprop/kproplog.c
379
printf(_("\tUpdate committed : %s\n"),
crypto/krb5/src/kprop/kproplog.c
383
printf(_("\tUpdate time stamp : None\n"));
crypto/krb5/src/kprop/kproplog.c
385
printf(_("\tUpdate time stamp : %s"),
crypto/krb5/src/kprop/kproplog.c
389
printf(_("\tAttributes changed : %d\n"), upd.kdb_update.kdbe_t_len);
crypto/krb5/src/kprop/kproplog.c
462
fprintf(stderr, _("Unable to initialize Kerberos\n\n"));
crypto/krb5/src/kprop/kproplog.c
469
fprintf(stderr, _("Couldn't read database_name\n\n"));
crypto/krb5/src/kprop/kproplog.c
473
printf(_("\nKerberos update log (%s)\n"), params.iprop_logfile);
crypto/krb5/src/kprop/kproplog.c
477
fprintf(stderr, _("Unable to map log file %s\n\n"),
crypto/krb5/src/kprop/kproplog.c
482
fprintf(stderr, _("Couldn't reinitialize ulog file %s\n\n"),
crypto/krb5/src/kprop/kproplog.c
486
printf(_("Reinitialized the ulog.\n"));
crypto/krb5/src/kprop/kproplog.c
493
fprintf(stderr, _("Unable to map log file %s\n\n"),
crypto/krb5/src/kprop/kproplog.c
499
fprintf(stderr, _("Corrupt header log, exiting\n\n"));
crypto/krb5/src/kprop/kproplog.c
503
printf(_("Update log dump :\n"));
crypto/krb5/src/kprop/kproplog.c
504
printf(_("\tLog version # : %u\n"), ulog->db_version_num);
crypto/krb5/src/kprop/kproplog.c
505
printf(_("\tLog state : "));
crypto/krb5/src/kprop/kproplog.c
508
printf(_("Stable\n"));
crypto/krb5/src/kprop/kproplog.c
511
printf(_("Unstable\n"));
crypto/krb5/src/kprop/kproplog.c
514
printf(_("Corrupt\n"));
crypto/krb5/src/kprop/kproplog.c
517
printf(_("Unknown state: %d\n"), ulog->kdb_state);
crypto/krb5/src/kprop/kproplog.c
520
printf(_("\tEntry block size : %u\n"), ulog->kdb_block);
crypto/krb5/src/kprop/kproplog.c
521
printf(_("\tNumber of entries : %u\n"), ulog->kdb_num);
crypto/krb5/src/kprop/kproplog.c
524
printf(_("\tLast serial # : None\n"));
crypto/krb5/src/kprop/kproplog.c
527
printf(_("\tFirst serial # : None\n"));
crypto/krb5/src/kprop/kproplog.c
529
printf(_("\tFirst serial # : "));
crypto/krb5/src/kprop/kproplog.c
533
printf(_("\tLast serial # : "));
crypto/krb5/src/kprop/kproplog.c
538
printf(_("\tLast time stamp : None\n"));
crypto/krb5/src/kprop/kproplog.c
541
printf(_("\tFirst time stamp : None\n"));
crypto/krb5/src/kprop/kproplog.c
543
printf(_("\tFirst time stamp : %s"),
crypto/krb5/src/kprop/kproplog.c
547
printf(_("\tLast time stamp : %s\n"),
crypto/krb5/src/lib/apputils/net-server.c
1027
_("Failed setting up a %s socket (for %s)"),
crypto/krb5/src/lib/apputils/net-server.c
1068
krb5_klog_syslog(LOG_INFO, _("setting up network..."));
crypto/krb5/src/lib/apputils/net-server.c
1071
com_err(prog, ret, _("Error setting up network"));
crypto/krb5/src/lib/apputils/net-server.c
1074
krb5_klog_syslog (LOG_INFO, _("set up %d sockets"), (int) events.n);
crypto/krb5/src/lib/apputils/net-server.c
1077
com_err(prog, 0, _("no sockets set up?"));
crypto/krb5/src/lib/apputils/net-server.c
1103
_("while dispatching (udp)"));
crypto/krb5/src/lib/apputils/net-server.c
1118
com_err(state->prog, e, _("while sending reply to %s from %s"),
crypto/krb5/src/lib/apputils/net-server.c
1123
com_err(state->prog, 0, _("short reply write %d vs %d\n"),
crypto/krb5/src/lib/apputils/net-server.c
1144
com_err(conn->prog, ENOMEM, _("while dispatching (udp)"));
crypto/krb5/src/lib/apputils/net-server.c
1165
com_err(conn->prog, errno, _("while receiving from network"));
crypto/krb5/src/lib/apputils/net-server.c
1198
krb5_klog_syslog(LOG_INFO, _("too many connections"));
crypto/krb5/src/lib/apputils/net-server.c
1217
krb5_klog_syslog(LOG_INFO, _("dropping %s fd %d from %s"),
crypto/krb5/src/lib/apputils/net-server.c
1268
com_err(conn->prog, errno, _("Failed to get address for %d"), s);
crypto/krb5/src/lib/apputils/net-server.c
1287
_("allocating buffer for new TCP session from %s"),
crypto/krb5/src/lib/apputils/net-server.c
1315
com_err(state->conn->prog, code, _("while dispatching (tcp)"));
crypto/krb5/src/lib/apputils/net-server.c
1347
krb5_klog_syslog(LOG_ERR, _("error allocating tcp dispatch private!"));
crypto/krb5/src/lib/apputils/net-server.c
1394
krb5_klog_syslog(LOG_ERR, _("TCP client %s wants %lu bytes, "
crypto/krb5/src/lib/apputils/net-server.c
1402
krb5_klog_syslog(LOG_ERR, _("error constructing "
crypto/krb5/src/lib/apputils/net-server.c
1441
krb5_klog_syslog(LOG_ERR, _("getsockname failed: %s"),
crypto/krb5/src/lib/apputils/net-server.c
236
krb5_klog_syslog(LOG_DEBUG, _("Got signal to request exit"));
crypto/krb5/src/lib/apputils/net-server.c
250
krb5_klog_syslog(LOG_DEBUG, _("Got signal to reset"));
crypto/krb5/src/lib/apputils/net-server.c
316
krb5_klog_syslog(LOG_ERR, _("Invalid port %d"), port);
crypto/krb5/src/lib/apputils/net-server.c
329
_("Removing address %s since wildcard address"
crypto/krb5/src/lib/apputils/net-server.c
336
_("Address already added to server"));
crypto/krb5/src/lib/apputils/net-server.c
517
krb5_klog_syslog(LOG_INFO, _("closing down fd %d"), fd);
crypto/krb5/src/lib/apputils/net-server.c
531
_("descriptor %d closed but still "
crypto/krb5/src/lib/apputils/net-server.c
558
com_err(conn->prog, ENOMEM, _("cannot create io event"));
crypto/krb5/src/lib/apputils/net-server.c
563
com_err(conn->prog, ENOMEM, _("cannot save event"));
crypto/krb5/src/lib/apputils/net-server.c
583
com_err(prog, 0, _("file descriptor number %d too high"), sock);
crypto/krb5/src/lib/apputils/net-server.c
590
_("cannot allocate storage for connection info"));
crypto/krb5/src/lib/apputils/net-server.c
629
com_err(prog, e, _("Cannot create TCP server socket on %s"), addrbuf);
crypto/krb5/src/lib/apputils/net-server.c
638
com_err(prog, 0, _("TCP socket fd number %d (for %s) too high"),
crypto/krb5/src/lib/apputils/net-server.c
645
com_err(prog, errno, _("Cannot enable SO_REUSEADDR on fd %d"), sock);
crypto/krb5/src/lib/apputils/net-server.c
650
com_err(prog, errno, _("setsockopt(%d,IPV6_V6ONLY,1) failed"),
crypto/krb5/src/lib/apputils/net-server.c
653
com_err(prog, 0, _("setsockopt(%d,IPV6_V6ONLY,1) worked"), sock);
crypto/krb5/src/lib/apputils/net-server.c
656
krb5_klog_syslog(LOG_INFO, _("no IPV6_V6ONLY socket option support"));
crypto/krb5/src/lib/apputils/net-server.c
663
com_err(prog, e, _("Cannot bind server socket on %s"), addrbuf);
crypto/krb5/src/lib/apputils/net-server.c
814
krb5_klog_syslog(LOG_DEBUG, _("Setting up %s socket for address %s"),
crypto/krb5/src/lib/apputils/net-server.c
838
com_err(prog, errno, _("Cannot listen on %s server socket on %s"),
crypto/krb5/src/lib/apputils/net-server.c
848
_("cannot set listening %s socket on %s non-blocking"),
crypto/krb5/src/lib/apputils/net-server.c
856
com_err(prog, errno, _("cannot set SO_LINGER on %s socket on %s"),
crypto/krb5/src/lib/apputils/net-server.c
863
krb5_klog_syslog(LOG_DEBUG, _("Setting pktinfo on socket %s"),
crypto/krb5/src/lib/apputils/net-server.c
868
_("Cannot request packet info for UDP socket address "
crypto/krb5/src/lib/apputils/net-server.c
870
krb5_klog_syslog(LOG_INFO, _("System does not support pktinfo yet "
crypto/krb5/src/lib/apputils/net-server.c
882
krb5_klog_syslog(LOG_ERR, _("Error attempting to add verto event"));
crypto/krb5/src/lib/apputils/net-server.c
891
krb5_klog_syslog(LOG_ERR, _("Cannot create RPC service: %s"),
crypto/krb5/src/lib/apputils/net-server.c
901
krb5_klog_syslog(LOG_ERR, _("Cannot register RPC service: %s"),
crypto/krb5/src/lib/apputils/net-server.c
949
krb5_klog_syslog(LOG_ERR, _("No addresses added to the net server"));
crypto/krb5/src/lib/apputils/net-server.c
975
_("UNIX domain socket path too long: %s"),
crypto/krb5/src/lib/apputils/net-server.c
985
_("Failed setting up a UNIX socket (for %s)"),
crypto/krb5/src/lib/apputils/net-server.c
996
_("Failed getting address info (for %s): %s"),
crypto/krb5/src/lib/crypto/builtin/des/des_int.h
113
typedef struct des_ks_struct { DES_INT32 _[2]; } des_key_schedule[16]
crypto/krb5/src/lib/gssapi/generic/disp_major_status.c
116
if (asprintf(&str, _(unknown_error), kind, value) < 0)
crypto/krb5/src/lib/gssapi/generic/disp_major_status.c
139
if (! display_unknown(_(calling_error), GSS_CALLING_ERROR_FIELD(code),
crypto/krb5/src/lib/gssapi/generic/disp_major_status.c
163
if (! display_unknown(_(routine_error), GSS_ROUTINE_ERROR_FIELD(code),
crypto/krb5/src/lib/gssapi/generic/disp_major_status.c
187
if (! display_unknown(_(sinfo_code), 1<<code, status_string)) {
crypto/krb5/src/lib/gssapi/generic/disp_major_status.c
37
_((array)[num(value)]))
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
148
k5_setmsg(context, code, _("No key table entry found matching %s"),
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
605
save_error_string(code, _("The IAKERB proxy could not "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
147
errStr = _("The routine completed successfully");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
151
errStr = _("A required input parameter could not be "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
156
errStr = _("A required output parameter could not be "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
161
errStr = _("A parameter was malformed");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
165
errStr = _("An invalid status code was supplied");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
181
errStr = _("An unsupported mechanism was requested");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
185
errStr = _("An invalid name was supplied");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
189
errStr = _("A supplied name was of an unsupported "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
194
errStr = _("Incorrect channel bindings were supplied");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
198
errStr = _("A token had an invalid Message Integrity "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
203
errStr = _("No credentials were supplied, or the "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
209
errStr = _("No context has been established");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
213
errStr = _("Invalid token was supplied");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
217
errStr = _("Invalid credential was supplied");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
221
errStr = _("The referenced credential has expired");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
225
errStr = _("The referenced context has expired");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
229
errStr = _("Unspecified GSS failure. Minor code "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
234
errStr = _("The quality-of-protection (QOP) "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
239
errStr = _("The operation is forbidden by local "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
244
errStr = _("The operation or option is not "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
249
errStr = _("The requested credential element "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
254
errStr = _("The provided name was not mechanism "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
260
errStr = _("An invalid status code was supplied");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
297
errStr = _("The routine must be called again to "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
302
errStr = _("The token was a duplicate of an earlier "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
307
errStr = _("The token's validity period has expired");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
311
errStr = _("A later token has already been processed");
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
315
errStr = _("An expected per-message token was not "
crypto/krb5/src/lib/gssapi/mechglue/g_dsp_status.c
320
errStr = _("An invalid status code was supplied");
crypto/krb5/src/lib/kadm5/logger.c
54
#define lspec_parse_err_1 _("%s: cannot parse <%s>\n")
crypto/krb5/src/lib/kadm5/logger.c
55
#define lspec_parse_err_2 _("%s: warning - logging entry syntax error\n")
crypto/krb5/src/lib/kadm5/logger.c
56
#define log_file_err _("%s: error writing to %s\n")
crypto/krb5/src/lib/kadm5/logger.c
57
#define log_device_err _("%s: error writing to %s device\n")
crypto/krb5/src/lib/kadm5/logger.c
59
#define log_emerg_string _("EMERGENCY")
crypto/krb5/src/lib/kadm5/logger.c
60
#define log_alert_string _("ALERT")
crypto/krb5/src/lib/kadm5/logger.c
61
#define log_crit_string _("CRITICAL")
crypto/krb5/src/lib/kadm5/logger.c
62
#define log_err_string _("Error")
crypto/krb5/src/lib/kadm5/logger.c
63
#define log_warning_string _("Warning")
crypto/krb5/src/lib/kadm5/logger.c
64
#define log_notice_string _("Notice")
crypto/krb5/src/lib/kadm5/logger.c
65
#define log_info_string _("info")
crypto/krb5/src/lib/kadm5/logger.c
66
#define log_debug_string _("debug")
crypto/krb5/src/lib/kadm5/logger.c
785
fprintf(stderr, _("Couldn't open log file %s: %s\n"),
crypto/krb5/src/lib/kadm5/srv/kadm5_hook.c
120
krb5_klog_syslog(LOG_ERR, _("kadm5_hook %s failed postcommit %s: %s"),
crypto/krb5/src/lib/kadm5/srv/pwqual_dict.c
106
_("No dictionary file specified, continuing without "
crypto/krb5/src/lib/kadm5/srv/pwqual_dict.c
113
_("WARNING! Cannot find dictionary file %s, "
crypto/krb5/src/lib/kadm5/srv/pwqual_empty.c
42
_("Empty passwords are not allowed"));
crypto/krb5/src/lib/kadm5/srv/pwqual_hesiod.c
114
_("Password may not match user information."));
crypto/krb5/src/lib/kadm5/srv/pwqual_princ.c
54
_("Password may not match principal name"));
crypto/krb5/src/lib/kadm5/srv/server_kdb.c
196
_("History entry contains no key data"));
crypto/krb5/src/lib/kadm5/srv/server_misc.c
128
_("password quality module %s rejected password "
crypto/krb5/src/lib/kdb/kdb5.c
1812
_("Illegal version number for KRB5_TL_MKEY_AUX %d\n"),
crypto/krb5/src/lib/kdb/kdb5.c
1984
_("Illegal version number for KRB5_TL_ACTKVNO %d\n"),
crypto/krb5/src/lib/kdb/kdb5.c
216
_("No default realm set; cannot initialize KDB"));
crypto/krb5/src/lib/kdb/kdb5.c
370
_("Unable to find requested database type: %s"), lib_name);
crypto/krb5/src/lib/kdb/kdb5.c
450
_("Unable to find requested database type"));
crypto/krb5/src/lib/kdb/kdb5.c
458
_("plugin symbol 'kdb_function_table' lookup failed"));
crypto/krb5/src/lib/kdb/kdb5.c
466
_("Unable to load requested database module '%s': plugin "
crypto/krb5/src/lib/kdb/kdb5.c
627
k5_prependmsg(kcontext, ret, _("Cannot initialize database library"));
crypto/krb5/src/lib/kdb/kdb_default.c
137
_("keyfile (%s) is not a regular file: %s"),
crypto/krb5/src/lib/kdb/kdb_default.c
150
_("Could not create temp keytab file name."));
crypto/krb5/src/lib/kdb/kdb_default.c
175
_("Temporary stash file already exists: %s."), tmp_ktpath);
crypto/krb5/src/lib/kdb/kdb_default.c
203
_("rename of temporary keyfile (%s) to (%s) failed: %s"),
crypto/krb5/src/lib/kdb/kdb_default.c
388
_("Can not fetch master key (error: %s)."),
crypto/krb5/src/lib/kdb/kdb_default.c
456
_("Unable to decrypt latest master key with the "
crypto/krb5/src/lib/kdb/kdb_log.c
101
syslog(LOG_ERR, _("could not sync ulog header to disk"));
crypto/krb5/src/lib/kdb/kdb_log.c
119
syslog(LOG_ERR, _("could not sync the whole ulog to disk"));
crypto/krb5/src/lib/kdb/kdb_log.c
216
syslog(LOG_ERR, _("ulog overflow caused by principal %.*s"),
crypto/krb5/src/lib/kdb/kdb_log.c
238
syslog(LOG_INFO, _("ulog block size has been resized from %lu to %lu"),
crypto/krb5/src/lib/kdb/kdb_log.c
87
syslog(LOG_ERR, _("could not sync ulog update to disk"));
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
122
_("Subsidiary cache path %s has no parent directory"), path);
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
128
_("Subsidiary cache path %s filename does not begin with "
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
169
k5_setmsg(context, KRB5_CC_FORMAT, _("%s contains invalid filename"),
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
229
_("Credential cache directory %s does not exist"),
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
235
_("Credential cache directory %s exists but is not a "
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
400
_("Can't create new subsidiary cache because default cache "
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
946
k5_setmsg(context, ret, _("Credentials cache 'KCM:%s' not found"),
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1149
_("Can't create new subsidiary cache because default cache "
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1217
k5_setmsg(context, ret, _("Credentials cache keyring '%s' not found"),
crypto/krb5/src/lib/krb5/ccache/cccursor.c
207
_("Can't find client principal %s in cache collection"),
crypto/krb5/src/lib/krb5/ccache/cccursor.c
271
_("No Kerberos credentials available"));
crypto/krb5/src/lib/krb5/ccache/cccursor.c
277
_("No Kerberos credentials available "
crypto/krb5/src/lib/krb5/keytab/kt_file.c
389
_("No key table entry found for %s"), princname);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
538
_("Cannot change keytab with keytab iterators active"));
crypto/krb5/src/lib/krb5/keytab/kt_file.c
571
_("Cannot change keytab with keytab iterators active"));
crypto/krb5/src/lib/krb5/keytab/kt_file.c
758
_("Key table file '%s' not found"), KTFILENAME(id));
crypto/krb5/src/lib/krb5/keytab/ktfns.c
129
_("Keytab %s is nonexistent or empty"), name);
crypto/krb5/src/lib/krb5/krb/chpw.c
250
*code_string = _("Malformed request error");
crypto/krb5/src/lib/krb5/krb/chpw.c
253
*code_string = _("Server error");
crypto/krb5/src/lib/krb5/krb/chpw.c
256
*code_string = _("Authentication error");
crypto/krb5/src/lib/krb5/krb/chpw.c
259
*code_string = _("Password change rejected");
crypto/krb5/src/lib/krb5/krb/chpw.c
262
*code_string = _("Access denied");
crypto/krb5/src/lib/krb5/krb/chpw.c
265
*code_string = _("Wrong protocol version");
crypto/krb5/src/lib/krb5/krb/chpw.c
268
*code_string = _("Initial password required");
crypto/krb5/src/lib/krb5/krb/chpw.c
271
*code_string = _("Success");
crypto/krb5/src/lib/krb5/krb/chpw.c
274
*code_string = _("Password change failed");
crypto/krb5/src/lib/krb5/krb/chpw.c
432
k5_buf_add(&buf, _("The password must include numbers or symbols. "
crypto/krb5/src/lib/krb5/krb/chpw.c
503
msg = strdup(_("Try a more complex password, or contact your "
crypto/krb5/src/lib/krb5/krb/fast.c
216
_("Error constructing AP-REQ armor"));
crypto/krb5/src/lib/krb5/krb/fast.c
394
k5_prependmsg(context, retval, _("Failed to decrypt FAST reply"));
crypto/krb5/src/lib/krb5/krb/fast.c
400
k5_setmsg(context, retval, _("nonce modified in FAST response: "
crypto/krb5/src/lib/krb5/krb/fast.c
466
_("Expecting FX_ERROR pa-data inside FAST "
crypto/krb5/src/lib/krb5/krb/fast.c
537
_("FAST response missing finish message in KDC reply"));
crypto/krb5/src/lib/krb5/krb/fast.c
550
k5_setmsg(context, retval, _("Ticket modified in KDC reply"));
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
199
_("KDC returned error string: %.*s"),
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
208
_("Server %s not found in Kerberos database"),
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1565
_("Warning: Your password will expire in less than one hour "
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1569
_("Warning: Your password will expire in %d hour%s on %s"),
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1573
_("Warning: Your password will expire in %d days on %s"),
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1603
_("Warning: encryption type %s used for authentication is "
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1848
k5_prependmsg(context, code, _("Failed to store credentials"));
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1943
_("Client '%s' not found in Kerberos database"),
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
202
_("Reply has wrong form of session key for anonymous request"));
crypto/krb5/src/lib/krb5/krb/gic_keytab.c
221
_("Keytab contains no suitable keys for %s"), name);
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
240
prompt[0].prompt = _("Enter new password");
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
248
prompt[1].prompt = _("Enter it again");
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
253
strlcpy(banner, _("Password expired. You must change it now."),
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
272
_("%s. Please try again."), error_message(ret));
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
276
_("%s. Please try again."), error_message(ret));
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
317
_("%.*s%s%s. Please try again.\n"),
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
75
snprintf(promptstr, sizeof(promptstr), _("Password for %s"),
crypto/krb5/src/lib/krb5/krb/parse.c
202
_("Principal %s is missing required realm"), name);
crypto/krb5/src/lib/krb5/krb/parse.c
214
k5_setmsg(context, ret, _("Principal %s has realm present"), name);
crypto/krb5/src/lib/krb5/krb/plugin.c
169
_("Invalid module specifier %s"), modstr);
crypto/krb5/src/lib/krb5/krb/plugin.c
416
_("Could not find %s plugin module named '%s'"),
crypto/krb5/src/lib/krb5/krb/preauth2.c
1050
_("Unable to initialize preauth context"));
crypto/krb5/src/lib/krb5/krb/preauth2.c
1063
k5_prependmsg(context, ret, _("Preauth module %s"), h->vt.name);
crypto/krb5/src/lib/krb5/krb/preauth2.c
313
_("krb5_init_creds calls must use same library context"));
crypto/krb5/src/lib/krb5/krb/preauth2.c
721
_("Pre-authentication failed"));
crypto/krb5/src/lib/krb5/krb/preauth_encts.c
71
_("Encrypted timestamp is disabled"));
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
515
k5_buf_add(&buf, _("Please choose from the following:\n"));
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
517
k5_buf_add_fmt(&buf, "\t%ld. %s ", (long)(i + 1), _("Vendor:"));
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
527
_("Enter #"), response, sizeof(response));
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
563
_("OTP Challenge:"),
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
592
_("OTP Token PIN"), otppin, sizeof(otppin));
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
706
_("OTP value doesn't match any token formats"));
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
773
_("Enter OTP Token Value"), otpvalue, sizeof(otpvalue));
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
919
k5_setmsg(context, KRB5_PREAUTH_FAILED, _("No supported tokens"));
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
164
SAMDATA(sc2b->sam_type_name, _("SAM Authentication"),
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
49
label = _("Challenge for Enigma Logic mechanism");
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
53
label = _("Challenge for Digital Pathways mechanism");
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
57
label = _("Challenge for Activcard mechanism");
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
60
label = _("Challenge for Enhanced S/Key mechanism");
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
63
label = _("Challenge for Traditional S/Key mechanism");
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
66
label = _("Challenge for Security Dynamics mechanism");
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
69
label = _("Challenge for Security Dynamics mechanism");
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
72
label = _("Challenge from authentication server");
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
146
k5_setmsg(context, ret, _("Cannot find key for %s kvno %d in keytab"),
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
151
_("Cannot find key for %s kvno %d in keytab (request ticket "
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
176
_("Cannot decrypt ticket for %s using keytab key for %s"),
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
198
_("Server principal %s does not match request ticket server %s"),
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
227
k5_setmsg(context, ret, _("No keys in keytab"));
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
230
_("Server principal %s does not match any keys in "
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
237
_("Request ticket server %s found in keytab but does not "
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
242
_("Request ticket server %s not found in keytab (ticket "
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
248
_("Request ticket server %s kvno %d not found in "
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
253
_("Request ticket server %s kvno %d not found in "
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
262
_("Request ticket server %s kvno %d found in keytab but not "
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
267
_("Request ticket server %s kvno %d enctype %s found in "
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
884
_("Encryption type %s not permitted"), enctype_name);
crypto/krb5/src/lib/krb5/krb/s4u_creds.c
1043
k5_setmsg(context, code, _("Realm specified but S4U2Proxy must use "
crypto/krb5/src/lib/krb5/os/expand_path.c
316
k5_setmsg(context, ENOENT, _("Can't find username for uid %lu"),
crypto/krb5/src/lib/krb5/os/expand_path.c
405
k5_setmsg(context, EINVAL, _("Invalid token"));
crypto/krb5/src/lib/krb5/os/expand_path.c
421
k5_setmsg(context, EINVAL, _("Invalid token"));
crypto/krb5/src/lib/krb5/os/expand_path.c
506
k5_setmsg(context, ret, _("variable missing }"));
crypto/krb5/src/lib/krb5/os/locate_kdc.c
874
_("Cannot find KDC for realm \"%.*s\""),
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
528
_("Cannot contact any KDC for realm '%.*s'"),
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
245
_("Unsupported argument \"%s\" for db2"),
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
387
k5_prependmsg(context, errno, _("Cannot open DB2 database '%s'"),
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
819
k5_setmsg(context, EINVAL, _("Unsupported argument \"%s\" for db2"),
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
989
k5_setmsg(ctx, EINVAL, _("Recursive iteration is not supported "
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
996
k5_setmsg(ctx, EINVAL, _("Recursive iteration not supported "
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
129
com_err(me, retval, _("while providing time specification"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
143
com_err(me, retval, _("while providing time specification"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
268
com_err(me, retval, _("while creating policy object"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
279
com_err(me, retval, _("while reading realm information"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
304
com_err(me, retval, _("while creating policy object"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
348
com_err(me, retval, _("while destroying policy object"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
358
printf(_("This will delete the policy object '%s', are you sure?\n"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
360
printf(_("(type 'yes' to confirm)? "));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
407
com_err(me, retval, _("while destroying policy object"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
473
com_err(me, retval, _("while modifying policy object"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
487
com_err(me, retval, _("while reading information of policy '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
504
com_err(me, retval, _("while providing time specification"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
518
com_err(me, retval, _("while providing time specification"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
663
com_err(me, retval, _("while modifying policy object"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
69
_("while reading kerberos container information"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
692
com_err(me, ENOMEM, _("while viewing policy"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
701
com_err(me, retval, _("while viewing policy '%s'"), policy);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
835
com_err(me, retval, _("while listing policy objects"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1052
_("while reading kerberos container information"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1059
com_err(progname, retval, _("while listing realms"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1391
com_err(NULL, retval, _("while adding entries to database"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1432
printf(_("Deleting KDC database of '%s', are you sure?\n"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1434
printf(_("(type 'yes' to confirm)? "));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1443
printf(_("OK, deleting database of '%s'...\n"), global_params.realm);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1449
com_err(progname, EINVAL, _("while initializing database"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1459
_("while reading kerberos container information"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1467
com_err(progname, retval, _("while reading realm information"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
147
com_err(me, retval, _("while providing time specification"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1476
_("deleting database of '%s'"), global_params.realm);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
1481
printf(_("** Database of '%s' destroyed.\n"), global_params.realm);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
162
com_err(me, retval, _("while providing time specification"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
411
_("for subtree while creating realm '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
423
_("for container reference while creating realm '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
448
com_err(progname, EINVAL, _("invalid search scope while "
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
463
printf(_("'%s' is an invalid option\n"), argv[i]);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
471
printf(_("Initializing database for realm '%s'\n"), global_params.realm);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
475
printf(_("You will be prompted for the database Master Password.\n"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
476
printf(_("It is important that you NOT FORGET this password.\n"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
486
_("while reading master key from keyboard"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
495
com_err(progname, ENOMEM, _("while creating realm '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
515
printf(_("Enter DN of Kerberos container: "));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
550
com_err(progname, retval, _("while reading information of realm '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
566
com_err(progname, retval, _("while setting up master key name"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
578
com_err(progname, retval, _("while calculating master key salt"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
590
_("while transforming master key from password"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
602
com_err(progname, retval, _("while adding entries to the database"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
627
com_err(progname, errno, _("while storing key"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
628
printf(_("Warning: couldn't stash master key.\n"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
656
com_err(progname, retval, _("while creating realm '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
694
_("while reading Kerberos container information"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
737
_("for subtree while modifying realm '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
748
com_err(progname, EINVAL, _("for container reference while "
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
776
_("specified for search scope while modifying "
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
787
printf(_("'%s' is an invalid option\n"), argv[i]);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
815
_("while modifying information of realm '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
841
com_err(progname, retval, _("while initializing database"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
851
_("while reading kerberos container information"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
858
com_err(progname, retval, _("while reading information of realm '%s'"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
904
printf("%25s: %-50s\n", _("Realm Name"), global_params.realm);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
907
printf("%25s: %-50s\n", _("Subtree"), rparams->subtree[i]);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
910
printf("%25s: %-50s\n", _("Principal Container Reference"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
915
printf("%25s: %-50s\n", _("SearchScope"), _("Invalid !"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
917
printf("%25s: %-50s\n", _("SearchScope"),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
922
printf("%25s:", _("KDC Services"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
937
printf("%25s:", _("Admin Services"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
952
printf("%25s:", _("Passwd Services"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
968
printf("%25s:", _("Maximum Ticket Life"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
973
printf("%25s:", _("Maximum Renewable Life"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
980
printf("%25s: ", _("Ticket flags"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
124
_("while setting service object password"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
131
_("while setting service object password"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
141
com_err(me, ENOMEM, _("while setting service object password"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
148
com_err(me, ret, _("while getting service password filename"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
161
snprintf(prompt1, sizeof(prompt1), _("Password for \"%s\""),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
164
snprintf(prompt2, sizeof(prompt2), _("Re-enter password for \"%s\""),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
169
com_err(me, ret, _("while setting service object password"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
175
printf(_("%s: Invalid password\n"), me);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
185
com_err(me, ret, _("Failed to convert the password to hexadecimal"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
195
com_err(me, errno, _("Failed to open file %s: %s"), file_name,
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
217
_("Failed to write service object password to file"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
223
_("Error reading service object password file"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
239
com_err(me, ENOMEM, _("while setting service object password"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
248
com_err(me, errno, _("Error creating file %s"), tmp_file);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
259
com_err(me, errno, _("Failed to write service object "
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
268
com_err(me, errno, _("Failed to write service object "
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
280
_("Error reading service object password file"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
295
_("Failed to write service object password to file"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
79
_("ldap_service_password_file not configured"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
105
_("Usage: kdb5_ldap_util [-D user_dn [-w passwd]] [-H ldapuri] "
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
264
com_err(progname, retval, _("while initializing Kerberos code"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
271
com_err(progname, ENOMEM, _("while creating sub-command arguments"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
295
_("while setting default realm name"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
302
_(": %s is an invalid enctype"), koptarg);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
311
_(": %s is an invalid mkeyVNO"), koptarg);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
329
com_err(progname, ENOMEM, _("while reading ldap parameters"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
337
com_err(progname, ENOMEM, _("while reading ldap parameters"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
345
com_err(progname, ENOMEM, _("while reading ldap parameters"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
395
com_err (progname, retval, _("while getting default realm"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
435
_("while retrieving configuration parameters"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
443
com_err(progname, retval, _("while initializing error handling"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
451
com_err(progname, ENOMEM, _("while initializing ldap handle"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
465
_("while retrieving ldap configuration"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
474
_("while retrieving ldap configuration"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
481
_("Password for \"%s\""), bind_dn);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
487
_("while retrieving ldap configuration"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
504
com_err(progname, ENOMEM, _("while initializing server list"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
511
com_err(progname, ENOMEM, _("while initializing server list"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
520
com_err(progname, ENOMEM, _("while initializing server list"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
529
_("while retrieving ldap configuration"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
542
_("while setting up enctype %d"), global_params.enctype);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
551
com_err(progname, db_retval, _("while setting up lib handle"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
560
com_err(progname, db_retval, _("while reading ldap configuration"));
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
568
com_err(progname, db_retval, _("while initializing database"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
211
k5_prependmsg(context, status, _("Error processing LDAP DB params"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
217
k5_prependmsg(context, status, _("Error reading LDAP server params"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
65
k5_prependmsg(context, retval, _("Unable to read Kerberos container"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
70
k5_prependmsg(context, retval, _("Unable to read Realm"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
145
_("Cannot bind to LDAP server '%s' with SASL mechanism "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
158
_("Cannot bind to LDAP server '%s' as '%s': %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
183
_("Cannot create LDAP handle for '%s': %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
64
k5_setmsg(context, EINVAL, _("LDAP bind dn value missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
69
k5_setmsg(context, EINVAL, _("LDAP bind password value missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
78
_("Error reading password from stash"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
85
k5_setmsg(context, EINVAL, _("Service password length is zero"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_create.c
71
k5_prependmsg(context, status, _("Error processing LDAP DB params"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_create.c
77
k5_prependmsg(context, status, _("Error reading LDAP server params"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_krbcontainer.c
56
k5_setmsg(context, st, _("Error reading kerberos container "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_krbcontainer.c
67
k5_setmsg(context, st, _("Error reading kerberos container "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_krbcontainer.c
75
k5_setmsg(context, st, _("Kerberos container location not specified"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
219
k5_setmsg(context, ret, _("KDB module requires -update argument"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
225
k5_setmsg(context, ret, _("'%s' value missing"), opt);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
283
k5_setmsg(context, ret, _("unknown option '%s'"), opt);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
343
_("Minimum connections required per server is 2"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
56
k5_setmsg(ctx, code, _("Error reading '%s' attribute: %s"), name,
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c
229
k5_setmsg(context, st, _("Default realm not set"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c
311
k5_setmsg(context, st, _("DN information missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c
496
k5_setmsg(context, st, _("dn information missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1002
k5_wrapmsg(context, ost, st, _("'%s' not found"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1063
_("link information can not be set/updated as the "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1078
_("Failed getting object references"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1085
_("kerberos principal is already linked to a ldap "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
125
_("Operation cannot continue; more than one "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1411
CHECK_CLASS_VALIDITY(st, tmask, _("ticket policy object value: "));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1459
_("Principal delete failed (trying to replace "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1469
snprintf(errbuf, sizeof(errbuf), _("Principal add failed: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1508
snprintf(errbuf, sizeof(errbuf), _("User modification failed: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1582
k5_prependmsg(context, st, _("Error reading ticket policy"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1715
_("unable to decode stored principal key data"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1773
_("unable to decode stored principal pw history"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
238
k5_setmsg(context, st, _("Principal does not belong to realm"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
331
k5_setmsg(context, st, _("%s option not supported"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
340
k5_setmsg(context, st, _("%s option not supported"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
348
k5_setmsg(context, st, _("%s option not supported"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
355
k5_setmsg(context, st, _("unknown option: %s"), arg);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
362
k5_setmsg(context, st, _("%s option value missing"), arg);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
369
k5_setmsg(context, st, _("%s option value missing"), arg);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
701
k5_setmsg(context, EINVAL, _("DN is out of the realm subtree"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
733
k5_setmsg(context, st, _("ldap object is already kerberized"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
803
k5_setmsg(context, st, _("target principal not found"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
821
_("cannot add alias to entry with multiple "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
848
snprintf(errbuf, sizeof(errbuf), _("Alias modification failed: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
909
_("Principal does not belong to the default realm"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
223
k5_setmsg(context, st, _("Realm information not available"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
296
k5_prependmsg(context, st, _("Error reading ticket policy"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
308
k5_setmsg(context, st, _("Realm Delete FAILED: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
389
CHECK_CLASS_VALIDITY(st, objectmask, _("subtree value: "));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
406
_("container reference value: "));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
489
k5_setmsg(context, st, _("Kerberos Container information is missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
501
k5_setmsg(context, st, _("Invalid Kerberos container DN"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
517
k5_setmsg(context, st, _("Kerberos Container create FAILED: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
552
k5_setmsg(context, st, _("Kerberos Container information is missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
560
k5_setmsg(context, st, _("Kerberos Container delete FAILED: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
637
_("realm object value: "));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_service_stash.c
108
_("Bind DN entry '%s' missing in LDAP password file '%s'"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_service_stash.c
48
k5_setmsg(context, EINVAL, _("Not a hexadecimal password"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_service_stash.c
55
k5_setmsg(context, ret, _("Password corrupt"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_service_stash.c
78
k5_setmsg(context, ret, _("Cannot open LDAP password file '%s': %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
142
k5_setmsg(context, st, _("Ticket Policy Name missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
154
CHECK_CLASS_VALIDITY(st, objectmask, _("ticket policy object: "));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
219
k5_setmsg(context, st, _("Ticket Policy Object information missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
231
CHECK_CLASS_VALIDITY(st, objectmask, _("ticket policy object: "));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
311
k5_prependmsg(context, st, _("Ticket Policy Object DN missing"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
338
_("Delete Failed: One or more Principals associated "
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
447
k5_prependmsg(context, st, _("Error reading container object"));
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
66
k5_setmsg(context, st, _("Ticket Policy Name missing"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
1017
ret = klerr(context, err, _("LMDB transaction commit failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
1116
ret = klerr(context, err, _("LMDB lockout update failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
132
k5_setmsg(context, ret, _("%s (path: %s): %s"), msg, dbc->path,
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
165
k5_setmsg(context, ret, _("Unsupported argument \"%s\" for LMDB"),
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
295
ret = klerr(context, err, _("LMDB environment open failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
320
ret = klerr(context, err, _("LMDB read failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
395
return klerr(context, err, _("LMDB write failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
419
ret = klerr(context, err, _("LMDB delete failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
522
k5_setmsg(context, ret, _("LMDB file %s does not exist"), dbc->path);
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
567
ret = klerr(context, err, _("LMDB open failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
594
k5_setmsg(context, ret, _("LMDB file %s already exists"),
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
659
ret = klerr(context, err, _("LMDB create error"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
677
k5_prependmsg(context, st, _("Could not unlink %s"), lock_path);
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
761
k5_setmsg(context, EINVAL, _("Unsupported argument \"%s\" for lmdb"),
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
807
ret = klerr(context, err, _("LMDB lockout write failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
883
ret = klerr(context, err, _("LMDB principal iteration failure"));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
986
ret = klerr(context, err, _("LMDB policy iteration failure"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
959
_("No pkinit_anchors supplied"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1104
krb5_set_error_message(context, code, _("%s: %s"), str,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1134
return oerr(context, code, _("%s (depth %d): %s"), msg, depth, errstr);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1376
if (asprintf(&prompt, "%s %s", _("Pass phrase for"),
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1492
_("PKINIT cannot initialize any key exchange groups"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1676
retval = oerr(context, 0, _("Failed to DER encode PKCS7"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1686
retval = oerr(context, 0, _("Failed to DER encode PKCS7"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1781
_("Failed to verify own certificate"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1876
retval = oerr(context, 0, _("Failed to add digest attribute"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1892
retval = oerr(context, 0, _("Failed to DER encode PKCS7"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1902
retval = oerr(context, 0, _("Failed to DER encode PKCS7"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1990
retval = oerr(context, 0, _("Failed to decode CMS message"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2008
_("Invalid pkinit packet: octet string "
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2026
krb5_set_error_message(context, retval, _("wrong oid\n"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2178
_("Failed to verify received certificate"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2209
(void)oerr(context, retval, _("Failed to verify CMS message"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2681
ret = oerr(context, KRB5_CRYPTO_INTERNAL, _("Failed to fetch SSKDF"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2688
_("Failed to instantiate SSKDF"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2701
_("Failed to derive key using SSKDF"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2763
_("Failed to compute digest"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2983
k5_setmsg(context, retval, _("Cannot compose PKINIT KDC public key"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3245
_("OpenSSL has no supported key exchange groups for "
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3411
failure = _("Cannot load PKCS11 module");
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3417
failure = _("Cannot find C_GetFunctionList in PKCS11 module");
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3424
failure = _("Cannot retrieve function list in PKCS11 module");
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3434
k5_setmsg(context, err, _("%s: %s"), failure, errmsg);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3705
return p11err(context, rv, _("C_FindObjectsInit"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3711
return p11err(context, rv, _("C_FindObjects"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3714
_("Found no private keys in PKCS11 token"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3793
return oerr(context, 0, _("Failed to DER encode DigestInfo"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3844
return oerr(context, 0, _("Failed to convert PKCS11 ECDSA signature"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3924
_("PKCS11 certificate has unsupported key type %lu"),
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4108
char *prompt_prefix = _("Pass phrase for");
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4230
retval = oerr(context, retval, _("Cannot read certificate file '%s'"),
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4238
retval = oerr(context, retval, _("Cannot read key file '%s'"), fsname);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4467
_("Failed to decode X509 certificate from PKCS11 token"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5046
retval = oerr(context, 0, _("Cannot open file '%s'"), filename);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5053
retval = oerr(context, 0, _("Cannot read file '%s'"), filename);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5579
krb5_set_error_message(context, code, _("PKCS11 error (%s): %s"), op, msg);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
414
_("Unsupported type while processing "
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
450
_("Internal error parsing "
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
551
_("No user identity options specified"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1390
_("No realms configured correctly for pkinit support"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
403
com_err("", 0, _("PKINIT: no freshness token, rejecting auth from %s"),
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
407
com_err("", 0, _("PKINIT: freshness token received from %s"), name);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
409
com_err("", 0, _("PKINIT: no freshness token received from %s"), name);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
513
_("Pkinit request not signed, but client "
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
548
_("Anonymous pkinit without DH public "
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
808
k5_setmsg(context, retval, _("Unsupported PKINIT RSA request"));
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
963
_("No pkinit_identity supplied for realm %s"),
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
974
_("No pkinit_anchors supplied for realm %s"),
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
994
_("OCSP is not supported: (realm: %s)"),
crypto/krb5/src/plugins/preauth/spake/groups.c
237
k5_setmsg(context, ret, _("No SPAKE preauth groups configured"));
crypto/krb5/src/plugins/preauth/spake/groups.c
257
_("SPAKE challenge group not a permitted group: %s"),
crypto/krb5/src/plugins/preauth/spake/spake_kdc.c
534
k5_setmsg(context, ret, _("Unknown SPAKE request type"));
crypto/krb5/src/util/support/errors.c
77
return oom_check(strdup(_("Kerberos library initialization failure")));
crypto/krb5/src/util/support/errors.c
83
return oom_check(strdup(_("Error code translation unavailable")));
crypto/krb5/src/util/support/errors.c
88
r = _(r);
crypto/krb5/src/util/support/errors.c
92
snprintf(buf, sizeof(buf), _("error %ld"), code);
crypto/krb5/src/util/support/plugins.c
116
e = _("unknown failure");
crypto/krb5/src/util/support/plugins.c
142
k5_set_error(ep, ENOENT, _("unable to load DLL [%s]"), filename);
crypto/krb5/src/util/support/plugins.c
166
k5_set_error(ep, ENOENT, _("unable to get DLL Symbol: %s"),
crypto/krb5/src/util/support/plugins.c
190
k5_set_error(ep, ENOENT, _("plugin loading unavailable"));
crypto/krb5/src/util/support/plugins.c
94
e = _("unknown failure");
crypto/krb5/src/util/support/plugins.c
96
k5_set_error(ep, ENOENT, _("unable to load plugin [%s]: %s"),
crypto/libecc/include/libecc/nn/nn_config.h
183
#define _LIBECC_CONCATENATE(a, b, c, d, e) a##_##b##_##c##_##d##_##e
crypto/libecc/include/libecc/nn/nn_config.h
201
#define _LIBECC_CONCATENATE(a, b, c, d, e, f) a##_##b##_##c##_##d##_##e##_##f
crypto/openssh/libcrux_mlkem768_sha3.h
102
#define Eurydice_slice_subslice_to(s, subslice_end_pos, t, _) \
crypto/openssh/libcrux_mlkem768_sha3.h
104
#define Eurydice_slice_subslice_from(s, subslice_start_pos, t, _) \
crypto/openssh/libcrux_mlkem768_sha3.h
10890
Eurydice_slice shared_secret, libcrux_ml_kem_mlkem768_MlKem768Ciphertext *_,
crypto/openssh/libcrux_mlkem768_sha3.h
109
#define Eurydice_array_to_subslice(_arraylen, x, r, t, _) \
crypto/openssh/libcrux_mlkem768_sha3.h
129
#define Eurydice_array_eq(sz, a1, a2, t, _) \
crypto/openssh/libcrux_mlkem768_sha3.h
132
sz, a1, a2, t, _, _ret_t) \
crypto/openssh/libcrux_mlkem768_sha3.h
133
Eurydice_array_eq(sz, a1, a2, t, _)
crypto/openssh/libcrux_mlkem768_sha3.h
135
sz, a1, a2, t, _, _ret_t) \
crypto/openssh/libcrux_mlkem768_sha3.h
136
Eurydice_array_eq(sz, a1, ((a2)->ptr), t, _)
crypto/openssh/libcrux_mlkem768_sha3.h
151
#define Eurydice_slice_to_array2(dst, src, _, t_arr) \
crypto/openssh/libcrux_mlkem768_sha3.h
8228
libcrux_ml_kem_ind_cpa_deserialize_secret_key_closure_6b(size_t _) {
crypto/openssh/libcrux_mlkem768_sha3.h
8310
libcrux_ml_kem_ind_cpa_deserialize_then_decompress_u_closure_7c(size_t _) {
crypto/openssh/libcrux_mlkem768_sha3.h
89
#define EURYDICE_SLICE_LEN(s, _) s.len
crypto/openssh/libcrux_mlkem768_sha3.h
96
#define Eurydice_slice_subslice(s, r, t, _) \
crypto/openssl/crypto/cmp/cmp_ctx.c
43
int PREFIX##_set0##_##NAME(OSSL_CMP_CTX *ctx, TYPE *val) \
crypto/openssl/crypto/crmf/crmf_lib.c
49
valt *OSSL_CRMF_MSG_get0_##ctrlinf##_##atyp(const OSSL_CRMF_MSG *msg) \
crypto/openssl/crypto/crmf/crmf_lib.c
60
if (OBJ_obj2nid(atav->type) == NID_id_##ctrlinf##_##atyp) \
crypto/openssl/crypto/crmf/crmf_lib.c
66
int OSSL_CRMF_MSG_set1_##ctrlinf##_##atyp(OSSL_CRMF_MSG *msg, const valt *in) \
crypto/openssl/crypto/crmf/crmf_lib.c
74
if ((atav->type = OBJ_nid2obj(NID_id_##ctrlinf##_##atyp)) == NULL) \
crypto/openssl/crypto/evp/e_aes.c
2295
static const EVP_CIPHER s390x_aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2296
nid##_##keylen##_##nmode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
2310
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2311
nid##_##keylen##_##nmode, \
crypto/openssl/crypto/evp/e_aes.c
2326
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
2328
return S390X_aes_##keylen##_##mode##_CAPABLE ? &s390x_aes_##keylen##_##mode : &aes_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aes.c
2332
static const EVP_CIPHER s390x_aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2333
nid##_##keylen##_##mode, \
crypto/openssl/crypto/evp/e_aes.c
2348
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2349
nid##_##keylen##_##mode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
2363
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
2365
return S390X_aes_##keylen##_##mode##_CAPABLE ? &s390x_aes_##keylen##_##mode : &aes_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aes.c
2371
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2372
nid##_##keylen##_##nmode, blocksize, keylen / 8, ivlen, \
crypto/openssl/crypto/evp/e_aes.c
2381
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
2383
return &aes_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aes.c
2387
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2388
nid##_##keylen##_##mode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
2399
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
2401
return &aes_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aes.c
419
static const EVP_CIPHER aesni_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
420
nid##_##keylen##_##nmode, blocksize, keylen / 8, ivlen, \
crypto/openssl/crypto/evp/e_aes.c
429
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
430
nid##_##keylen##_##nmode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
440
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
442
return AESNI_CAPABLE ? &aesni_##keylen##_##mode : &aes_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aes.c
446
static const EVP_CIPHER aesni_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
447
nid##_##keylen##_##mode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
458
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
459
nid##_##keylen##_##mode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
470
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
472
return AESNI_CAPABLE ? &aesni_##keylen##_##mode : &aes_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aes.c
809
static const EVP_CIPHER aes_t4_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
810
nid##_##keylen##_##nmode, blocksize, keylen / 8, ivlen, \
crypto/openssl/crypto/evp/e_aes.c
819
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
820
nid##_##keylen##_##nmode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
830
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
832
return SPARC_AES_CAPABLE ? &aes_t4_##keylen##_##mode : &aes_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aes.c
836
static const EVP_CIPHER aes_t4_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
837
nid##_##keylen##_##mode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
848
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
849
nid##_##keylen##_##mode, blocksize, \
crypto/openssl/crypto/evp/e_aes.c
860
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
862
return SPARC_AES_CAPABLE ? &aes_t4_##keylen##_##mode : &aes_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aria.c
163
static const EVP_CIPHER aria_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aria.c
164
nid##_##keylen##_##nmode, blocksize, keylen / 8, ivlen, \
crypto/openssl/crypto/evp/e_aria.c
173
const EVP_CIPHER *EVP_aria_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aria.c
175
return &aria_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_aria.c
764
static const EVP_CIPHER aria_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aria.c
765
NID_aria_##keylen##_##mode, \
crypto/openssl/crypto/evp/e_aria.c
775
const EVP_CIPHER *EVP_aria_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aria.c
777
return (EVP_CIPHER *)&aria_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_camellia.c
140
static const EVP_CIPHER cmll_t4_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_camellia.c
141
nid##_##keylen##_##nmode, blocksize, keylen / 8, ivlen, \
crypto/openssl/crypto/evp/e_camellia.c
150
static const EVP_CIPHER camellia_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_camellia.c
151
nid##_##keylen##_##nmode, blocksize, \
crypto/openssl/crypto/evp/e_camellia.c
161
const EVP_CIPHER *EVP_camellia_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_camellia.c
163
return SPARC_CMLL_CAPABLE ? &cmll_t4_##keylen##_##mode : &camellia_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_camellia.c
169
static const EVP_CIPHER camellia_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_camellia.c
170
nid##_##keylen##_##nmode, blocksize, keylen / 8, ivlen, \
crypto/openssl/crypto/evp/e_camellia.c
179
const EVP_CIPHER *EVP_camellia_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_camellia.c
181
return &camellia_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_sm4.c
38
nid##_##nmode, blocksize, 128 / 8, ivlen, \
crypto/openssl/crypto/passphrase.c
20
OPENSSL_clear_free(data->_.expl_passphrase.passphrase_copy,
crypto/openssl/crypto/passphrase.c
21
data->_.expl_passphrase.passphrase_len);
crypto/openssl/crypto/passphrase.c
220
source = data->_.expl_passphrase.passphrase_copy;
crypto/openssl/crypto/passphrase.c
221
source_len = data->_.expl_passphrase.passphrase_len;
crypto/openssl/crypto/passphrase.c
238
OSSL_PASSPHRASE_CALLBACK *cb = data->_.ossl_passphrase.passphrase_cb;
crypto/openssl/crypto/passphrase.c
239
void *cbarg = data->_.ossl_passphrase.passphrase_cbarg;
crypto/openssl/crypto/passphrase.c
260
pem_password_cb *cb = data->_.pem_password.password_cb;
crypto/openssl/crypto/passphrase.c
263
ui_data = data->_.pem_password.password_cbarg;
crypto/openssl/crypto/passphrase.c
270
ui_method = data->_.ui_method.ui_method;
crypto/openssl/crypto/passphrase.c
271
ui_data = data->_.ui_method.ui_method_data;
crypto/openssl/crypto/passphrase.c
43
data->_.expl_passphrase.passphrase_copy = passphrase_len != 0 ? OPENSSL_memdup(passphrase, passphrase_len)
crypto/openssl/crypto/passphrase.c
45
if (data->_.expl_passphrase.passphrase_copy == NULL)
crypto/openssl/crypto/passphrase.c
47
data->_.expl_passphrase.passphrase_len = passphrase_len;
crypto/openssl/crypto/passphrase.c
60
data->_.pem_password.password_cb = cb;
crypto/openssl/crypto/passphrase.c
61
data->_.pem_password.password_cbarg = cbarg;
crypto/openssl/crypto/passphrase.c
74
data->_.ossl_passphrase.passphrase_cb = cb;
crypto/openssl/crypto/passphrase.c
75
data->_.ossl_passphrase.passphrase_cbarg = cbarg;
crypto/openssl/crypto/passphrase.c
88
data->_.ui_method.ui_method = ui_method;
crypto/openssl/crypto/passphrase.c
89
data->_.ui_method.ui_method_data = ui_data;
crypto/openssl/crypto/store/store_lib.c
455
ctx->pwdata._.ui_method.ui_method,
crypto/openssl/crypto/store/store_lib.c
456
ctx->pwdata._.ui_method.ui_method_data);
crypto/openssl/crypto/store/store_lib.c
622
info->_.data = data;
crypto/openssl/crypto/store/store_lib.c
635
info->_.name.name = name;
crypto/openssl/crypto/store/store_lib.c
636
info->_.name.desc = NULL;
crypto/openssl/crypto/store/store_lib.c
648
info->_.name.desc = desc;
crypto/openssl/crypto/store/store_lib.c
708
return info->_.data;
crypto/openssl/crypto/store/store_lib.c
715
return info->_.name.name;
crypto/openssl/crypto/store/store_lib.c
722
return OPENSSL_strdup(info->_.name.name);
crypto/openssl/crypto/store/store_lib.c
730
return info->_.name.desc;
crypto/openssl/crypto/store/store_lib.c
737
return OPENSSL_strdup(info->_.name.desc ? info->_.name.desc : "");
crypto/openssl/crypto/store/store_lib.c
745
return info->_.params;
crypto/openssl/crypto/store/store_lib.c
752
if (!EVP_PKEY_up_ref(info->_.params))
crypto/openssl/crypto/store/store_lib.c
754
return info->_.params;
crypto/openssl/crypto/store/store_lib.c
763
return info->_.pubkey;
crypto/openssl/crypto/store/store_lib.c
770
if (!EVP_PKEY_up_ref(info->_.pubkey))
crypto/openssl/crypto/store/store_lib.c
772
return info->_.pubkey;
crypto/openssl/crypto/store/store_lib.c
781
return info->_.pkey;
crypto/openssl/crypto/store/store_lib.c
788
if (!EVP_PKEY_up_ref(info->_.pkey))
crypto/openssl/crypto/store/store_lib.c
790
return info->_.pkey;
crypto/openssl/crypto/store/store_lib.c
799
return info->_.x509;
crypto/openssl/crypto/store/store_lib.c
806
if (!X509_up_ref(info->_.x509))
crypto/openssl/crypto/store/store_lib.c
808
return info->_.x509;
crypto/openssl/crypto/store/store_lib.c
817
return info->_.crl;
crypto/openssl/crypto/store/store_lib.c
824
if (!X509_CRL_up_ref(info->_.crl))
crypto/openssl/crypto/store/store_lib.c
826
return info->_.crl;
crypto/openssl/crypto/store/store_lib.c
840
OPENSSL_free(info->_.name.name);
crypto/openssl/crypto/store/store_lib.c
841
OPENSSL_free(info->_.name.desc);
crypto/openssl/crypto/store/store_lib.c
844
EVP_PKEY_free(info->_.params);
crypto/openssl/crypto/store/store_lib.c
847
EVP_PKEY_free(info->_.pubkey);
crypto/openssl/crypto/store/store_lib.c
850
EVP_PKEY_free(info->_.pkey);
crypto/openssl/crypto/store/store_lib.c
853
X509_free(info->_.x509);
crypto/openssl/crypto/store/store_lib.c
856
X509_CRL_free(info->_.crl);
crypto/openssl/crypto/store/store_local.h
41
} _;
crypto/openssl/crypto/ui/ui_lib.c
130
s->_.string_data.result_minsize = minsize;
crypto/openssl/crypto/ui/ui_lib.c
131
s->_.string_data.result_maxsize = maxsize;
crypto/openssl/crypto/ui/ui_lib.c
132
s->_.string_data.test_buf = test_buf;
crypto/openssl/crypto/ui/ui_lib.c
174
s->_.boolean_data.action_desc = action_desc;
crypto/openssl/crypto/ui/ui_lib.c
175
s->_.boolean_data.ok_chars = ok_chars;
crypto/openssl/crypto/ui/ui_lib.c
176
s->_.boolean_data.cancel_chars = cancel_chars;
crypto/openssl/crypto/ui/ui_lib.c
56
OPENSSL_free((char *)uis->_.boolean_data.action_desc);
crypto/openssl/crypto/ui/ui_lib.c
57
OPENSSL_free((char *)uis->_.boolean_data.ok_chars);
crypto/openssl/crypto/ui/ui_lib.c
58
OPENSSL_free((char *)uis->_.boolean_data.cancel_chars);
crypto/openssl/crypto/ui/ui_lib.c
798
return uis->_.boolean_data.action_desc;
crypto/openssl/crypto/ui/ui_lib.c
843
return uis->_.string_data.test_buf;
crypto/openssl/crypto/ui/ui_lib.c
859
return uis->_.string_data.result_minsize;
crypto/openssl/crypto/ui/ui_lib.c
874
return uis->_.string_data.result_maxsize;
crypto/openssl/crypto/ui/ui_lib.c
896
if (len < uis->_.string_data.result_minsize) {
crypto/openssl/crypto/ui/ui_lib.c
900
uis->_.string_data.result_minsize,
crypto/openssl/crypto/ui/ui_lib.c
901
uis->_.string_data.result_maxsize);
crypto/openssl/crypto/ui/ui_lib.c
904
if (len > uis->_.string_data.result_maxsize) {
crypto/openssl/crypto/ui/ui_lib.c
908
uis->_.string_data.result_minsize,
crypto/openssl/crypto/ui/ui_lib.c
909
uis->_.string_data.result_maxsize);
crypto/openssl/crypto/ui/ui_lib.c
919
if (len <= uis->_.string_data.result_maxsize)
crypto/openssl/crypto/ui/ui_lib.c
933
if (strchr(uis->_.boolean_data.ok_chars, *p)) {
crypto/openssl/crypto/ui/ui_lib.c
934
uis->result_buf[0] = uis->_.boolean_data.ok_chars[0];
crypto/openssl/crypto/ui/ui_lib.c
937
if (strchr(uis->_.boolean_data.cancel_chars, *p)) {
crypto/openssl/crypto/ui/ui_lib.c
938
uis->result_buf[0] = uis->_.boolean_data.cancel_chars[0];
crypto/openssl/crypto/ui/ui_local.h
16
#ifdef _
crypto/openssl/crypto/ui/ui_local.h
88
} _;
crypto/openssl/engines/e_loader_attic.c
1035
ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path);
crypto/openssl/engines/e_loader_attic.c
1036
ctx->_.dir.last_errno = errno;
crypto/openssl/engines/e_loader_attic.c
1037
if (ctx->_.dir.last_entry == NULL) {
crypto/openssl/engines/e_loader_attic.c
1038
if (ctx->_.dir.last_errno != 0) {
crypto/openssl/engines/e_loader_attic.c
1039
ERR_raise(ERR_LIB_SYS, ctx->_.dir.last_errno);
crypto/openssl/engines/e_loader_attic.c
1042
ctx->_.dir.end_reached = 1;
crypto/openssl/engines/e_loader_attic.c
1044
} else if ((ctx->_.file.file = BIO_new_file(path, "rb")) == NULL
crypto/openssl/engines/e_loader_attic.c
1046
BIO_free_all(ctx->_.file.file);
crypto/openssl/engines/e_loader_attic.c
1081
ctx->_.file.file = bp;
crypto/openssl/engines/e_loader_attic.c
1084
ctx->_.file.file = NULL;
crypto/openssl/engines/e_loader_attic.c
1148
BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name),
crypto/openssl/engines/e_loader_attic.c
1227
ctx->_.file.last_handler = matching_handlers[0];
crypto/openssl/engines/e_loader_attic.c
1228
ctx->_.file.last_handler_ctx = handler_ctx;
crypto/openssl/engines/e_loader_attic.c
1265
if (ctx->_.file.last_handler != NULL) {
crypto/openssl/engines/e_loader_attic.c
1266
result = ctx->_.file.last_handler->try_decode(NULL, NULL, NULL, 0,
crypto/openssl/engines/e_loader_attic.c
1267
&ctx->_.file.last_handler_ctx,
crypto/openssl/engines/e_loader_attic.c
1273
ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx);
crypto/openssl/engines/e_loader_attic.c
1274
ctx->_.file.last_handler_ctx = NULL;
crypto/openssl/engines/e_loader_attic.c
1275
ctx->_.file.last_handler = NULL;
crypto/openssl/engines/e_loader_attic.c
1436
size_t len = strlen(ctx->_.dir.search_name);
crypto/openssl/engines/e_loader_attic.c
1439
if (ctx->_.dir.search_name[0] == '\0')
crypto/openssl/engines/e_loader_attic.c
1451
if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0
crypto/openssl/engines/e_loader_attic.c
1509
if (ctx->_.dir.last_entry == NULL) {
crypto/openssl/engines/e_loader_attic.c
1510
if (!ctx->_.dir.end_reached) {
crypto/openssl/engines/e_loader_attic.c
1511
assert(ctx->_.dir.last_errno != 0);
crypto/openssl/engines/e_loader_attic.c
1512
ERR_raise(ERR_LIB_SYS, ctx->_.dir.last_errno);
crypto/openssl/engines/e_loader_attic.c
1518
if (ctx->_.dir.last_entry[0] != '.'
crypto/openssl/engines/e_loader_attic.c
1519
&& file_name_check(ctx, ctx->_.dir.last_entry)
crypto/openssl/engines/e_loader_attic.c
1520
&& !file_name_to_uri(ctx, ctx->_.dir.last_entry, &newname))
crypto/openssl/engines/e_loader_attic.c
1529
ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri);
crypto/openssl/engines/e_loader_attic.c
1530
ctx->_.dir.last_errno = errno;
crypto/openssl/engines/e_loader_attic.c
1531
if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0)
crypto/openssl/engines/e_loader_attic.c
1532
ctx->_.dir.end_reached = 1;
crypto/openssl/engines/e_loader_attic.c
1560
if (!file_read_pem(ctx->_.file.file, &pem_name, &pem_header,
crypto/openssl/engines/e_loader_attic.c
1567
if ((result = file_try_read_msblob(ctx->_.file.file,
crypto/openssl/engines/e_loader_attic.c
1570
|| (result = file_try_read_PVK(ctx->_.file.file,
crypto/openssl/engines/e_loader_attic.c
1576
if (!file_read_asn1(ctx->_.file.file, &data, &len)) {
crypto/openssl/engines/e_loader_attic.c
1644
return ctx->_.dir.end_reached;
crypto/openssl/engines/e_loader_attic.c
1646
if (ctx->_.file.last_handler != NULL
crypto/openssl/engines/e_loader_attic.c
1647
&& !ctx->_.file.last_handler->eof(ctx->_.file.last_handler_ctx))
crypto/openssl/engines/e_loader_attic.c
1649
return BIO_eof(ctx->_.file.file);
crypto/openssl/engines/e_loader_attic.c
1656
OPENSSL_DIR_end(&ctx->_.dir.ctx);
crypto/openssl/engines/e_loader_attic.c
1658
BIO_free_all(ctx->_.file.file);
crypto/openssl/engines/e_loader_attic.c
1664
BIO *buff = ctx->_.file.file;
crypto/openssl/engines/e_loader_attic.c
1667
(void)BIO_pop(ctx->_.file.file);
crypto/openssl/engines/e_loader_attic.c
1669
ctx->_.file.file = NULL;
crypto/openssl/engines/e_loader_attic.c
902
} _;
crypto/openssl/engines/e_loader_attic.c
919
if (ctx->_.file.last_handler != NULL) {
crypto/openssl/engines/e_loader_attic.c
920
ctx->_.file.last_handler->destroy_ctx(&ctx->_.file.last_handler_ctx);
crypto/openssl/engines/e_loader_attic.c
921
ctx->_.file.last_handler_ctx = NULL;
crypto/openssl/engines/e_loader_attic.c
922
ctx->_.file.last_handler = NULL;
crypto/openssl/engines/e_loader_attic.c
938
ctx->_.file.file = BIO_push(buff, ctx->_.file.file);
crypto/openssl/engines/e_loader_attic.c
939
if (BIO_buffer_peek(ctx->_.file.file, peekbuf, sizeof(peekbuf) - 1) > 0) {
crypto/openssl/engines/e_padlock.c
497
static EVP_CIPHER *_hidden_aes_##ksize##_##lmode = NULL; \
crypto/openssl/engines/e_padlock.c
498
static const EVP_CIPHER *padlock_aes_##ksize##_##lmode(void) \
crypto/openssl/engines/e_padlock.c
500
if (_hidden_aes_##ksize##_##lmode == NULL \
crypto/openssl/engines/e_padlock.c
501
&& ((_hidden_aes_##ksize##_##lmode = EVP_CIPHER_meth_new(NID_aes_##ksize##_##lmode, \
crypto/openssl/engines/e_padlock.c
505
|| !EVP_CIPHER_meth_set_iv_length(_hidden_aes_##ksize##_##lmode, \
crypto/openssl/engines/e_padlock.c
507
|| !EVP_CIPHER_meth_set_flags(_hidden_aes_##ksize##_##lmode, \
crypto/openssl/engines/e_padlock.c
509
|| !EVP_CIPHER_meth_set_init(_hidden_aes_##ksize##_##lmode, \
crypto/openssl/engines/e_padlock.c
511
|| !EVP_CIPHER_meth_set_do_cipher(_hidden_aes_##ksize##_##lmode, \
crypto/openssl/engines/e_padlock.c
513
|| !EVP_CIPHER_meth_set_impl_ctx_size(_hidden_aes_##ksize##_##lmode, \
crypto/openssl/engines/e_padlock.c
515
|| !EVP_CIPHER_meth_set_set_asn1_params(_hidden_aes_##ksize##_##lmode, \
crypto/openssl/engines/e_padlock.c
517
|| !EVP_CIPHER_meth_set_get_asn1_params(_hidden_aes_##ksize##_##lmode, \
crypto/openssl/engines/e_padlock.c
519
EVP_CIPHER_meth_free(_hidden_aes_##ksize##_##lmode); \
crypto/openssl/engines/e_padlock.c
520
_hidden_aes_##ksize##_##lmode = NULL; \
crypto/openssl/engines/e_padlock.c
522
return _hidden_aes_##ksize##_##lmode; \
crypto/openssl/include/crypto/evp.h
451
static const EVP_CIPHER cname##_##mode = { \
crypto/openssl/include/crypto/evp.h
452
nid##_##nmode, block_size, key_len, iv_len, \
crypto/openssl/include/crypto/evp.h
456
cname##_##mode##_cipher, \
crypto/openssl/include/crypto/evp.h
463
const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
crypto/openssl/include/crypto/evp.h
575
BLOCK_CIPHER_func_cfb(cipher##_##keysize, cprefix, cbits, kstruct, ksched) \
crypto/openssl/include/crypto/evp.h
576
BLOCK_CIPHER_def_cfb(cipher##_##keysize, kstruct, \
crypto/openssl/include/crypto/evp.h
577
NID_##cipher##_##keysize, keysize / 8, iv_len, cbits, \
crypto/openssl/include/internal/hashtable.h
198
static uintptr_t name##_##vtype##_id = 0; \
crypto/openssl/include/internal/hashtable.h
199
pfx ossl_unused int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, \
crypto/openssl/include/internal/hashtable.h
208
inval.type_id = &name##_##vtype##_id; \
crypto/openssl/include/internal/hashtable.h
215
pfx ossl_unused vtype *ossl_ht_##name##_##vtype##_from_value(HT_VALUE *v) \
crypto/openssl/include/internal/hashtable.h
217
uintptr_t *expect_type = &name##_##vtype##_id; \
crypto/openssl/include/internal/hashtable.h
225
pfx ossl_unused vtype *ossl_unused ossl_ht_##name##_##vtype##_get(HT *h, \
crypto/openssl/include/internal/hashtable.h
234
return ossl_ht_##name##_##vtype##_from_value(*v); \
crypto/openssl/include/internal/hashtable.h
237
pfx ossl_unused HT_VALUE *ossl_ht_##name##_##vtype##_to_value(vtype *data, \
crypto/openssl/include/internal/hashtable.h
240
v->type_id = &name##_##vtype##_id; \
crypto/openssl/include/internal/hashtable.h
245
pfx ossl_unused int ossl_ht_##name##_##vtype##_type(HT_VALUE *h) \
crypto/openssl/include/internal/hashtable.h
247
return h->type_id == &name##_##vtype##_id; \
crypto/openssl/include/internal/hashtable.h
251
int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, vtype *data, \
crypto/openssl/include/internal/hashtable.h
253
vtype *ossl_ht_##name##_##vtype##_from_value(HT_VALUE *v); \
crypto/openssl/include/internal/hashtable.h
254
vtype *ossl_unused ossl_ht_##name##_##vtype##_get(HT *h, \
crypto/openssl/include/internal/hashtable.h
257
HT_VALUE *ossl_ht_##name##_##vtype##_to_value(vtype *data, HT_VALUE *v); \
crypto/openssl/include/internal/hashtable.h
258
int ossl_ht_##name##_##vtype##_type(HT_VALUE *h);
crypto/openssl/include/internal/passphrase.h
68
} _;
crypto/openssl/include/internal/qlog.h
81
uint32_t qlog_event_type = QLOG_EVENT_TYPE_##cat##_##name; \
crypto/openssl/include/openssl/pem.h
76
type *PEM_##readname##_##name(INTYPE *out, type **x, \
crypto/openssl/include/openssl/pem.h
79
type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \
crypto/openssl/include/openssl/pem.h
85
int PEM_##writename##_##name(OUTTYPE *out, const type *x)
crypto/openssl/include/openssl/pem.h
87
int PEM_##writename##_##name(OUTTYPE *out, const type *x, \
crypto/openssl/include/openssl/pem.h
92
int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
crypto/openssl/include/openssl/pem.h
96
int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
396
static OSSL_FUNC_cipher_newctx_fn nm##_##kbits##_##sub##_newctx; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
397
static void *nm##_##kbits##_##sub##_newctx(void *provctx) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
399
return nm##_##sub##_newctx(provctx, kbits, blkbits, ivbits, flags); \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
401
static OSSL_FUNC_cipher_get_params_fn nm##_##kbits##_##sub##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
402
static int nm##_##kbits##_##sub##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
408
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))nm##_##kbits##_##sub##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
409
{ OSSL_FUNC_CIPHER_FREECTX, (void (*)(void))nm##_##sub##_freectx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
410
{ OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void))nm##_##sub##_dupctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
417
(void (*)(void))nm##_##kbits##_##sub##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
274
static OSSL_FUNC_cipher_newctx_fn ossl_##alg##kbits##_##lc##_newctx; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
275
static OSSL_FUNC_cipher_freectx_fn ossl_##alg##_##lc##_freectx; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
276
static OSSL_FUNC_cipher_dupctx_fn ossl_##alg##_##lc##_dupctx; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
277
static OSSL_FUNC_cipher_encrypt_init_fn ossl_##alg##_##lc##_einit; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
278
static OSSL_FUNC_cipher_decrypt_init_fn ossl_##alg##_##lc##_dinit; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
279
static OSSL_FUNC_cipher_update_fn ossl_##alg##_##lc##_stream_update; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
280
static OSSL_FUNC_cipher_final_fn ossl_##alg##_##lc##_stream_final; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
281
static OSSL_FUNC_cipher_cipher_fn ossl_##alg##_##lc##_cipher; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
282
static OSSL_FUNC_cipher_get_params_fn ossl_##alg##_##kbits##_##lc##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
283
static OSSL_FUNC_cipher_get_ctx_params_fn ossl_##alg##_##lc##_get_ctx_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
284
static OSSL_FUNC_cipher_gettable_ctx_params_fn ossl_##alg##_##lc##_gettable_ctx_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
285
static OSSL_FUNC_cipher_set_ctx_params_fn ossl_##alg##_##lc##_set_ctx_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
286
static OSSL_FUNC_cipher_settable_ctx_params_fn ossl_##alg##_##lc##_settable_ctx_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
287
static int ossl_##alg##_##kbits##_##lc##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
292
static void *ossl_##alg##kbits##_##lc##_newctx(void *provctx) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
294
return ossl_##alg##_##lc##_newctx(provctx, kbits); \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
297
{ OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))ossl_##alg##kbits##_##lc##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
298
{ OSSL_FUNC_CIPHER_FREECTX, (void (*)(void))ossl_##alg##_##lc##_freectx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
299
{ OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void))ossl_##alg##_##lc##_dupctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
300
{ OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))ossl_##alg##_##lc##_einit }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
301
{ OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))ossl_##alg##_##lc##_dinit }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
302
{ OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))ossl_##alg##_##lc##_stream_update }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
303
{ OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_##alg##_##lc##_stream_final }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
304
{ OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))ossl_##alg##_##lc##_cipher }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
305
{ OSSL_FUNC_CIPHER_GET_PARAMS, (void (*)(void))ossl_##alg##_##kbits##_##lc##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
307
{ OSSL_FUNC_CIPHER_GET_CTX_PARAMS, (void (*)(void))ossl_##alg##_##lc##_get_ctx_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
308
{ OSSL_FUNC_CIPHER_GETTABLE_CTX_PARAMS, (void (*)(void))ossl_##alg##_##lc##_gettable_ctx_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
309
{ OSSL_FUNC_CIPHER_SET_CTX_PARAMS, (void (*)(void))ossl_##alg##_##lc##_set_ctx_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
310
{ OSSL_FUNC_CIPHER_SETTABLE_CTX_PARAMS, (void (*)(void))ossl_##alg##_##lc##_settable_ctx_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
527
static OSSL_FUNC_cipher_get_params_fn aes_##kbits##_##mode##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
528
static int aes_##kbits##_##mode##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
533
static OSSL_FUNC_cipher_newctx_fn aes_##kbits##_##mode##_newctx; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
534
static void *aes_##kbits##_##mode##_newctx(void *provctx) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
541
(void (*)(void))aes_##kbits##_##mode##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
550
(void (*)(void))aes_##kbits##_##mode##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
246
static OSSL_FUNC_cipher_freectx_fn alg##_##lc##_freectx; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
253
static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lc##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
254
static OSSL_FUNC_cipher_get_ctx_params_fn alg##_##lc##_get_ctx_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
256
alg##_##lc##_gettable_ctx_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
257
static OSSL_FUNC_cipher_set_ctx_params_fn alg##_##lc##_set_ctx_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
259
alg##_##lc##_settable_ctx_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
260
static int alg##_##kbits##_##lc##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
267
return alg##_##lc##_newctx(provctx, 2 * kbits, EVP_CIPH_##UCMODE##_MODE, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
272
{ OSSL_FUNC_CIPHER_FREECTX, (void (*)(void))alg##_##lc##_freectx }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
280
(void (*)(void))alg##_##kbits##_##lc##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
284
(void (*)(void))alg##_##lc##_get_ctx_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
286
(void (*)(void))alg##_##lc##_gettable_ctx_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
288
(void (*)(void))alg##_##lc##_set_ctx_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
290
(void (*)(void))alg##_##lc##_settable_ctx_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
286
static OSSL_FUNC_cipher_get_params_fn aes_##kbits##_##fname##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
287
static int aes_##kbits##_##fname##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
308
(void (*)(void))aes_##kbits##_##fname##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
280
static OSSL_FUNC_cipher_get_params_fn aes_##kbits##_##lcmode##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
281
static int aes_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
303
(void (*)(void))aes_##kbits##_##lcmode##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_cts.h
15
static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lcmode##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_cts.h
16
static int alg##_cts_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_cts.h
23
(void (*)(void))alg##_##kbits##_##lcmode##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_cts.h
34
(void (*)(void))alg##_cts_##kbits##_##lcmode##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_des.c
152
static OSSL_FUNC_cipher_newctx_fn type##_##lcmode##_newctx; \
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
236
static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lcmode##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
237
static int alg##_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
242
static OSSL_FUNC_cipher_newctx_fn alg##_##kbits##_##lcmode##_newctx; \
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
243
static void *alg##_##kbits##_##lcmode##_newctx(void *provctx) \
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
252
ossl_prov_cipher_hw_##alg##_##lcmode(kbits), \
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
260
(void (*)(void))alg##_##kbits##_##lcmode##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
269
(void (*)(void))alg##_##kbits##_##lcmode##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
102
(void (*)(void))alg##_##kbits##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
72
static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
73
static int alg##_##kbits##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
78
static OSSL_FUNC_cipher_newctx_fn alg##_##kbits##_newctx; \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
79
static void *alg##_##kbits##_newctx(void *provctx) \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
93
(void (*)(void))alg##_##kbits##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
131
static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lcmode##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
132
static int alg##_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
137
static OSSL_FUNC_cipher_newctx_fn alg##_##kbits##_##lcmode##_newctx; \
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
138
static void *alg##_##kbits##_##lcmode##_newctx(void *provctx) \
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
147
ossl_prov_cipher_hw_##alg##_##lcmode(kbits), \
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
155
(void (*)(void))alg##_##kbits##_##lcmode##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
164
(void (*)(void))alg##_##kbits##_##lcmode##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
244
static OSSL_FUNC_cipher_get_params_fn sm4_##kbits##_##lcmode##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
245
static int sm4_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
267
(void (*)(void))sm4_##kbits##_##lcmode##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
35
static OSSL_FUNC_cipher_newctx_fn tdes_##type##_##lcmode##_newctx; \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
36
static void *tdes_##type##_##lcmode##_newctx(void *provctx) \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
40
ossl_prov_cipher_hw_tdes_##type##_##lcmode()); \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
42
static OSSL_FUNC_cipher_get_params_fn tdes_##type##_##lcmode##_get_params; \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
43
static int tdes_##type##_##lcmode##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
48
const OSSL_DISPATCH ossl_tdes_##type##_##lcmode##_functions[] = { \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
57
(void (*)(void))tdes_##type##_##lcmode##_newctx }, \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
61
(void (*)(void))tdes_##type##_##lcmode##_get_params }, \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
90
static const PROV_CIPHER_HW type##_##mode = { \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
95
const PROV_CIPHER_HW *ossl_prov_cipher_hw_tdes_##type##_##mode(void) \
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
97
return &type##_##mode; \
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
1183
static const struct keytype_desc_st kind##_##keytype##_desc = { keytype_name, ossl_##keytype##_keymgmt_functions, \
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
1190
return der2key_newctx(provctx, &kind##_##keytype##_desc); \
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
1196
&kind##_##keytype##_desc); \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1237
key_to_##kind##_##output##_priv_bio, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1239
type##_##kind##_priv_to_der);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1247
key_to_##kind##_##output##_pub_bio, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1249
type##_##kind##_pub_to_der);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1257
key_to_##kind##_##output##_param_bio, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1259
type##_##kind##_params_to_der);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1400
impl##_to_##kind##_##output##_import_object; \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1402
impl##_to_##kind##_##output##_free_object; \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1404
impl##_to_##kind##_##output##_encode; \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1407
impl##_to_##kind##_##output##_import_object(void *vctx, int selection, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1415
static void impl##_to_##kind##_##output##_free_object(void *key) \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1419
static int impl##_to_##kind##_##output##_does_selection(void *ctx, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1426
impl##_to_##kind##_##output##_encode(void *ctx, OSSL_CORE_BIO *cout, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1444
ossl_##impl##_to_##kind##_##output##_encoder_functions[] \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1455
(void (*)(void))impl##_to_##kind##_##output##_does_selection }, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1457
(void (*)(void))impl##_to_##kind##_##output##_import_object }, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1459
(void (*)(void))impl##_to_##kind##_##output##_free_object }, \
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1461
(void (*)(void))impl##_to_##kind##_##output##_encode }, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
140
(void (*)(void))alg##_##kbits##_##lcmode##_newctx }, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
149
(void (*)(void))alg##_##kbits##_##lcmode##_get_params }, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
169
(void (*)(void))alg##_##kbits##_##lcmode##_newctx }, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
178
(void (*)(void))alg##_##kbits##_##lcmode##_get_params }, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
196
static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lcmode##_get_params; \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
197
static int alg##_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
202
static OSSL_FUNC_cipher_newctx_fn alg##_##kbits##_##lcmode##_newctx; \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
203
static void *alg##_##kbits##_##lcmode##_newctx(void *provctx) \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
210
ossl_prov_cipher_hw_##alg##_##lcmode(kbits), \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
246
static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
267
static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
282
static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
300
static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
19
static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lc##_get_params; \
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
20
static int alg##_##kbits##_##lc##_get_params(OSSL_PARAM params[]) \
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
28
return alg##_##lc##_newctx(provctx, kbits); \
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
32
return alg##_##lc##_dupctx(src); \
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
36
{ OSSL_FUNC_CIPHER_FREECTX, (void (*)(void))alg##_##lc##_freectx }, \
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
44
(void (*)(void))alg##_##kbits##_##lc##_get_params }, \
crypto/openssl/providers/implementations/macs/kmac_prov.c
660
const OSSL_DISPATCH ossl_kmac##size##_##funcname[] = { \
crypto/openssl/providers/implementations/macs/kmac_prov.c
661
{ OSSL_FUNC_MAC_NEWCTX, (void (*)(void))kmac##size##_##newname }, \
crypto/openssl/providers/implementations/storemgmt/file_store.c
103
} _;
crypto/openssl/providers/implementations/storemgmt/file_store.c
118
OSSL_DECODER_CTX_free(ctx->_.file.decoderctx);
crypto/openssl/providers/implementations/storemgmt/file_store.c
119
OPENSSL_free(ctx->_.file.propq);
crypto/openssl/providers/implementations/storemgmt/file_store.c
120
OPENSSL_free(ctx->_.file.input_type);
crypto/openssl/providers/implementations/storemgmt/file_store.c
163
ctx->_.file.file = source;
crypto/openssl/providers/implementations/storemgmt/file_store.c
180
ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path);
crypto/openssl/providers/implementations/storemgmt/file_store.c
181
ctx->_.dir.last_errno = errno;
crypto/openssl/providers/implementations/storemgmt/file_store.c
182
if (ctx->_.dir.last_entry == NULL) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
183
if (ctx->_.dir.last_errno != 0) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
184
ERR_raise_data(ERR_LIB_SYS, ctx->_.dir.last_errno,
crypto/openssl/providers/implementations/storemgmt/file_store.c
188
ctx->_.dir.end_reached = 1;
crypto/openssl/providers/implementations/storemgmt/file_store.c
332
OPENSSL_free(ctx->_.file.propq);
crypto/openssl/providers/implementations/storemgmt/file_store.c
333
ctx->_.file.propq = NULL;
crypto/openssl/providers/implementations/storemgmt/file_store.c
334
if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.propq, 0))
crypto/openssl/providers/implementations/storemgmt/file_store.c
339
OPENSSL_free(ctx->_.file.input_type);
crypto/openssl/providers/implementations/storemgmt/file_store.c
340
ctx->_.file.input_type = NULL;
crypto/openssl/providers/implementations/storemgmt/file_store.c
341
if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0))
crypto/openssl/providers/implementations/storemgmt/file_store.c
368
BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name),
crypto/openssl/providers/implementations/storemgmt/file_store.c
424
if (ctx->_.file.decoderctx == NULL) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
425
if ((ctx->_.file.decoderctx = OSSL_DECODER_CTX_new()) == NULL) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
431
if (!OSSL_DECODER_CTX_set_input_type(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
432
ctx->_.file.input_type)) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
446
if (!OSSL_DECODER_CTX_set_input_structure(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
463
if (!OSSL_DECODER_CTX_set_input_structure(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
471
if (!OSSL_DECODER_CTX_set_input_structure(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
479
if (!OSSL_DECODER_CTX_set_input_structure(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
515
if (ctx->_.file.input_type != NULL
crypto/openssl/providers/implementations/storemgmt/file_store.c
516
&& OPENSSL_strcasecmp(input_type, ctx->_.file.input_type) != 0
crypto/openssl/providers/implementations/storemgmt/file_store.c
517
&& (OPENSSL_strcasecmp(ctx->_.file.input_type, "PEM") != 0
crypto/openssl/providers/implementations/storemgmt/file_store.c
523
if (!ossl_decoder_ctx_add_decoder_inst(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
531
if (!OSSL_DECODER_CTX_add_extra(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
532
libctx, ctx->_.file.propq)) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
541
if (!OSSL_DECODER_CTX_set_construct(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
543
|| !OSSL_DECODER_CTX_set_cleanup(ctx->_.file.decoderctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
573
OSSL_DECODER_CTX_set_construct_data(ctx->_.file.decoderctx, &data);
crypto/openssl/providers/implementations/storemgmt/file_store.c
574
OSSL_DECODER_CTX_set_passphrase_cb(ctx->_.file.decoderctx, pw_cb, pw_cbarg);
crypto/openssl/providers/implementations/storemgmt/file_store.c
579
ret = OSSL_DECODER_from_bio(ctx->_.file.decoderctx, ctx->_.file.file);
crypto/openssl/providers/implementations/storemgmt/file_store.c
580
if (BIO_eof(ctx->_.file.file)
crypto/openssl/providers/implementations/storemgmt/file_store.c
619
size_t len = strlen(ctx->_.dir.search_name);
crypto/openssl/providers/implementations/storemgmt/file_store.c
622
if (ctx->_.dir.search_name[0] == '\0')
crypto/openssl/providers/implementations/storemgmt/file_store.c
634
if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0
crypto/openssl/providers/implementations/storemgmt/file_store.c
694
if (ctx->_.dir.last_entry == NULL) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
695
if (!ctx->_.dir.end_reached) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
696
assert(ctx->_.dir.last_errno != 0);
crypto/openssl/providers/implementations/storemgmt/file_store.c
697
ERR_raise(ERR_LIB_SYS, ctx->_.dir.last_errno);
crypto/openssl/providers/implementations/storemgmt/file_store.c
704
if (ctx->_.dir.last_entry[0] != '.'
crypto/openssl/providers/implementations/storemgmt/file_store.c
705
&& file_name_check(ctx, ctx->_.dir.last_entry)) {
crypto/openssl/providers/implementations/storemgmt/file_store.c
708
if ((newname = file_name_to_uri(ctx, ctx->_.dir.last_entry)) == NULL)
crypto/openssl/providers/implementations/storemgmt/file_store.c
718
ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri);
crypto/openssl/providers/implementations/storemgmt/file_store.c
719
ctx->_.dir.last_errno = errno;
crypto/openssl/providers/implementations/storemgmt/file_store.c
720
if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0)
crypto/openssl/providers/implementations/storemgmt/file_store.c
721
ctx->_.dir.end_reached = 1;
crypto/openssl/providers/implementations/storemgmt/file_store.c
770
return ctx->_.dir.end_reached;
crypto/openssl/providers/implementations/storemgmt/file_store.c
776
return !BIO_pending(ctx->_.file.file)
crypto/openssl/providers/implementations/storemgmt/file_store.c
777
&& BIO_eof(ctx->_.file.file);
crypto/openssl/providers/implementations/storemgmt/file_store.c
787
if (ctx->_.dir.ctx != NULL)
crypto/openssl/providers/implementations/storemgmt/file_store.c
788
OPENSSL_DIR_end(&ctx->_.dir.ctx);
crypto/openssl/providers/implementations/storemgmt/file_store.c
799
BIO_free(ctx->_.file.file);
crypto/openssl/providers/implementations/storemgmt/file_store.c
800
ctx->_.file.file = NULL;
crypto/openssl/ssl/quic/qlog.c
648
bit_set(enabled, QLOG_EVENT_TYPE_##e_cat##_##e_name, add);
crypto/openssl/test/cmp_ctx_test.c
360
execute_CTX_##SETN##_##GETN##_##FIELD(OSSL_CMP_CTX_TEST_FIXTURE *fixture) \
crypto/openssl/test/cmp_ctx_test.c
363
int (*set_fn)(CMP_CTX * ctx, TYPE) = (int (*)(CMP_CTX * ctx, TYPE)) PREFIX##_##SETN##_##FIELD; \
crypto/openssl/test/cmp_ctx_test.c
365
TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \
crypto/openssl/test/cmp_ctx_test.c
492
static int test_CTX_##SETN##_##GETN##_##FIELD(void) \
crypto/openssl/test/cmp_ctx_test.c
495
EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \
crypto/openssl/test/cmp_ctx_test.c
535
DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, DUP, FIELD, \
crypto/openssl/test/cmp_ctx_test.c
540
DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, 1, FIELD, \
crypto/openssl/test/cmp_ctx_test.c
552
DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, DUP, FIELD, \
crypto/openssl/test/cmp_ctx_test.c
570
DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get0, 1, FIELD, \
crypto/openssl/test/cmp_ctx_test.c
591
DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set, get, 0, FIELD, int, -1, \
crypto/openssl/test/cmp_ctx_test.c
604
static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \
crypto/openssl/test/cmp_ctx_test.c
606
return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, ARG, val); \
crypto/openssl/test/cmp_ctx_test.c
609
static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \
crypto/openssl/test/cmp_ctx_test.c
611
return OSSL_CMP_CTX_##GETN##_##FIELD(ctx, ARG); \
crypto/openssl/test/cmp_ctx_test.c
615
static int OSSL_CMP_CTX_##SETN##_##FIELD##_str(CMP_CTX *ctx, char *val) \
crypto/openssl/test/cmp_ctx_test.c
617
return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, (unsigned char *)val, \
crypto/openssl/test/cmp_ctx_test.c
640
static int execute_CTX_##PUSHN##_##ELEM(OSSL_CMP_CTX_TEST_FIXTURE *fixture) \
crypto/openssl/test/cmp_ctx_test.c
643
int (*push_fn)(CMP_CTX * ctx, TYPE) = (int (*)(CMP_CTX * ctx, TYPE)) OSSL_CMP_CTX_##PUSHN##_##ELEM; \
crypto/openssl/test/cmp_ctx_test.c
733
static int test_CTX_##PUSHN##_##ELEM(void) \
crypto/openssl/test/cmp_ctx_test.c
736
EXECUTE_TEST(execute_CTX_##PUSHN##_##ELEM, tear_down); \
crypto/openssl/test/fake_pipelineprov.c
254
static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lc##_get_params; \
crypto/openssl/test/fake_pipelineprov.c
255
static int alg##_##kbits##_##lc##_get_params(OSSL_PARAM params[]) \
crypto/openssl/test/fake_pipelineprov.c
260
static OSSL_FUNC_cipher_newctx_fn fake_pipeline_##alg##_##kbits##_##lc##_newctx; \
crypto/openssl/test/fake_pipelineprov.c
261
static void *fake_pipeline_##alg##_##kbits##_##lc##_newctx(void *provctx) \
crypto/openssl/test/fake_pipelineprov.c
267
(void (*)(void))fake_pipeline_##alg##_##kbits##_##lc##_newctx }, \
crypto/openssl/test/fake_pipelineprov.c
279
(void (*)(void))alg##_##kbits##_##lc##_get_params }, \
crypto/openssl/test/fake_rsaprov.c
1139
static struct keytype_desc_st kind##_##keytype##_desc = { keytype_name, fake_rsa_keymgmt_funcs, \
crypto/openssl/test/fake_rsaprov.c
1146
return der2key_newctx(provctx, &kind##_##keytype##_desc, keytype_name); \
crypto/openssl/test/fake_rsaprov.c
1152
&kind##_##keytype##_desc); \
crypto/openssl/test/fake_rsaprov.c
1192
(fake_rsa_##_structure##_##_input##_to_##_output##_decoder_functions) }
crypto/openssl/test/helpers/ssl_test_ctx.c
37
static int parse_##name##_##field(struct_type *ctx, const char *value) \
crypto/openssl/test/helpers/ssl_test_ctx.c
43
static int parse_##name##_##field(struct_type *ctx, const char *value) \
crypto/openssl/test/helpers/ssl_test_ctx.c
51
static int parse_##name##_##field(struct_type *ctx, const char *value) \
crypto/openssl/test/p_test.c
221
static const OSSL_ITEM *p_get_reason_strings(void *_)
crypto/openssl/test/p_test.c
89
static const OSSL_PARAM *p_gettable_params(void *_)
crypto/openssl/test/testutil.h
303
int test_##name##_##opname(const char *, int, \
crypto/openssl/test/testutil/tests.c
210
int test_##name##_##opname(const char *file, int line, \
crypto/openssl/test/tls-provider.c
1851
key_to_##kind##_##output##_priv_bio, \
crypto/openssl/test/tls-provider.c
1853
type##_##kind##_priv_to_der);
crypto/openssl/test/tls-provider.c
1860
key_to_##kind##_##output##_pub_bio, \
crypto/openssl/test/tls-provider.c
1862
type##_##kind##_pub_to_der);
crypto/openssl/test/tls-provider.c
1869
key_to_##kind##_##output##_param_bio, \
crypto/openssl/test/tls-provider.c
1871
type##_##kind##_params_to_der);
crypto/openssl/test/tls-provider.c
1938
impl##_to_##kind##_##output##_import_object; \
crypto/openssl/test/tls-provider.c
1940
impl##_to_##kind##_##output##_free_object; \
crypto/openssl/test/tls-provider.c
1942
impl##_to_##kind##_##output##_encode; \
crypto/openssl/test/tls-provider.c
1945
impl##_to_##kind##_##output##_import_object(void *vctx, int selection, \
crypto/openssl/test/tls-provider.c
1953
static void impl##_to_##kind##_##output##_free_object(void *key) \
crypto/openssl/test/tls-provider.c
1957
static int impl##_to_##kind##_##output##_does_selection(void *ctx, \
crypto/openssl/test/tls-provider.c
1964
impl##_to_##kind##_##output##_encode(void *ctx, OSSL_CORE_BIO *cout, \
crypto/openssl/test/tls-provider.c
1982
xor_##impl##_to_##kind##_##output##_encoder_functions[] \
crypto/openssl/test/tls-provider.c
1993
(void (*)(void))impl##_to_##kind##_##output##_does_selection }, \
crypto/openssl/test/tls-provider.c
1995
(void (*)(void))impl##_to_##kind##_##output##_import_object }, \
crypto/openssl/test/tls-provider.c
1997
(void (*)(void))impl##_to_##kind##_##output##_free_object }, \
crypto/openssl/test/tls-provider.c
1999
(void (*)(void))impl##_to_##kind##_##output##_encode }, \
crypto/openssl/test/tls-provider.c
2061
(xor_##_sym##_to_##_structure##_##_output##_encoder_functions) }
crypto/openssl/test/tls-provider.c
2501
static struct keytype_desc_st kind##_##keytype##_desc = { keytype_name, xor_##keytype##_keymgmt_functions, \
crypto/openssl/test/tls-provider.c
2508
return der2key_newctx(provctx, &kind##_##keytype##_desc, keytype_name); \
crypto/openssl/test/tls-provider.c
2514
&kind##_##keytype##_desc); \
crypto/openssl/test/tls-provider.c
2556
(xor_##_structure##_##_input##_to_##_output##_decoder_functions) }
lib/libc/amd64/amd64_archlevel.h
75
.4byte __CONCAT(__CONCAT(func,_),level) - __CONCAT(func,_funcs)
lib/libc/amd64/amd64_archlevel.h
83
.type __CONCAT(__CONCAT(func,_),level), @function; \
lib/libc/amd64/amd64_archlevel.h
84
__CONCAT(__CONCAT(func,_),level):; \
lib/libc/amd64/amd64_archlevel.h
88
END(__CONCAT(__CONCAT(func,_),level))
lib/libc/gen/_pthread_stubs.c
154
WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
lib/libc/gen/_pthread_stubs.c
173
WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
lib/libc/gen/_pthread_stubs.c
192
WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
lib/libc/gen/_pthread_stubs.c
211
WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
lib/libifconfig/libifconfig_sfp_tables.tpl.c
47
for _, ent in ipairs(enums) do
lib/libifconfig/libifconfig_sfp_tables.tpl.c
62
for _, item in ipairs(enum.values) do
lib/libifconfig/libifconfig_sfp_tables.tpl.c
63
_, sym, desc, disp = table.unpack(item)
lib/libifconfig/libifconfig_sfp_tables.tpl.h
103
for _, ent in ipairs(enums) do
lib/libifconfig/libifconfig_sfp_tables.tpl.h
118
for _, ent in ipairs(enums) do
lib/libifconfig/libifconfig_sfp_tables.tpl.h
33
for _, ent in ipairs(enums) do
lib/libifconfig/libifconfig_sfp_tables.tpl.h
49
for _, item in ipairs(enum.values) do
lib/libifconfig/libifconfig_sfp_tables.tpl.h
81
for _, ent in ipairs(enums) do
lib/libifconfig/libifconfig_sfp_tables_internal.tpl.h
38
for _, ent in ipairs(enums) do
lib/libifconfig/libifconfig_sfp_tables_internal.tpl.h
54
for _, ent in ipairs(enums) do
lib/libnetbsd/sys/cdefs.h
65
__CONCAT(_,b))
lib/libpmc/libpmc.c
120
#define __PMC_EV(C,N) { #N, PMC_EV_ ## C ## _ ## N },
lib/libsys/aarch64/SYS.h
53
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/aarch64/SYS.h
60
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/amd64/SYS.h
52
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/amd64/SYS.h
57
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/arm/SYS.h
58
.weak _C_LABEL(__CONCAT(_,x)); \
lib/libsys/arm/SYS.h
59
.set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
lib/libsys/arm/SYS.h
66
.weak _C_LABEL(__CONCAT(_,x)); \
lib/libsys/arm/SYS.h
67
.set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
lib/libsys/i386/SYS.h
51
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/i386/SYS.h
56
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/powerpc/SYS.h
54
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/powerpc/SYS.h
63
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/powerpc64/SYS.h
62
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/powerpc64/SYS.h
71
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/riscv/SYS.h
54
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libsys/riscv/SYS.h
61
WEAK_REFERENCE(__sys_##name, _##name); \
lib/libusb/libusb20_int.h
65
/* .field = */ n##_##field,
stand/kshim/bsd_kernel.h
92
static struct module_data bsd_##name##_##busname##_driver_mod = { \
stand/kshim/bsd_kernel.h
95
SYSINIT(bsd_##name##_##busname##_driver_mod, SI_SUB_DRIVERS, \
stand/kshim/bsd_kernel.h
97
&bsd_##name##_##busname##_driver_mod)
sys/amd64/include/atomic.h
115
atomic_##NAME##_##TYPE(volatile u_##TYPE *p, u_##TYPE v)\
sys/arm/arm/stdatomic.c
265
__sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \
sys/arm/arm/stdatomic.c
303
__sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \
sys/arm/include/atomic.h
73
atomic_##NAME##_##WIDTH(p, v); \
sys/arm/include/atomic.h
81
atomic_##NAME##_##WIDTH(p, v); \
sys/arm/include/bus.h
259
#define __bs_opname(op,size) __bs_c(__bs_c(__bs_c(bs_,op),_),size)
sys/arm/include/bus.h
268
#define __bs_opname_s(op,size) __bs_c(__bs_c(__bs_c(__bs_c(bs_,op),_),size),_s)
sys/arm/mv/mvwin.h
281
pre ## _ ## reg ## _read(int i) \
sys/arm/mv/mvwin.h
288
pre ## _ ## reg ## _read(int i, int j) \
sys/arm/mv/mvwin.h
295
pre ## _ ## reg ## _read(uint32_t base, int i) \
sys/arm/mv/mvwin.h
302
pre ## _ ## reg ## _read(uint32_t base, int i, int j) \
sys/arm/mv/mvwin.h
309
pre ## _ ## reg ## _write(int i, uint32_t val) \
sys/arm/mv/mvwin.h
316
pre ## _ ## reg ## _write(int i, int j, uint32_t val) \
sys/arm/mv/mvwin.h
323
pre ## _ ## reg ## _write(uint32_t base, int i, uint32_t val) \
sys/arm/mv/mvwin.h
330
pre ## _ ## reg ## _write(uint32_t base, int i, int j, uint32_t val) \
sys/arm/mv/mvwin.h
337
pre ## _ ## reg ## _read(void) \
sys/arm/mv/mvwin.h
344
pre ## _ ## reg ## _read(uint32_t base) \
sys/arm/mv/mvwin.h
351
pre ## _ ## reg ## _write(uint32_t val) \
sys/arm/mv/mvwin.h
358
pre ## _ ## reg ## _write(uint32_t base, uint32_t val) \
sys/arm64/arm64/identcpu.c
355
MRS_FIELD_VALUE(_reg ## _ ## _field ## _ ## _none, ""), \
sys/arm64/arm64/identcpu.c
356
MRS_FIELD_VALUE(_reg ## _ ## _field ## _ ## _impl, #_field)
sys/arm64/arm64/identcpu.c
359
MRS_FIELD_VALUE(0ul << _reg ## _ ## _field ## _SHIFT, "1 " _desc), \
sys/arm64/arm64/identcpu.c
360
MRS_FIELD_VALUE(1ul << _reg ## _ ## _field ## _SHIFT, "2 " _desc "s"), \
sys/arm64/arm64/identcpu.c
361
MRS_FIELD_VALUE(2ul << _reg ## _ ## _field ## _SHIFT, "3 " _desc "s"), \
sys/arm64/arm64/identcpu.c
362
MRS_FIELD_VALUE(3ul << _reg ## _ ## _field ## _SHIFT, "4 " _desc "s"), \
sys/arm64/arm64/identcpu.c
363
MRS_FIELD_VALUE(4ul << _reg ## _ ## _field ## _SHIFT, "5 " _desc "s"), \
sys/arm64/arm64/identcpu.c
364
MRS_FIELD_VALUE(5ul << _reg ## _ ## _field ## _SHIFT, "6 " _desc "s"), \
sys/arm64/arm64/identcpu.c
365
MRS_FIELD_VALUE(6ul << _reg ## _ ## _field ## _SHIFT, "7 " _desc "s"), \
sys/arm64/arm64/identcpu.c
366
MRS_FIELD_VALUE(7ul << _reg ## _ ## _field ## _SHIFT, "8 " _desc "s"), \
sys/arm64/arm64/identcpu.c
367
MRS_FIELD_VALUE(8ul << _reg ## _ ## _field ## _SHIFT, "9 " _desc "s"), \
sys/arm64/arm64/identcpu.c
368
MRS_FIELD_VALUE(9ul << _reg ## _ ## _field ## _SHIFT, "10 "_desc "s"), \
sys/arm64/arm64/identcpu.c
369
MRS_FIELD_VALUE(10ul<< _reg ## _ ## _field ## _SHIFT, "11 "_desc "s"), \
sys/arm64/arm64/identcpu.c
370
MRS_FIELD_VALUE(11ul<< _reg ## _ ## _field ## _SHIFT, "12 "_desc "s"), \
sys/arm64/arm64/identcpu.c
371
MRS_FIELD_VALUE(12ul<< _reg ## _ ## _field ## _SHIFT, "13 "_desc "s"), \
sys/arm64/arm64/identcpu.c
372
MRS_FIELD_VALUE(13ul<< _reg ## _ ## _field ## _SHIFT, "14 "_desc "s"), \
sys/arm64/arm64/identcpu.c
373
MRS_FIELD_VALUE(14ul<< _reg ## _ ## _field ## _SHIFT, "15 "_desc "s"), \
sys/arm64/arm64/identcpu.c
374
MRS_FIELD_VALUE(15ul<< _reg ## _ ## _field ## _SHIFT, "16 "_desc "s")
sys/arm64/arm64/identcpu.c
381
MRS_FIELD_VALUE(0ul << _reg ## _ ## _field ## _SHIFT, _0desc), \
sys/arm64/arm64/identcpu.c
382
MRS_FIELD_VALUE(1ul << _reg ## _ ## _field ## _SHIFT, "8 " _desc), \
sys/arm64/arm64/identcpu.c
383
MRS_FIELD_VALUE(2ul << _reg ## _ ## _field ## _SHIFT, "16 " _desc), \
sys/arm64/arm64/identcpu.c
384
MRS_FIELD_VALUE(3ul << _reg ## _ ## _field ## _SHIFT, "32 " _desc), \
sys/arm64/arm64/identcpu.c
385
MRS_FIELD_VALUE(4ul << _reg ## _ ## _field ## _SHIFT, "64 " _desc), \
sys/arm64/arm64/identcpu.c
386
MRS_FIELD_VALUE(5ul << _reg ## _ ## _field ## _SHIFT, "128 " _desc), \
sys/arm64/arm64/identcpu.c
387
MRS_FIELD_VALUE(6ul << _reg ## _ ## _field ## _SHIFT, "256 " _desc), \
sys/arm64/arm64/identcpu.c
388
MRS_FIELD_VALUE(7ul << _reg ## _ ## _field ## _SHIFT, "512 " _desc), \
sys/arm64/arm64/identcpu.c
389
MRS_FIELD_VALUE(8ul << _reg ## _ ## _field ## _SHIFT, "1k " _desc), \
sys/arm64/arm64/identcpu.c
390
MRS_FIELD_VALUE(9ul << _reg ## _ ## _field ## _SHIFT, "2k " _desc), \
sys/arm64/arm64/identcpu.c
391
MRS_FIELD_VALUE(10ul<< _reg ## _ ## _field ## _SHIFT, "4k " _desc), \
sys/arm64/arm64/identcpu.c
392
MRS_FIELD_VALUE(11ul<< _reg ## _ ## _field ## _SHIFT, "8k " _desc), \
sys/arm64/arm64/identcpu.c
393
MRS_FIELD_VALUE(12ul<< _reg ## _ ## _field ## _SHIFT, "16k " _desc), \
sys/arm64/arm64/identcpu.c
394
MRS_FIELD_VALUE(13ul<< _reg ## _ ## _field ## _SHIFT, "32k " _desc), \
sys/arm64/arm64/identcpu.c
395
MRS_FIELD_VALUE(14ul<< _reg ## _ ## _field ## _SHIFT, "64k " _desc), \
sys/arm64/arm64/identcpu.c
396
MRS_FIELD_VALUE(15ul<< _reg ## _ ## _field ## _SHIFT, "128k "_desc)
sys/arm64/arm64/identcpu.c
441
.width = _register ## _ ## _name ## _WIDTH, \
sys/arm64/arm64/identcpu.c
442
.shift = _register ## _ ## _name ## _SHIFT, \
sys/arm64/arm64/identcpu.c
443
.mask = _register ## _ ## _name ## _MASK, \
sys/arm64/include/_armreg.h
40
S##op0##_##op1##_C##crn##_C##crm##_##op2
sys/arm64/include/asm.h
82
ubfx tmp, tmp, ##feat_reg##_##feat##_SHIFT, ##feat_reg##_##feat##_WIDTH; \
sys/arm64/include/asm.h
83
cmp tmp, #(##feat_reg##_##feat##_##min_val## >> ##feat_reg##_##feat##_SHIFT); \
sys/arm64/include/atomic.h
120
atomic_##op##_##bar##t##_lse(p, val); \
sys/arm64/include/atomic.h
122
atomic_##op##_##bar##t##_llsc(p, val); \
sys/arm64/include/atomic.h
410
atomic_testand##op##_##bar##t##flav(volatile uint##t##_t *p, u_int val)
sys/arm64/include/atomic.h
452
return (atomic_testand##op##_##bar##t##_lse(p, val)); \
sys/arm64/include/atomic.h
454
return (atomic_testand##op##_##bar##t##_llsc(p, val)); \
sys/arm64/include/atomic.h
82
atomic_##op##_##bar##t##flav(volatile uint##t##_t *p, uint##t##_t val)
sys/arm64/include/bus.h
292
#define __bs_opname(op,size) __bs_c(__bs_c(__bs_c(bs_,op),_),size)
sys/arm64/include/bus.h
305
#define __bs_opname_s(op,size) __bs_c(__bs_c(__bs_c(__bs_c(bs_,op),_),size),_s)
sys/arm64/vmm/vmm_reset.c
195
el2ctx->read |= read_pfx ## _EL2_ ## name ## _ ## trap; \
sys/arm64/vmm/vmm_reset.c
196
el2ctx->write |= write_pfx ## _EL2_ ## name ## _ ## trap; \
sys/cam/scsi/scsi_ses.h
39
#define MK_ENUM(S, F, SUFFIX) S ## _ ## F ## SUFFIX
sys/cddl/compat/opensolaris/sys/elf.h
30
#define __sElfN(x) typedef __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x) x
sys/compat/linux/linux_elf.h
41
#define __linuxN(x) __CONCAT(__CONCAT(__CONCAT(linux,__ELF_WORD_SIZE),_),x)
sys/compat/linuxkpi/common/include/linux/cleanup.h
53
_guard(_n, guard_ ## _n ## _ ## __COUNTER__)
sys/compat/linuxkpi/common/include/linux/device/driver.h
19
__CONCAT(__CONCAT(_, _drv), _init)(void) \
sys/compat/linuxkpi/common/include/linux/device/driver.h
25
__CONCAT(__CONCAT(_, _drv), _exit)(void) \
sys/compat/linuxkpi/common/include/linux/device/driver.h
30
module_init(__CONCAT(__CONCAT(_, _drv), _init)); \
sys/compat/linuxkpi/common/include/linux/device/driver.h
31
module_exit(__CONCAT(__CONCAT(_, _drv), _exit))
sys/compat/linuxkpi/common/include/linux/module.h
59
static device_method_t _ ## _bus ## _ ## _table ## _methods[] = { \
sys/compat/linuxkpi/common/include/linux/module.h
63
static driver_t _ ## _bus ## _ ## _table ## _driver = { \
sys/compat/linuxkpi/common/include/linux/module.h
65
_ ## _bus ## _ ## _table ## _methods, \
sys/compat/linuxkpi/common/include/linux/module.h
69
DRIVER_MODULE(lkpi_ ## _table, _bus, _ ## _bus ## _ ## _table ## _driver,\
sys/compat/linuxkpi/common/include/linux/rcupdate.h
103
__CONCAT(__CONCAT(__CONCAT(rcu_, n), _), __COUNTER__)
sys/ddb/ddb.h
146
static struct db_command db_##_table##_##_name##_cmd = { \
sys/ddb/ddb.h
154
db##_table##_##_name##_add(void *arg __unused) \
sys/ddb/ddb.h
157
&db_##_table##_##_name##_cmd); \
sys/ddb/ddb.h
159
SYSINIT(db_##_table##_##_name, SI_SUB_KLD, SI_ORDER_ANY, \
sys/ddb/ddb.h
160
db##_table##_##_name##_add, NULL); \
sys/ddb/ddb.h
163
db##_table##_##_name##_del(void *arg __unused) \
sys/ddb/ddb.h
166
&db_##_table##_##_name##_cmd); \
sys/ddb/ddb.h
168
SYSUNINIT(db_##_table##_##_name, SI_SUB_KLD, SI_ORDER_ANY, \
sys/ddb/ddb.h
169
db##_table##_##_name##_del, NULL)
sys/dev/axgbe/xgbe-common.h
1479
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1480
_prefix##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1484
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1485
_prefix##_##_field##_WIDTH, (_val))
sys/dev/axgbe/xgbe-common.h
1489
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1490
_prefix##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1494
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1495
_prefix##_##_field##_WIDTH, (_val))
sys/dev/axgbe/xgbe-common.h
1509
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1510
_reg##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1519
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1520
_reg##_##_field##_WIDTH, (_val)); \
sys/dev/axgbe/xgbe-common.h
1534
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1535
_reg##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1545
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1546
_reg##_##_field##_WIDTH, (_val)); \
sys/dev/axgbe/xgbe-common.h
1559
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1560
_reg##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1570
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1571
_reg##_##_field##_WIDTH, (_val)); \
sys/dev/axgbe/xgbe-common.h
1580
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1581
_prefix##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1585
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1586
_prefix##_##_field##_WIDTH, (_val))
sys/dev/axgbe/xgbe-common.h
1605
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1606
_prefix##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1610
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1611
_prefix##_##_field##_WIDTH, (_val))
sys/dev/axgbe/xgbe-common.h
1618
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1619
_reg##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1628
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1629
_reg##_##_field##_WIDTH, (_val)); \
sys/dev/axgbe/xgbe-common.h
1638
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1639
_reg##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1648
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1649
_reg##_##_field##_WIDTH, (_val)); \
sys/dev/axgbe/xgbe-common.h
1661
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1662
_reg##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1671
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1672
_reg##_##_field##_WIDTH, (_val)); \
sys/dev/axgbe/xgbe-common.h
1681
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1682
_prefix##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1686
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1687
_prefix##_##_field##_WIDTH, (_val))
sys/dev/axgbe/xgbe-common.h
1694
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1695
_reg##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1705
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1706
_reg##_##_field##_WIDTH, (_val)); \
sys/dev/axgbe/xgbe-common.h
1715
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1716
_prefix##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1720
_prefix##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1721
_prefix##_##_field##_WIDTH, (_val))
sys/dev/axgbe/xgbe-common.h
1728
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1729
_reg##_##_field##_WIDTH)
sys/dev/axgbe/xgbe-common.h
1739
_reg##_##_field##_INDEX, \
sys/dev/axgbe/xgbe-common.h
1740
_reg##_##_field##_WIDTH, (_val)); \
sys/dev/bhnd/bhndb/bhndb.c
1825
bhndb_bus_ ## _op ## _ ## _size (device_t dev, \
sys/dev/bhnd/bhndb/bhndb.c
1830
bus_ ## _op ## _ ## _size (io_res, io_offset, \
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
172
bhnd_nvram_ ## _cname ## _ ## _mname; \
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
181
.op_ ## _mname = bhnd_nvram_ ## _cname ## _ ## _mname,
sys/dev/hid/bcm5974.c
407
HID_BVPI(BUS_USB, USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i), \
sys/dev/hid/hidquirk.c
80
HID_QUIRK_VP(BUS_USB, USB_VENDOR_##v, USB_PRODUCT_##v##_##p, l, h, __VA_ARGS__)
sys/dev/hpt27xx/ldm.h
41
#define __hpt_set_ver(x, v1, v2, v3, v4, v5) x ## _R_ ## v1 ## _ ## v2 ## _ ## v3 ## _ ## v4 ## _ ## v5
sys/dev/hptmv/hptproc.c
640
SYSCTL_OID(_ ## name, OID_AUTO, status, \
sys/dev/hptnr/ldm.h
40
#define __hpt_set_ver(x, v1, v2, v3, v4, v5) x ## _R_ ## v1 ## _ ## v2 ## _ ## v3 ## _ ## v4 ## _ ## v5
sys/dev/hptrr/ldm.h
43
#define __hpt_set_ver(x, v1, v2, v3, v4, v5) x ## _R_ ## v1 ## _ ## v2 ## _ ## v3 ## _ ## v4 ## _ ## v5
sys/dev/ice/virtchnl.h
1472
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
sys/dev/ice/virtchnl.h
1475
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
sys/dev/mii/miivar.h
231
#define MII_PHY_DESC(a, b) { MII_OUI_ ## a, MII_MODEL_ ## a ## _ ## b, \
sys/dev/mii/miivar.h
232
MII_STR_ ## a ## _ ## b }
sys/dev/mlx5/mlx5_en/en.h
387
m(c, t, pri_##p##_##f, "prio" #p "_" s, "Priority " #p " - " d)
sys/dev/ow/ow.c
170
sysctl_ow_timing_ ## mode ## _ ## param(SYSCTL_HANDLER_ARGS) \
sys/dev/ow/ow.c
186
sysctl_ow_timing_ ## mode ## _ ## param, "I", \
sys/dev/pccard/pccardvar.h
235
#define PCCARD_S(a, b) PCMCIA_STR_ ## a ## _ ## b
sys/dev/pccard/pccardvar.h
236
#define PCCARD_P(a, b) PCMCIA_PRODUCT_ ## a ## _ ## b
sys/dev/pccard/pccardvar.h
237
#define PCCARD_C(a, b) PCMCIA_CIS_ ## a ## _ ## b
sys/dev/qlnx/qlnxe/ecore_cxt.c
74
#define ILT_CFG_REG(cli, reg) PSWRQ2_REG_##cli##_##reg##_RT_OFFSET
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
367
#define FIELD_BIT_OFFSET(type, field) type##_##field##_##OFFSET
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
368
#define FIELD_BIT_SIZE(type, field) type##_##field##_##SIZE
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
171
#define QM_CMD_SET_FIELD(var, cmd, field, value) SET_FIELD(var[cmd##_##field##_OFFSET], cmd##_##field, value)
sys/dev/rtwn/usb/rtwn_usb_attach.h
107
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8192EU) }
sys/dev/rtwn/usb/rtwn_usb_attach.h
117
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8188EU) }
sys/dev/rtwn/usb/rtwn_usb_attach.h
133
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812AU) }
sys/dev/rtwn/usb/rtwn_usb_attach.h
158
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8821AU) }
sys/dev/rtwn/usb/rtwn_usb_attach.h
40
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8192CU) }
sys/dev/sfxge/common/efx_types.h
129
_field ## _ ## _attribute
sys/dev/sound/pcm/feeder_rate.c
461
x = pcm_sample_read(sx, AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_rate.c
462
y = pcm_sample_read(sy, AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_rate.c
464
pcm_sample_write(dst, x, AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_rate.c
502
x = pcm_sample_read(p, AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_rate.c
560
pcm_sample_write(dst, pcm_clamp(v, AFMT_##SIGN##BIT##_##ENDIAN),\
sys/dev/sound/pcm/feeder_rate.c
561
AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_rate.c
586
x = pcm_sample_read(p, AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_rate.c
590
x = pcm_sample_read(p, AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_rate.c
600
pcm_sample_write(dst, pcm_clamp(v, AFMT_##SIGN##BIT##_##ENDIAN),\
sys/dev/sound/pcm/feeder_rate.c
601
AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_rate.c
640
AFMT_##SIGN##BIT##_##ENDIAN, \
sys/dev/sound/pcm/feeder_volume.c
104
AFMT_##SIGN##BIT##_##ENDIAN, \
sys/dev/sound/pcm/feeder_volume.c
67
AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_volume.c
70
AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/sound/pcm/feeder_volume.c
72
AFMT_##SIGN##BIT##_##ENDIAN); \
sys/dev/syscons/syscons.h
468
static struct sc_renderer scrndr_##name##_##mode = { \
sys/dev/syscons/syscons.h
471
DATA_SET(scrndr_set, scrndr_##name##_##mode); \
sys/dev/syscons/syscons.h
472
DATA_SET(set, scrndr_##name##_##mode)
sys/dev/uart/uart_dev_imx.h
199
#define FLD(_r, _v) IMXUART_ ## _r ## _ ## _v
sys/dev/usb/input/atp.c
513
#define ATP_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/input/wsp.c
509
#define WSP_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/misc/uled.c
112
#define ULED_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/net/if_aue.c
124
#define AUE_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/net/if_axe.c
148
#define AXE_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/net/if_axge.c
74
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i), __VA_ARGS__ }
sys/dev/usb/net/if_cue.c
95
#define CUE_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
sys/dev/usb/net/if_kue.c
107
#define KUE_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
sys/dev/usb/net/if_ure.c
100
USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i), \
sys/dev/usb/net/if_usie.c
95
USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##d) }
sys/dev/usb/net/uhso.c
252
#define UHSO_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/quirk/usb_quirk.c
78
.vid = USB_VENDOR_##v, .pid = USB_PRODUCT_##v##_##p, .lo_rev = 0x0000, \
sys/dev/usb/quirk/usb_quirk.c
90
.vid = USB_VENDOR_##v, .pid = USB_PRODUCT_##v##_##p, .lo_rev = (l), \
sys/dev/usb/serial/u3g.c
198
#define U3G_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/serial/uftdi.c
267
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/serial/uplcom.c
257
{ USB_VENDOR(USB_VENDOR_##v), USB_PRODUCT(USB_PRODUCT_##v##_##p) }
sys/dev/usb/serial/uslcom.c
228
#define USLCOM_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
sys/dev/usb/serial/uvisor.c
254
#define UVISOR_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
sys/dev/usb/wlan/if_mtw.c
137
USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) \
sys/dev/usb/wlan/if_rsu.c
105
#define RSU_DEV_HT(v,p) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, \
sys/dev/usb/wlan/if_rsu.c
107
#define RSU_DEV(v,p) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, \
sys/dev/usb/wlan/if_rum.c
86
#define RUM_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
sys/dev/usb/wlan/if_run.c
129
#define RUN_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
sys/dev/usb/wlan/if_run.c
131
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RUN_EJECT) }
sys/dev/usb/wlan/if_uath.c
161
#define UATH_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
sys/dev/usb/wlan/if_upgt.c
174
#define UPGT_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
sys/dev/usb/wlan/if_ural.c
91
#define URAL_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
sys/dev/usb/wlan/if_urtw.c
102
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, URTW_REV_RTL8187B) }
sys/dev/usb/wlan/if_urtw.c
104
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, URTW_REV_RTL8187L) }
sys/dev/usb/wlan/if_zyd.c
198
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, ZYD_ZD1211) }
sys/dev/usb/wlan/if_zyd.c
200
{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, ZYD_ZD1211B) }
sys/fs/procfs/procfs_dbregs.c
71
proc_ ## d ## _ ## w ## 32(t, r ## 32) : \
sys/fs/procfs/procfs_dbregs.c
72
proc_ ## d ## _ ## w(t, r)
sys/fs/procfs/procfs_dbregs.c
77
#define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r)
sys/fs/procfs/procfs_fpregs.c
65
proc_ ## d ## _ ## w ## 32(t, r ## 32) : \
sys/fs/procfs/procfs_fpregs.c
66
proc_ ## d ## _ ## w(t, r)
sys/fs/procfs/procfs_fpregs.c
71
#define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r)
sys/fs/procfs/procfs_regs.c
65
proc_ ## d ## _ ## w ## 32(t, r ## 32) : \
sys/fs/procfs/procfs_regs.c
66
proc_ ## d ## _ ## w(t, r)
sys/fs/procfs/procfs_regs.c
71
#define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r)
sys/fs/pseudofs/pseudofs.h
286
_##name##_mount(struct mount *mp) { \
sys/fs/pseudofs/pseudofs.h
291
_##name##_init(struct vfsconf *vfc) { \
sys/fs/pseudofs/pseudofs.h
296
_##name##_uninit(struct vfsconf *vfc) { \
sys/fs/pseudofs/pseudofs.h
302
.vfs_init = _##name##_init, \
sys/fs/pseudofs/pseudofs.h
303
.vfs_mount = _##name##_mount, \
sys/fs/pseudofs/pseudofs.h
306
.vfs_uninit = _##name##_uninit, \
sys/i386/include/atomic.h
104
atomic_##NAME##_##TYPE(volatile u_##TYPE *p, u_##TYPE v)\
sys/kern/subr_asan.c
1027
void kasan_bus_space_set_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
1031
bus_space_set_##func##_##width(tag, hnd, offset, value, \
sys/kern/subr_asan.c
937
type kasan_bus_space_read##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
940
return (bus_space_read##func##_##width(tag, hnd, \
sys/kern/subr_asan.c
945
void kasan_bus_space_read_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
951
bus_space_read_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_asan.c
986
void kasan_bus_space_write##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
989
bus_space_write##func##_##width(tag, hnd, offset, value);\
sys/kern/subr_asan.c
993
void kasan_bus_space_write_##func##_##width(bus_space_tag_t tag,\
sys/kern/subr_asan.c
999
bus_space_write_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_csan.c
741
type kcsan_bus_space_read##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
744
return (bus_space_read##func##_##width(tag, hnd, \
sys/kern/subr_csan.c
749
void kcsan_bus_space_read_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
755
bus_space_read_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_csan.c
790
void kcsan_bus_space_write##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
793
bus_space_write##func##_##width(tag, hnd, offset, value); \
sys/kern/subr_csan.c
797
void kcsan_bus_space_write_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
803
bus_space_write_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_csan.c
838
void kcsan_bus_space_set_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
842
bus_space_set_##func##_##width(tag, hnd, offset, value, \
sys/kern/subr_msan.c
1428
type kmsan_bus_space_read##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1435
ret = bus_space_read##func##_##width(tag, hnd, offset); \
sys/kern/subr_msan.c
1441
void kmsan_bus_space_read_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1447
bus_space_read_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_msan.c
1482
void kmsan_bus_space_write##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1485
bus_space_write##func##_##width(tag, hnd, offset, value);\
sys/kern/subr_msan.c
1489
void kmsan_bus_space_write_##func##_##width(bus_space_tag_t tag,\
sys/kern/subr_msan.c
1495
bus_space_write_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_msan.c
1523
void kmsan_bus_space_set_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1527
bus_space_set_##func##_##width(tag, hnd, offset, value, \
sys/ofed/include/rdma/ib_pack.h
73
IB_OPCODE_ ## transport ## _ ## op = \
sys/powerpc/include/asm.h
60
#define HIDENAME(asmsym) __CONCAT(_,asmsym)
sys/powerpc/include/bus.h
262
#define __bs_opname(op,size) __bs_c(__bs_c(__bs_c(bs_,op),_),size)
sys/powerpc/include/kdb.h
49
kdb_cpu_trap(int vector, int _)
sys/riscv/include/atomic.h
55
atomic_##NAME##_##WIDTH(p, v); \
sys/riscv/include/atomic.h
63
atomic_##NAME##_##WIDTH(p, v); \
sys/riscv/include/bus.h
260
#define __bs_opname(op,size) __bs_c(__bs_c(__bs_c(bs_,op),_),size)
sys/riscv/include/bus.h
273
#define __bs_opname_s(op,size) __bs_c(__bs_c(__bs_c(__bs_c(bs_,op),_),size),_s)
sys/sys/atomic_san.h
47
void sp##_atomic_##op##_##name(volatile type *, type); \
sys/sys/atomic_san.h
62
type sp##_atomic_##op##_##name(volatile type *, type)
sys/sys/atomic_san.h
80
int sp##_atomic_##op##_##name(volatile type *, u_int); \
sys/sys/bus.h
914
static struct driver_module_data _name##_##busname##_driver_mod = { \
sys/sys/bus.h
923
static moduledata_t _name##_##busname##_mod = { \
sys/sys/bus.h
926
.priv = &_name##_##busname##_driver_mod, \
sys/sys/bus.h
928
DECLARE_MODULE(_name##_##busname, _name##_##busname##_mod, \
sys/sys/elf_generic.h
53
#define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
sys/sys/elf_generic.h
54
#define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
sys/sys/elf_generic.h
55
#define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
sys/sys/jail.h
430
SYSCTL_JAIL_PARAM(_##module, , CTLTYPE_INT | (access), "E,jailsys", \
sys/sys/jail.h
434
SYSCTL_JAIL_PARAM(_##parent##_##module, , CTLTYPE_INT | (access), \
sys/sys/kobj.h
226
kobjop_desc_t _desc = &OP##_##desc; \
sys/sys/kobj.h
240
kobjop_desc_t _desc = &OP##_##desc; \
sys/sys/libkern.h
279
__CONCAT(SAN_INTERCEPTOR_PREFIX, __CONCAT(_, func))
sys/sys/module.h
119
#define MODULE_DEPEND_CONCAT(module, mdepend) _##module##_depend_on_##mdepend
sys/sys/module.h
167
#define MODULE_VERSION_CONCAT(module, version) _##module##_version
sys/sys/module.h
182
static const struct mod_pnp_match_info _module_pnp_##b##_##unique = { \
sys/sys/module.h
190
&_module_pnp_##b##_##unique, #b);
sys/sys/pmckern.h
102
struct pmc_soft pmc_##prov##_##mod##_##func##_##name = \
sys/sys/pmckern.h
104
SYSINIT(pmc_##prov##_##mod##_##func##_##name##_init, SI_SUB_KDTRACE, \
sys/sys/pmckern.h
106
&pmc_##prov##_##mod##_##func##_##name ); \
sys/sys/pmckern.h
107
SYSUNINIT(pmc_##prov##_##mod##_##func##_##name##_uninit, \
sys/sys/pmckern.h
109
&pmc_##prov##_##mod##_##func##_##name )
sys/sys/pmckern.h
115
extern struct pmc_soft pmc_##prov##_##mod##_##func##_##name
sys/sys/pmckern.h
124
if (__predict_false(pmc_##pr##_##mo##_##fu##_##na.ps_running)) { \
sys/sys/pmckern.h
129
ks.pm_ev = pmc_##pr##_##mo##_##fu##_##na.ps_ev.pm_ev_code; \
sys/sys/pmckern.h
149
if (__predict_false(pmc_##pr##_##mo##_##fu##_##na.ps_running)) { \
sys/sys/pmckern.h
153
ks.pm_ev = pmc_##pr##_##mo##_##fu##_##na.ps_ev.pm_ev_code; \
sys/sys/sdt.h
159
sdt_##prov##_##mod##_##func##_##name
sys/sys/sdt.h
253
sdta_##_prov##_##_mod##_##_func##_##_name##_num[1] = { \
sys/sys/sdt.h
262
sdta_##_prov##_##_mod##_##_func##_##_name##_num);
sys/sys/sysctl.h
277
sysctl__##parent##_##name.oid_children
sys/sys/sysctl.h
317
static SYSCTL_OID_RAW(sysctl__##parent##_##name, \
sys/sys/sysctl.h
323
SYSCTL_OID_RAW(sysctl__##parent##_##name, \
sys/sys/systm.h
262
__CONCAT(SAN_INTERCEPTOR_PREFIX, __CONCAT(_, func))
tests/sys/capsicum/capsicum-test.h
110
static void test_case_name##_##test_name##_ForkTest(); \
tests/sys/capsicum/capsicum-test.h
112
_RUN_FORKED_FN(test_case_name##_##test_name##_ForkTest, \
tests/sys/capsicum/capsicum-test.h
117
static void test_case_name##_##test_name##_ForkTest()
tests/sys/capsicum/capsicum-test.h
123
#define ICLASS_NAME(test_case_name, test_name) Forked##test_case_name##_##test_name
tests/sys/capsicum/capsicum-test.h
130
TEST_F(ICLASS_NAME(test_case_name, test_name), _) { \
tests/sys/capsicum/mqueue.cc
17
static void test_case_name##_##test_name##_ForkTest(); \
tests/sys/capsicum/mqueue.cc
19
_RUN_FORKED_FN(test_case_name##_##test_name##_ForkTest, \
tests/sys/capsicum/mqueue.cc
24
static void test_case_name##_##test_name##_ForkTest()
tests/sys/fs/fusefs/access.cc
105
_)
tests/sys/fs/fusefs/access.cc
138
_)
tests/sys/fs/fusefs/access.cc
280
_)
tests/sys/fs/fusefs/access.cc
294
_)
tests/sys/fs/fusefs/access.cc
69
_)
tests/sys/fs/fusefs/allow_other.cc
114
_)
tests/sys/fs/fusefs/allow_other.cc
148
_)
tests/sys/fs/fusefs/allow_other.cc
163
_)
tests/sys/fs/fusefs/bmap.cc
144
_)
tests/sys/fs/fusefs/bmap.cc
202
_)
tests/sys/fs/fusefs/bmap.cc
237
_)
tests/sys/fs/fusefs/bmap.cc
246
_)
tests/sys/fs/fusefs/bmap.cc
307
_)
tests/sys/fs/fusefs/bmap.cc
320
_)
tests/sys/fs/fusefs/bmap.cc
335
_)
tests/sys/fs/fusefs/bmap.cc
65
_)
tests/sys/fs/fusefs/cache.cc
128
_)
tests/sys/fs/fusefs/cache.cc
90
_)
tests/sys/fs/fusefs/copy_file_range.cc
181
_)
tests/sys/fs/fusefs/copy_file_range.cc
233
_)
tests/sys/fs/fusefs/copy_file_range.cc
311
_)
tests/sys/fs/fusefs/copy_file_range.cc
365
_)
tests/sys/fs/fusefs/copy_file_range.cc
421
_)
tests/sys/fs/fusefs/copy_file_range.cc
471
_)
tests/sys/fs/fusefs/copy_file_range.cc
520
_)
tests/sys/fs/fusefs/copy_file_range.cc
54
_)
tests/sys/fs/fusefs/copy_file_range.cc
561
_)
tests/sys/fs/fusefs/copy_file_range.cc
611
_)
tests/sys/fs/fusefs/copy_file_range.cc
66
_)
tests/sys/fs/fusefs/copy_file_range.cc
671
_)
tests/sys/fs/fusefs/copy_file_range.cc
720
_)
tests/sys/fs/fusefs/copy_file_range.cc
774
_)
tests/sys/fs/fusefs/copy_file_range.cc
91
_)
tests/sys/fs/fusefs/create.cc
105
_)
tests/sys/fs/fusefs/create.cc
140
_)
tests/sys/fs/fusefs/create.cc
165
_)
tests/sys/fs/fusefs/create.cc
234
_)
tests/sys/fs/fusefs/create.cc
248
_)
tests/sys/fs/fusefs/create.cc
403
_)
tests/sys/fs/fusefs/create.cc
57
_)
tests/sys/fs/fusefs/create.cc
81
_)
tests/sys/fs/fusefs/default_permissions.cc
100
_)
tests/sys/fs/fusefs/default_permissions.cc
122
_)
tests/sys/fs/fusefs/default_permissions.cc
1265
_)
tests/sys/fs/fusefs/default_permissions.cc
1297
_)
tests/sys/fs/fusefs/default_permissions.cc
1320
_)
tests/sys/fs/fusefs/default_permissions.cc
1350
_)
tests/sys/fs/fusefs/default_permissions.cc
137
_)
tests/sys/fs/fusefs/default_permissions.cc
1384
_)
tests/sys/fs/fusefs/default_permissions.cc
1406
_)
tests/sys/fs/fusefs/default_permissions.cc
187
_)
tests/sys/fs/fusefs/default_permissions.cc
200
_)
tests/sys/fs/fusefs/default_permissions.cc
213
_)
tests/sys/fs/fusefs/default_permissions.cc
233
_)
tests/sys/fs/fusefs/default_permissions.cc
246
_)
tests/sys/fs/fusefs/default_permissions.cc
341
_)
tests/sys/fs/fusefs/default_permissions.cc
374
_)
tests/sys/fs/fusefs/default_permissions.cc
400
_)
tests/sys/fs/fusefs/default_permissions.cc
431
_)
tests/sys/fs/fusefs/default_permissions.cc
462
_)
tests/sys/fs/fusefs/default_permissions.cc
490
_)
tests/sys/fs/fusefs/default_permissions.cc
67
_)
tests/sys/fs/fusefs/default_permissions.cc
686
_)
tests/sys/fs/fusefs/default_permissions.cc
81
_)
tests/sys/fs/fusefs/default_permissions_privileged.cc
115
_)
tests/sys/fs/fusefs/default_permissions_privileged.cc
65
_)
tests/sys/fs/fusefs/default_permissions_privileged.cc
78
_)
tests/sys/fs/fusefs/destroy.cc
112
_)
tests/sys/fs/fusefs/destroy.cc
184
_)
tests/sys/fs/fusefs/dev_fuse_poll.cc
155
_)
tests/sys/fs/fusefs/dev_fuse_poll.cc
175
_)
tests/sys/fs/fusefs/dev_fuse_poll.cc
189
_)
tests/sys/fs/fusefs/fallocate.cc
284
_)
tests/sys/fs/fusefs/fallocate.cc
334
_)
tests/sys/fs/fusefs/fallocate.cc
349
_)
tests/sys/fs/fusefs/fallocate.cc
667
_)
tests/sys/fs/fusefs/fallocate.cc
68
_)
tests/sys/fs/fusefs/fallocate.cc
88
_)
tests/sys/fs/fusefs/fifo.cc
168
_)
tests/sys/fs/fusefs/flush.cc
132
_)
tests/sys/fs/fusefs/flush.cc
244
_)
tests/sys/fs/fusefs/flush.cc
253
_)
tests/sys/fs/fusefs/flush.cc
54
_)
tests/sys/fs/fusefs/flush.cc
74
_)
tests/sys/fs/fusefs/fsync.cc
144
_)
tests/sys/fs/fusefs/fsync.cc
153
_)
tests/sys/fs/fusefs/fsync.cc
67
_)
tests/sys/fs/fusefs/fsyncdir.cc
67
_)
tests/sys/fs/fusefs/getattr.cc
123
_)
tests/sys/fs/fusefs/getattr.cc
156
_)
tests/sys/fs/fusefs/getattr.cc
185
_)
tests/sys/fs/fusefs/getattr.cc
212
_)
tests/sys/fs/fusefs/getattr.cc
293
_)
tests/sys/fs/fusefs/getattr.cc
330
_)
tests/sys/fs/fusefs/getattr.cc
93
_)
tests/sys/fs/fusefs/interrupt.cc
105
_)
tests/sys/fs/fusefs/interrupt.cc
123
_)
tests/sys/fs/fusefs/interrupt.cc
141
_)
tests/sys/fs/fusefs/interrupt.cc
243
_)
tests/sys/fs/fusefs/interrupt.cc
306
_)
tests/sys/fs/fusefs/interrupt.cc
328
_)
tests/sys/fs/fusefs/interrupt.cc
384
_)
tests/sys/fs/fusefs/interrupt.cc
426
_)
tests/sys/fs/fusefs/interrupt.cc
502
_)
tests/sys/fs/fusefs/interrupt.cc
565
_)
tests/sys/fs/fusefs/interrupt.cc
601
_)
tests/sys/fs/fusefs/interrupt.cc
640
_)
tests/sys/fs/fusefs/interrupt.cc
659
_)
tests/sys/fs/fusefs/interrupt.cc
688
_)
tests/sys/fs/fusefs/interrupt.cc
713
_)
tests/sys/fs/fusefs/interrupt.cc
720
_)
tests/sys/fs/fusefs/interrupt.cc
771
_)
tests/sys/fs/fusefs/interrupt.cc
780
_)
tests/sys/fs/fusefs/io.cc
138
_)
tests/sys/fs/fusefs/io.cc
157
_)
tests/sys/fs/fusefs/io.cc
176
_)
tests/sys/fs/fusefs/io.cc
192
_)
tests/sys/fs/fusefs/io.cc
199
_)
tests/sys/fs/fusefs/io.cc
208
_)
tests/sys/fs/fusefs/io.cc
223
_)
tests/sys/fs/fusefs/ioctl.cc
53
}, Eq(true)), _)
tests/sys/fs/fusefs/last_local_modify.cc
254
_)
tests/sys/fs/fusefs/last_local_modify.cc
437
_)
tests/sys/fs/fusefs/link.cc
124
_)
tests/sys/fs/fusefs/link.cc
170
_)
tests/sys/fs/fusefs/link.cc
210
_)
tests/sys/fs/fusefs/link.cc
52
_)
tests/sys/fs/fusefs/link.cc
86
_)
tests/sys/fs/fusefs/locks.cc
117
_)
tests/sys/fs/fusefs/locks.cc
268
_)
tests/sys/fs/fusefs/locks.cc
329
_)
tests/sys/fs/fusefs/locks.cc
386
_)
tests/sys/fs/fusefs/locks.cc
451
_)
tests/sys/fs/fusefs/locks.cc
79
_)
tests/sys/fs/fusefs/locks.cc
96
_)
tests/sys/fs/fusefs/lookup.cc
263
_)
tests/sys/fs/fusefs/lookup.cc
523
_)
tests/sys/fs/fusefs/lookup.cc
630
_)
tests/sys/fs/fusefs/lseek.cc
103
_)
tests/sys/fs/fusefs/lseek.cc
142
_)
tests/sys/fs/fusefs/lseek.cc
171
_)
tests/sys/fs/fusefs/lseek.cc
205
_)
tests/sys/fs/fusefs/lseek.cc
235
_)
tests/sys/fs/fusefs/lseek.cc
266
_)
tests/sys/fs/fusefs/lseek.cc
303
_)
tests/sys/fs/fusefs/lseek.cc
332
_)
tests/sys/fs/fusefs/lseek.cc
363
_)
tests/sys/fs/fusefs/lseek.cc
398
_)
tests/sys/fs/fusefs/lseek.cc
436
_)
tests/sys/fs/fusefs/lseek.cc
472
_)
tests/sys/fs/fusefs/lseek.cc
510
_)
tests/sys/fs/fusefs/lseek.cc
70
_)
tests/sys/fs/fusefs/mkdir.cc
105
_)
tests/sys/fs/fusefs/mkdir.cc
143
_)
tests/sys/fs/fusefs/mkdir.cc
182
_)
tests/sys/fs/fusefs/mkdir.cc
224
_)
tests/sys/fs/fusefs/mkdir.cc
238
_)
tests/sys/fs/fusefs/mkdir.cc
264
_)
tests/sys/fs/fusefs/mkdir.cc
70
_)
tests/sys/fs/fusefs/mknod.cc
127
_)
tests/sys/fs/fusefs/mknod.cc
196
_)
tests/sys/fs/fusefs/mknod.cc
85
_)
tests/sys/fs/fusefs/mockfs.cc
541
ON_CALL(*this, process(_, _))
tests/sys/fs/fusefs/mockfs.hh
70
_) \
tests/sys/fs/fusefs/mount.cc
132
_)
tests/sys/fs/fusefs/mount.cc
167
_)
tests/sys/fs/fusefs/mount.cc
51
_)
tests/sys/fs/fusefs/nfs.cc
467
_)
tests/sys/fs/fusefs/notify.cc
285
_)
tests/sys/fs/fusefs/notify.cc
355
_)
tests/sys/fs/fusefs/notify.cc
537
_)
tests/sys/fs/fusefs/notify.cc
544
_)
tests/sys/fs/fusefs/notify.cc
67
_)
tests/sys/fs/fusefs/open.cc
117
_)
tests/sys/fs/fusefs/open.cc
146
_)
tests/sys/fs/fusefs/open.cc
175
_)
tests/sys/fs/fusefs/open.cc
189
_)
tests/sys/fs/fusefs/open.cc
294
_)
tests/sys/fs/fusefs/open.cc
61
_)
tests/sys/fs/fusefs/opendir.cc
57
_)
tests/sys/fs/fusefs/opendir.cc
68
_)
tests/sys/fs/fusefs/pre-init.cc
134
_)
tests/sys/fs/fusefs/pre-init.cc
197
_)
tests/sys/fs/fusefs/pre-init.cc
213
_)
tests/sys/fs/fusefs/pre-init.cc
92
_)
tests/sys/fs/fusefs/read.cc
1024
_)
tests/sys/fs/fusefs/read.cc
1185
_)
tests/sys/fs/fusefs/read.cc
1240
_)
tests/sys/fs/fusefs/read.cc
1290
_)
tests/sys/fs/fusefs/read.cc
1305
_)
tests/sys/fs/fusefs/read.cc
1313
_)
tests/sys/fs/fusefs/read.cc
1508
_)
tests/sys/fs/fusefs/read.cc
1549
_)
tests/sys/fs/fusefs/read.cc
1634
_)
tests/sys/fs/fusefs/read.cc
1673
_)
tests/sys/fs/fusefs/read.cc
234
_)
tests/sys/fs/fusefs/read.cc
246
_)
tests/sys/fs/fusefs/read.cc
317
_)
tests/sys/fs/fusefs/read.cc
329
_)
tests/sys/fs/fusefs/read.cc
430
_)
tests/sys/fs/fusefs/read.cc
477
_)
tests/sys/fs/fusefs/read.cc
495
_)
tests/sys/fs/fusefs/read.cc
507
_)
tests/sys/fs/fusefs/read.cc
524
_)
tests/sys/fs/fusefs/read.cc
643
_)
tests/sys/fs/fusefs/read.cc
689
_)
tests/sys/fs/fusefs/read.cc
732
_)
tests/sys/fs/fusefs/read.cc
850
_)
tests/sys/fs/fusefs/readdir.cc
134
_)
tests/sys/fs/fusefs/readdir.cc
171
_)
tests/sys/fs/fusefs/readdir.cc
264
_)
tests/sys/fs/fusefs/readdir.cc
308
_)
tests/sys/fs/fusefs/readdir.cc
502
_)
tests/sys/fs/fusefs/readlink.cc
109
_)
tests/sys/fs/fusefs/readlink.cc
55
_)
tests/sys/fs/fusefs/release.cc
264
_)
tests/sys/fs/fusefs/release.cc
273
_)
tests/sys/fs/fusefs/release.cc
63
_)
tests/sys/fs/fusefs/releasedir.cc
66
_)
tests/sys/fs/fusefs/rename.cc
120
_)
tests/sys/fs/fusefs/rename.cc
155
_)
tests/sys/fs/fusefs/rename.cc
233
_)
tests/sys/fs/fusefs/rename.cc
239
_)
tests/sys/fs/fusefs/rename.cc
298
_)
tests/sys/fs/fusefs/rename.cc
343
_)
tests/sys/fs/fusefs/rename.cc
350
_)
tests/sys/fs/fusefs/rename.cc
416
_)
tests/sys/fs/fusefs/rmdir.cc
100
_)
tests/sys/fs/fusefs/rmdir.cc
64
_)
tests/sys/fs/fusefs/rmdir.cc
91
_)
tests/sys/fs/fusefs/setattr.cc
101
_)
tests/sys/fs/fusefs/setattr.cc
112
_)
tests/sys/fs/fusefs/setattr.cc
147
_)
tests/sys/fs/fusefs/setattr.cc
199
_)
tests/sys/fs/fusefs/setattr.cc
249
_)
tests/sys/fs/fusefs/setattr.cc
287
_)
tests/sys/fs/fusefs/setattr.cc
316
_)
tests/sys/fs/fusefs/setattr.cc
330
_)
tests/sys/fs/fusefs/setattr.cc
368
_)
tests/sys/fs/fusefs/setattr.cc
383
_)
tests/sys/fs/fusefs/setattr.cc
421
_)
tests/sys/fs/fusefs/setattr.cc
481
_)
tests/sys/fs/fusefs/setattr.cc
492
_)
tests/sys/fs/fusefs/setattr.cc
507
_)
tests/sys/fs/fusefs/setattr.cc
521
_)
tests/sys/fs/fusefs/setattr.cc
633
_)
tests/sys/fs/fusefs/setattr.cc
684
_)
tests/sys/fs/fusefs/setattr.cc
744
_)
tests/sys/fs/fusefs/setattr.cc
794
_)
tests/sys/fs/fusefs/setattr.cc
855
_)
tests/sys/fs/fusefs/statfs.cc
109
_)
tests/sys/fs/fusefs/statfs.cc
141
_)
tests/sys/fs/fusefs/statfs.cc
52
_)
tests/sys/fs/fusefs/symlink.cc
114
_)
tests/sys/fs/fusefs/symlink.cc
146
_)
tests/sys/fs/fusefs/symlink.cc
54
_)
tests/sys/fs/fusefs/symlink.cc
83
_)
tests/sys/fs/fusefs/unlink.cc
110
_)
tests/sys/fs/fusefs/unlink.cc
118
_)
tests/sys/fs/fusefs/unlink.cc
179
_)
tests/sys/fs/fusefs/utils.cc
168
_)
tests/sys/fs/fusefs/utils.cc
182
_)
tests/sys/fs/fusefs/utils.cc
199
_)
tests/sys/fs/fusefs/utils.cc
210
_)
tests/sys/fs/fusefs/utils.cc
231
_)
tests/sys/fs/fusefs/utils.cc
244
_)
tests/sys/fs/fusefs/utils.cc
258
_)
tests/sys/fs/fusefs/utils.cc
273
_)
tests/sys/fs/fusefs/utils.cc
293
_)
tests/sys/fs/fusefs/utils.cc
340
_)
tests/sys/fs/fusefs/utils.cc
358
_)
tests/sys/fs/fusefs/utils.cc
369
_)
tests/sys/fs/fusefs/utils.cc
392
_)
tests/sys/fs/fusefs/utils.cc
410
_)
tests/sys/fs/fusefs/utils.cc
458
_)
tests/sys/fs/fusefs/utils.cc
470
_)
tests/sys/fs/fusefs/utils.cc
482
_)
tests/sys/fs/fusefs/utils.cc
516
_)
tests/sys/fs/fusefs/utils.cc
542
_)
tests/sys/fs/fusefs/write.cc
1027
_)
tests/sys/fs/fusefs/write.cc
108
_)
tests/sys/fs/fusefs/write.cc
1223
_)
tests/sys/fs/fusefs/write.cc
1433
_)
tests/sys/fs/fusefs/write.cc
1510
_)
tests/sys/fs/fusefs/write.cc
1555
_)
tests/sys/fs/fusefs/write.cc
1592
_)
tests/sys/fs/fusefs/write.cc
690
_)
tests/sys/fs/fusefs/write.cc
706
_)
tests/sys/fs/fusefs/write.cc
81
_)
tests/sys/fs/fusefs/write.cc
945
_)
tests/sys/fs/fusefs/xattr.cc
122
_)
tests/sys/fs/fusefs/xattr.cc
144
_)
tests/sys/fs/fusefs/xattr.cc
454
_)
tests/sys/fs/fusefs/xattr.cc
476
_)
tests/sys/fs/fusefs/xattr.cc
73
_)
tests/sys/fs/fusefs/xattr.cc
83
_)
tests/sys/fs/fusefs/xattr.cc
99
_)
tests/sys/kern/ktls_test.c
1979
ATF_TC_WITHOUT_HEAD(ktls_transmit_##cipher_name##_##name); \
tests/sys/kern/ktls_test.c
1980
ATF_TC_BODY(ktls_transmit_##cipher_name##_##name, tc) \
tests/sys/kern/ktls_test.c
1995
ATF_TP_ADD_TC(tp, ktls_transmit_##cipher_name##_##name);
tests/sys/kern/ktls_test.c
1999
ATF_TC_WITHOUT_HEAD(ktls_transmit_##cipher_name##_##name); \
tests/sys/kern/ktls_test.c
2000
ATF_TC_BODY(ktls_transmit_##cipher_name##_##name, tc) \
tests/sys/kern/ktls_test.c
2015
ATF_TP_ADD_TC(tp, ktls_transmit_##cipher_name##_##name);
tests/sys/kern/ktls_test.c
2224
ATF_TC_WITHOUT_HEAD(ktls_receive_##cipher_name##_##name); \
tests/sys/kern/ktls_test.c
2225
ATF_TC_BODY(ktls_receive_##cipher_name##_##name, tc) \
tests/sys/kern/ktls_test.c
2240
ATF_TP_ADD_TC(tp, ktls_receive_##cipher_name##_##name);
tests/sys/kern/ktls_test.c
2344
ATF_TC_WITHOUT_HEAD(ktls_receive_##cipher_name##_##name); \
tests/sys/kern/ktls_test.c
2345
ATF_TC_BODY(ktls_receive_##cipher_name##_##name, tc) \
tests/sys/kern/ktls_test.c
2360
ATF_TP_ADD_TC(tp, ktls_receive_##cipher_name##_##name);
usr.bin/lex/initparse.c
1066
{ synerr( _("unrecognized rule") ); }
usr.bin/lex/initparse.c
1100
{ synerr( _("bad start condition list") ); }
usr.bin/lex/initparse.c
1184
{ synerr( _("trailing context used twice") ); }
usr.bin/lex/initparse.c
1198
synerr( _("trailing context used twice") );
usr.bin/lex/initparse.c
1267
synerr( _("trailing context used twice") );
usr.bin/lex/initparse.c
1305
synerr( _("bad iteration values") );
usr.bin/lex/initparse.c
1315
_("bad iteration values") );
usr.bin/lex/initparse.c
1334
synerr( _("iteration value must be positive") );
usr.bin/lex/initparse.c
1353
synerr( _("iteration value must be positive")
usr.bin/lex/initparse.c
1392
synerr( _("bad iteration values") );
usr.bin/lex/initparse.c
1402
_("bad iteration values") );
usr.bin/lex/initparse.c
1421
synerr( _("iteration value must be positive") );
usr.bin/lex/initparse.c
1440
synerr( _("iteration value must be positive") );
usr.bin/lex/initparse.c
1572
_("the character range [%c-%c] is ambiguous in a case-insensitive scanner"),
usr.bin/lex/initparse.c
1582
_("the character range [%c-%c] is ambiguous in a case-insensitive scanner"),
usr.bin/lex/initparse.c
1587
synerr( _("negative range in character class") );
usr.bin/lex/initparse.c
1752
lwarn(_("[:^lower:] is ambiguous in case insensitive scanner"));
usr.bin/lex/initparse.c
1761
lwarn(_("[:^upper:] ambiguous in case insensitive scanner"));
usr.bin/lex/initparse.c
898
{ synerr( _("unknown error processing section 1") ); }
usr.bin/lex/initparse.c
926
{ synerr( _("bad start condition list") ); }
usr.bin/lex/initparse.c
943
flexerror(_("Prefix must not contain [ or ]")); }
usr.bin/lex/initscan.c
1929
synerr(_("Input line too long\n")); \
usr.bin/lex/initscan.c
2340
synerr( _("malformed '%top' directive") );
usr.bin/lex/initscan.c
2393
synerr( _( "unrecognized '%' directive" ) );
usr.bin/lex/initscan.c
2405
synerr( _("Definition name too long\n"));
usr.bin/lex/initscan.c
2622
synerr(_("Unmatched '{'"));
usr.bin/lex/initscan.c
2643
format_synerr( _("Definition value for {%s} too long\n"), nmstr);
usr.bin/lex/initscan.c
2664
synerr( _( "incomplete name definition" ) );
usr.bin/lex/initscan.c
3085
synerr( _("Option line too long\n"));
usr.bin/lex/initscan.c
3096
format_synerr( _( "unrecognized %%option: %s" ),
usr.bin/lex/initscan.c
3356
synerr( _("Input line too long\n"));
usr.bin/lex/initscan.c
3371
synerr( _( "bad character class" ) );
usr.bin/lex/initscan.c
3425
synerr( _("Input line too long\n"));
usr.bin/lex/initscan.c
3432
_( "undefined definition {%s}" ),
usr.bin/lex/initscan.c
3513
synerr(_("unbalanced parenthesis"));
usr.bin/lex/initscan.c
3561
format_synerr( _( "bad <start condition>: %s" ),
usr.bin/lex/initscan.c
3587
synerr( _( "missing quote" ) );
usr.bin/lex/initscan.c
3690
synerr( _( "bad character class" ) );
usr.bin/lex/initscan.c
3822
_( "bad character class expression: %s" ),
usr.bin/lex/initscan.c
3857
synerr( _( "bad character inside {}'s" ) );
usr.bin/lex/initscan.c
3867
synerr( _( "missing }" ) );
usr.bin/lex/initscan.c
4041
synerr( _( "EOF encountered inside an action" ) );
usr.bin/lex/initscan.c
4050
synerr( _( "EOF encountered inside pattern" ) );
usr.bin/lex/initscan.c
4130
format_synerr( _( "bad character: %s" ), yytext );
usr.bin/lex/initscan.c
5230
lerr( _( "can't open %s" ), file );
usr.bin/systat/ifstat.c
124
convert(d##_##c, curscale), \
usr.bin/systat/ifstat.c
125
*get_string(d##_##c, curscale), \
usr.bin/systat/ifstat.c
130
convert(d##_##c, curscale), \
usr.bin/systat/ifstat.c
131
get_string(d##_##c, curscale), \
usr.bin/systat/ifstat.c
140
convert(d##_##c, SC_AUTO), \
usr.bin/systat/ifstat.c
141
*get_string(d##_##c, SC_AUTO)); \
usr.bin/systat/ifstat.c
145
convert(d##_##c, SC_AUTO), \
usr.bin/systat/ifstat.c
146
get_string(d##_##c, SC_AUTO)); \
usr.sbin/crunch/crunchide/exec_elf32.c
78
#define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
usr.sbin/crunch/crunchide/exec_elf32.c
79
#define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
usr.sbin/crunch/crunchide/exec_elf32.c
81
#define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))