Searched refs:pass (Results 176 - 200 of 350) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc.c907 char * pass; local
938 pass = getpass_keytype(info_auth_keytype);
939 if ('\0' == pass[0]) {
944 (u_char *)pass);
1805 char *pass; local
1815 pass = pcmd->argval[0].string;
1817 pass = getpass_keytype(info_auth_keytype);
1818 if ('\0' == *pass) {
1823 authusekey(info_auth_keyid, info_auth_keytype, (u_char *)pass);
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c221 fill_memory_blocks(argon2_instance_t *instance, uint32_t pass) argument
231 position.pass = pass;
/freebsd-current/contrib/atf/atf-c++/
H A Dmacros_test.cpp284 ATF_TEST_CASE(pass); variable
285 ATF_TEST_CASE_HEAD(pass)
289 ATF_TEST_CASE_BODY(pass)
795 ATF_ADD_TEST_CASE(tcs, pass);
/freebsd-current/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh67 vhid 175 advskew $advskew advbase 1 pass s3cret \
/freebsd-current/crypto/openssl/include/openssl/
H A Dkdf.h119 int EVP_PKEY_CTX_set1_pbe_pass(EVP_PKEY_CTX *ctx, const char *pass,
/freebsd-current/sys/netinet/
H A Dip_options.c92 * The pass argument is used when operating in the IPSTEALTH mode to tell
93 * what options to process: [LS]SRR (pass 0) or the others (pass 1). The
101 ip_dooptions(struct mbuf *m, int pass) argument
158 if (V_ipstealth && pass > 0)
274 if (V_ipstealth && pass == 0)
315 if (V_ipstealth && pass == 0)
/freebsd-current/crypto/openssl/apps/
H A Denc.c77 {"pass", OPT_PASS, 's', "Passphrase source"},
126 char *str = NULL, *passarg = NULL, *pass = NULL, *strbuf = NULL; local
350 if (!app_passwd(passarg, NULL, &pass, NULL)) {
354 str = pass;
653 OPENSSL_free(pass);
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DTemplate.pm92 not how we pass them, see the HASH option used in fill_in() above
/freebsd-current/sys/kern/
H A Dsubr_bus.c81 int pass; member in struct:driverlink
393 * Bus pass implementation
401 * @brief Register the pass level of a new driver attachment
403 * Register a new driver attachment's pass level. If no driver
404 * attachment with the same pass level has been added, then @p new
414 /* We only consider pass numbers during boot. */
419 * Walk the passes list. If we already know about this pass
424 if (dl->pass < new->pass)
426 if (dl->pass
442 bus_set_pass(int pass) argument
642 devclass_add_driver(devclass_t dc, driver_t *driver, int pass, devclass_t *dcp) argument
5129 int error, pass; local
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-gmtime.mk47 # Before var.c 1.1050 from 2023-05-09, it was not possible to pass the
54 # Before var.c 1.631 from 2020-10-31 21:40:20, it was possible to pass
/freebsd-current/tests/sys/netpfil/pf/
H A Dsctp.sh63 "pass in proto sctp to port 1234"
79 "pass in proto sctp to port 1234"
137 "pass in proto sctp to port 1234"
153 "pass in proto sctp to port 1234"
330 "pass"
382 "pass"
433 "rdr pass on ${epair_srv}b proto sctp from 198.51.100.0/24 to any port 1234 -> 192.0.2.2 port 1234" \
434 "pass"
450 "rdr pass on ${epair_srv}b proto sctp from 198.51.100.0/24 to any port 1234 -> 192.0.2.2 port 4321" \
451 "pass"
[all...]
/freebsd-current/contrib/dialog/
H A Ddialog.c188 * The bits in 'pass' are used to decide which options are applicable at
200 int pass; /* 1,2,4 or combination */ member in struct:__anon445
658 findOption(const char *name, int pass, bool recur) argument
667 if ((pass & options[n].pass) != 0
679 result = findOption(temp, pass, TRUE);
682 result = findOption(temp, pass, TRUE);
687 result = findOption(temp, pass, TRUE);
697 lookupOption(const char *name, int pass) argument
700 const Options *data = findOption(name, pass, FALS
[all...]
/freebsd-current/contrib/unbound/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1561 # options that you action, and then pass back the remaining unprocessed
1650 # Note that when calling hook functions, we pass through the list of
3651 -Wc,FLAG pass FLAG directly to the compiler
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6498 # what system we are compiling for in order to pass an extra
7551 for pass in $passes; do
7552 # The preopen pass i
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c169 char *userstr, *pass, *acctstr; local
192 pass = rpass;
216 if (pass == NULL) {
225 pass = myname;
230 if (pass == NULL) {
231 pass = defaultpass;
234 pass = tmp;
237 n = command ("PASS %s", pass);
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1561 # options that you action, and then pass back the remaining unprocessed
1650 # Note that when calling hook functions, we pass through the list of
3651 -Wc,FLAG pass FLAG directly to the compiler
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6498 # what system we are compiling for in order to pass an extra
7549 for pass in $passes; do
7550 # The preopen pass i
[all...]
/freebsd-current/contrib/file/
H A Dltmain.sh451 # you will pass as the first argument to func_warning from your own
1564 # options that you action, and then pass back the remaining unprocessed
1653 # Note that when calling hook functions, we pass through the list of
3654 -Wc,FLAG pass FLAG directly to the compiler
3759 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3761 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3762 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6501 # what system we are compiling for in order to pass an extra
7552 for pass in $passes; do
7553 # The preopen pass i
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1561 # options that you action, and then pass back the remaining unprocessed
1650 # Note that when calling hook functions, we pass through the list of
3651 -Wc,FLAG pass FLAG directly to the compiler
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6498 # what system we are compiling for in order to pass an extra
7549 for pass in $passes; do
7550 # The preopen pass i
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A Devp_local.h233 int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass,
237 int PKCS5_v2_PBKDF2_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass,
327 * These methods implement different ways to pass a params array to the
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1561 # options that you action, and then pass back the remaining unprocessed
1650 # Note that when calling hook functions, we pass through the list of
3651 -Wc,FLAG pass FLAG directly to the compiler
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6498 # what system we are compiling for in order to pass an extra
7549 for pass in $passes; do
7550 # The preopen pass i
[all...]
/freebsd-current/share/mk/
H A Dplain.test.mk6 # and report the test's pass or fail status via a 0 or 1 exit code.
/freebsd-current/sys/netsmb/
H A Dsmb_conn.h318 char * pass; member in struct:smb_vcspec
336 char * pass; member in struct:smb_sharespec
/freebsd-current/sys/netinet6/
H A Dip6_forward.c321 goto pass;
380 pass:
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dbasic.t33 pass;
148 # (28-30) I discovered that you can't pass a glob ref as your filehandle.
/freebsd-current/usr.bin/gprof/
H A Darcs.c116 long pass; local
143 for ( pass = 1 ; ; pass++ ) {
168 printf("[doarcs] pass %ld, cycle(s) %d\n" , pass , ncycle );
171 if ( pass == 1 ) {
188 if ( pass > 1 ) {
777 * in one top to bottom pass over the topologically sorted namelist
836 * no parents to pass time to.
847 * it has parents to pass tim
[all...]
/freebsd-current/contrib/tzcode/
H A Dzic.c765 not-yet-made links for this pass
767 not-yet-made links that this pass has skipped because
785 /* If this pass examined all its links, start the next pass. */
2347 puttzcodepass(zic_t val, FILE *fp, int pass) argument
2349 if (pass == 1)
2423 register int pass; local
2515 for (pass = 1; pass <= 2; pass
[all...]

Completed in 600 milliseconds

1234567891011>>