Searched refs:pass (Results 151 - 175 of 350) sorted by relevance

1234567891011>>

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c332 u_32_t pass; local
356 if (!(pass = fra->fra_pass) || (FR_ISAUTH(pass))) {
357 pass = FR_BLOCK;
365 if ((pass & FR_KEEPSTATE) || ((pass & FR_KEEPFRAG) &&
375 fr->fr_flags = pass;
422 *passp = pass;
1186 ipf_auth_pre_scanlist(ipf_main_softc_t *softc, fr_info_t *fin, u_32_t pass) argument
1193 return (pass);
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1022 ldr r5,[$inp,#240] @ pass rounds
1023 mov r4,$inp @ pass key
1024 mov r12,$out @ pass key schedule
1042 mov r4,$key @ pass the key
1044 mov r5,#10 @ pass rounds
1070 ldr r5,[$inp,#240] @ pass rounds
1071 mov r4,$inp @ pass key
1072 mov r12,$out @ pass key schedule
1092 mov r4,$key @ pass the key
1094 mov r5,#10 @ pass round
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtoe.c731 int pass; local
735 for (pass = 0; pass < 2; ++pass) {
743 if (pass) {
748 if (!pass) {
/freebsd-current/sys/dev/mfi/
H A Dmfi.c2123 struct mfi_pass_frame *pass; local
2137 pass = &cm->cm_frame->pass;
2138 bzero(pass->cdb, 16);
2139 pass->header.cmd = MFI_CMD_PD_SCSI_IO;
2160 pass->cdb);
2161 pass->header.target_id = (uintptr_t)bio->bio_driver1;
2162 pass->header.lun_id = 0;
2163 pass->header.timeout = 0;
2164 pass
2650 struct mfi_pass_frame *pass; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp297 legacy::PassManager pass; local
312 if (TM->addPassesToEmitFile(pass, OS, nullptr, ft)) {
318 pass.run(*Mod);
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dvmbus.c1169 enum parse_pass pass; member in struct:parse_context
1207 if ((pc->pass == parse_32 && start < FOUR_GB) ||
1208 (pc->pass == parse_64 && start >= FOUR_GB))
1216 vmbus_get_crs(device_t dev, device_t vmbus_dev, enum parse_pass pass) argument
1222 device_printf(dev, "walking _CRS, pass=%d\n", pass);
1225 pc.pass = pass;
1230 device_printf(dev, "_CRS: not found, pass=%d\n", pass);
1234 vmbus_get_mmio_res_pass(device_t dev, enum parse_pass pass) argument
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dkey-options.sh116 pass) test $r -ne 0 && fail "key option failed $which" ;;
120 check_valid_before "default" "" "pass"
123 check_valid_before "valid" 'expiry-time="20380101"' "pass"
/freebsd-current/contrib/expat/tests/
H A Dxmltest.sh141 for xmlfile in *pass*.xml ; do
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_conf.c96 EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass) argument
103 pkey = PEM_read_bio_PrivateKey(key, NULL, NULL, (char *)pass);
241 const char *key, const char *pass,
252 if ((key_obj = TS_CONF_load_key(key, pass)) == NULL)
240 TS_CONF_set_signer_key(CONF *conf, const char *section, const char *key, const char *pass, TS_RESP_CTX *ctx) argument
/freebsd-current/usr.sbin/ppp/
H A Dprompt.c514 const char *pass; local
527 pass = "";
531 pass = arg->argv[arg->argn];
533 if (!strcmp(arg->prompt->owner->cfg.passwd, pass))
H A Droute.c384 int pass; local
415 for (pass = 0; pass < 2; pass++) {
423 if (pass == 0)
450 if (pass == 1) {
454 log_Printf(LogDEBUG, "route_IfDelete: Skip it (pass %d)\n", pass);
/freebsd-current/usr.bin/vgrind/
H A Dvfontedpr.c76 static bool pass = false; /* variable
77 * when acting as a filter, pass indicates
310 pass = true;
312 pass = false;
316 if (!filter || pass)
/freebsd-current/lib/libpam/modules/pam_unix/
H A Dpam_unix.c93 const char *pass, *user, *realpw, *prompt; local
133 retval = pam_get_authtok(pamh, PAM_AUTHTOK, &pass, prompt);
138 if (strnlen(pass, _PASSWORD_LEN + 1) > _PASSWORD_LEN) {
142 if (strcmp(crypt(pass, realpw), realpw) == 0)
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h396 #define CQE_CMP_VALID(hdr, pass) \
398 !(pass & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
483 #define NQE_CMP_VALID(hdr, pass) \
485 !(pass & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
H A Dqplib_rcfw.h197 #define CREQ_CMP_VALID(hdr, pass) \
199 !(pass & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c84 const char *pass, const char *desc,
217 char *get_passwd(const char *pass, const char *desc) argument
223 if (!app_passwd(pass, NULL, &result, NULL))
225 if (pass != NULL && result == NULL) {
227 "Trying plain input string (better precede with 'pass:')\n");
228 result = OPENSSL_strdup(pass);
263 if (strncmp(arg, "pass:", 5) == 0)
466 const char *pass, const char *desc)
477 (void)load_key_certs_crls(uri, format, maybe_stdin, pass, desc,
549 const char *pass, ENGIN
465 load_cert_pass(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc) argument
548 load_key(const char *uri, int format, int may_stdin, const char *pass, ENGINE *e, const char *desc) argument
567 load_pubkey(const char *uri, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *desc) argument
684 load_cert_certs(const char *uri, X509 **pcert, STACK_OF(X509) **pcerts, int exclude_http, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) argument
772 load_certstore(char *input, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) argument
800 load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs, const char *pass, const char *desc) argument
819 load_crls(const char *uri, STACK_OF(X509_CRL) **crls, const char *pass, const char *desc) argument
861 load_key_certs_crls_suppress(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls, int suppress_decode_errors) argument
1094 load_key_certs_crls(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp69 static void pass() {} function
70 #define warnx(a, ...) pass();
415 * We don't pass FLAG_PERMUTE to getopt_internal() since
/freebsd-current/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c126 const char *user, *pass; local
222 retval = pam_get_authtok(pamh, PAM_AUTHTOK, &pass, PASSWORD_PROMPT);
283 pass, NULL, pamh, 0, NULL, opts);
730 const char *pass; local
773 retval = pam_get_authtok(pamh, PAM_OLDAUTHTOK, &pass, PASSWORD_PROMPT);
793 pass, NULL, pamh, 0, "kadmin/changepw", opts);
807 PAM_AUTHTOK, &pass, NEW_PASSWORD_PROMPT);
818 if ((passdup = strdup(pass)) == NULL) {
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dmemmove.c164 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; local
165 printf ("%s %s\n", err_count ? "FAIL" : pass, funtab[i].name);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/
H A Dpage_alignment.c390 bool pass = (run_test(test, false) == want); local
391 if (pass) {
/freebsd-current/tests/sys/netpfil/pf/
H A Dpfsync.sh75 "pass out keep state"
79 "pass out keep state"
167 "pass keep state"
181 "pass keep state"
227 "pass keep state"
231 "pass keep state"
422 alias 198.18.0.10/32 vhid 10 pass 3WjvVVw7 advskew 50
426 alias 198.18.1.10/32 vhid 11 pass 3WjvVVw7 advskew 50
443 "pass quick on if_pfsync proto pfsync keep state (no-sync)" \
444 "pass quic
[all...]
/freebsd-current/sys/amd64/amd64/
H A Dbpf_jit_machdep.c161 u_int i, pass; local
194 * The first pass will emit the lengths of the instructions
199 for (pass = 0; pass < 2; pass++) {
598 if (pass > 0)
627 /* The second pass creates the actual code. */
/freebsd-current/sys/i386/i386/
H A Dbpf_jit_machdep.c162 u_int i, pass; local
196 * The first pass will emit the lengths of the instructions
201 for (pass = 0; pass < 2; pass++) {
628 if (pass > 0)
657 /* The second pass creates the actual code. */
/freebsd-current/tools/regression/net80211/tkip/
H A Dtest_tkip.c350 int i, pass, total; local
366 pass = 0;
371 pass += runtest(&vap, &tkiptests[i]);
373 printf("%u of %u 802.11i TKIP test vectors passed\n", pass, total);
378 return (pass == total ? 0 : -1);
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp314 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, capturedDiags,
316 pass.setNoFinalizeRemoval(NoFinalizeRemoval);
322 transforms[i](pass);
580 MigrationPass pass(Ctx, OrigCI.getLangOpts().getGC(),
583 trans(pass);

Completed in 389 milliseconds

1234567891011>>