Searched refs:pass (Results 101 - 125 of 306) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DProcess.inc153 // Convert the argument to UTF-16 to pass it to _wgetenv().
/freebsd-10-stable/sys/arm/conf/
H A DEA325076 device pass
H A DDB-88F6XXX81 device pass
H A DIMX53123 device pass # Passthrough device (direct ATA/SCSI access)
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h172 u_int pass:1; /* PNNI pass along request */ member in struct:uni_msghdr
186 u_int pass : 1; /* PNNI pass along request */ member in struct:uni_iehdr
/freebsd-10-stable/sys/powerpc/conf/
H A DMPC85XX78 device pass
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c111 bcrypt_pbkdf(const char *pass, size_t passlen, const u_int8_t *salt, size_t saltlen, argument
137 crypto_hash_sha512(sha2pass, pass, passlen);
/freebsd-10-stable/contrib/apr-util/include/private/
H A Dapr_crypto_internal.h85 * that the same pass phrase will generate the same key, regardless of the
94 * @param pass The passphrase to use.
104 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
111 const char *pass, apr_size_t passLen, const unsigned char * salt,
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dtests.hpp106 static void pass(void) ATF_DEFS_ATTRIBUTE_NORETURN;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DARCMT.h89 typedef void (*TransformFn)(MigrationPass &pass);
/freebsd-10-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c164 int nkeys, nullok, pam_err, pass; local
182 pass = (pam_get_item(pamh, PAM_AUTHTOK, &item) == PAM_SUCCESS &&
213 if (nkeys == 0 && pass == 1 &&
216 pass = 0;
/freebsd-10-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c94 const char *pass, *user, *realpw, *prompt; local
124 retval = pam_get_authtok(pamh, PAM_AUTHTOK, &pass, prompt);
129 if (strnlen(pass, _PASSWORD_LEN + 1) > _PASSWORD_LEN) {
133 if (strcmp(crypt(pass, realpw), realpw) == 0)
/freebsd-10-stable/sys/powerpc/powermac/
H A Duninorthpci.c226 uint32_t pass; local
229 device_get_unit(sc->pci_sc.sc_dev), "skipslot", &pass) == 0) {
230 if (pass == slot)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp46 RetainReleaseDeallocRemover(MigrationPass &pass) argument
47 : Body(0), Pass(pass) {
462 void trans::removeRetainReleaseDeallocFinalize(MigrationPass &pass) { argument
463 BodyTransform<RetainReleaseDeallocRemover> trans(pass);
464 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransUnbridgedCasts.cpp69 UnbridgedCastRewriter(MigrationPass &pass) : Pass(pass), ParentD(0), Body(0) { argument
465 void trans::rewriteUnbridgedCasts(MigrationPass &pass) { argument
466 BodyTransform<UnbridgedCastRewriter> trans(pass);
467 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DARCMT.cpp311 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, capturedDiags,
313 pass.setNSAllocReallocError(NoNSAllocReallocError);
314 pass.setNoFinalizeRemoval(NoFinalizeRemoval);
317 transforms[i](pass);
609 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(),
612 trans(pass);
/freebsd-10-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c348 int i, pass, total; local
355 pass = 0;
360 pass += runtest(&ic, &tkiptests[i]);
362 printf("%u of %u 802.11i TKIP test vectors passed\n", pass, total);
364 return (pass == total ? 0 : -1);
/freebsd-10-stable/contrib/bmake/
H A Dtarg.c628 int pass = passp ? *(int *)passp : 0; local
640 if (pass >= 2) {
698 Lst_ForEach(gn->cohorts, Targ_PrintNode, &pass);
738 * pass Which pass this is. 1 => no processing
749 Targ_PrintGraph(int pass) argument
752 Lst_ForEach(allTargets, Targ_PrintNode, &pass);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_auth.c367 u_32_t pass; local
391 if (!(pass = fra->fra_pass) || (FR_ISAUTH(pass))) {
392 pass = FR_BLOCK;
400 if ((pass & FR_KEEPSTATE) || ((pass & FR_KEEPFRAG) &&
410 fr->fr_flags = pass;
457 *passp = pass;
1259 ipf_auth_pre_scanlist(softc, fin, pass)
1262 u_32_t pass;
[all...]
/freebsd-10-stable/contrib/dialog/
H A Deditbox.c60 unsigned n, pass; local
82 for (pass = 0; pass < 2; ++pass) {
86 if (first && pass) {
93 if (pass)
97 if (pass) {
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtic.c379 unsigned pass, n, nn; local
387 for (pass = 1; pass <= 2; pass++) {
398 if (pass == 1) {
405 for (pass = 1; pass <= 2; pass++) {
409 if (pass == 1) {
421 if (pass
[all...]
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dmain.c248 * In a first pass we just count the number of flowsets and flows,
249 * in a second pass we complete the setup.
252 parse_flowsets(struct cfg_s *c, const char *fs, int pass) argument
259 DX(3, "--- pass %d flows %d flowsets %d", pass, c->flows, c->flowsets);
260 if (pass == 0)
264 if (pass == 0)
305 if (pass == 0)
329 if (pass == 0)
/freebsd-10-stable/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c567 char *SRP_create_verifier(const char *user, const char *pass, char **salt, argument
579 (pass == NULL) || (salt == NULL) || (verifier == NULL))
610 if (!SRP_create_verifier_BN(user, pass, &s, &v, N_bn, g_bn))
654 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, argument
664 (pass == NULL) ||
681 x = SRP_Calc_x(salttmp, user, pass);
/freebsd-10-stable/sbin/swapon/
H A Dswapon.c266 char pass[64 * 2 + 1]; local
278 sprintf(&pass[2 * i], "%02x", bpass[i]);
279 pass[sizeof(pass) - 1] = '\0';
282 dname, pass);
291 dname, pass);
/freebsd-10-stable/sys/dev/mfi/
H A Dmfi.c2133 struct mfi_pass_frame *pass; local
2147 pass = &cm->cm_frame->pass;
2148 bzero(pass->cdb, 16);
2149 pass->header.cmd = MFI_CMD_PD_SCSI_IO;
2168 pass->cdb);
2169 pass->header.target_id = (uintptr_t)bio->bio_driver1;
2170 pass->header.lun_id = 0;
2171 pass->header.timeout = 0;
2172 pass
2657 struct mfi_pass_frame *pass; local
[all...]

Completed in 506 milliseconds

1234567891011>>