Searched refs:pass (Results 201 - 225 of 350) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/include/openssl/
H A Devp.h487 typedef int (EVP_PBE_KEYGEN) (EVP_CIPHER_CTX *ctx, const char *pass,
492 typedef int (EVP_PBE_KEYGEN_EX) (EVP_CIPHER_CTX *ctx, const char *pass,
1476 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
1479 int PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen,
1483 int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen,
1486 int PKCS5_PBKDF2_HMAC(const char *pass, int passlen,
1489 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
1492 int PKCS5_v2_PBE_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
1498 int EVP_PBE_scrypt(const char *pass, size_t passlen,
1502 int EVP_PBE_scrypt_ex(const char *pass, size_
[all...]
/freebsd-current/lib/libradius/
H A Dradlib.c79 explicit_bzero(h->pass, h->pass_len);
125 md5[i] ^= h->pass[pos + i];
382 put_raw_attr(h, type, h->pass, padded_len);
386 memcpy(h->pass, value, len);
388 memset(h->pass + len, 0, pad_len);
1089 memset(h->pass, 0, sizeof h->pass);
/freebsd-current/sys/netpfil/ipfw/test/
H A Dmain.c313 * The first pass (fs != NULL) justs count the number of flowsets and flows,
314 * the second pass (fs == NULL) we complete the setup.
323 int pass = (fs == NULL); local
325 DX(3, "--- pass %d flows %d flowsets %d", pass, c->flows, c->flowsets);
326 if (fs != NULL) { /* first pass */
334 if (pass == 0)
375 if (pass == 0)
398 if (pass == 0)
497 parse_flowsets(c, av[1]); /* first pass */
[all...]
/freebsd-current/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c710 int i, pass, total; local
726 pass = 0;
731 pass += runtest(&vap, &ccmptests[i]);
733 printf("%u of %u 802.11i AES-CCMP test vectors passed\n", pass, total);
738 return (pass == total ? 0 : -1);
/freebsd-current/tests/sys/ses/
H A Dnondestructive.c183 int da = 0, ada = 0, pass = 0, nda = 0, unknown = 0; local
197 else if (0 == strncmp("pass", s, e))
198 pass++;
205 /* There should be one pass dev for each non-pass dev */
206 ATF_CHECK_EQ(pass, da + ada + nda);
/freebsd-current/crypto/openssl/test/
H A Dpkcs12_format_test.c225 /* NOTE: To use PBES2 we pass the desired cipher NID instead of NID_pbes2 */
278 /* NOTE: To use PBES2 we pass the desired cipher NID instead of NID_pbes2 */
398 enc.pass = enc_default.pass;
409 enc.pass = passwords[z];
420 enc.pass = enc_default.pass;
494 mac.pass = mac_default.pass;
505 mac.pass
[all...]
H A Dv3ext.c317 int pass; member in struct:extvalues_st
388 if (extvalues[i].pass) {
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp40 bool relaxOnce(int pass) const override;
459 // Ideally we would scan in an extra pass for all LO12s on JIRL, then mark
462 // allow for such inter-pass state.
762 // relaxation pass.
763 bool LoongArch::relaxOnce(int pass) const {
767 if (pass == 0)
H A DSystemZ.cpp41 bool relaxOnce(int pass) const override;
436 bool SystemZ::relaxOnce(int pass) const {
/freebsd-current/sys/sys/
H A Dbus.h719 int pass, devclass_t *dcp);
792 * or pass, drivers may be attached to devices. Each driver
793 * attachment is assigned a pass number. Drivers may only probe and
794 * attach to devices if their pass number is less than or equal to the
795 * current system-wide pass number. The default pass is the last pass
822 void bus_set_pass(int pass);
862 order, pass) \
869 pass \
[all...]
/freebsd-current/contrib/sqlite3/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1563 # any options that you action, and then pass back the remaining unprocessed
1699 # Note that when calling hook functions, we pass through the list of
3743 -Wc,FLAG pass FLAG directly to the compiler
3848 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3850 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3851 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6590 # what system we are compiling for in order to pass an extra
7647 for pass in $passes; do
7648 # The preopen pass i
[all...]
/freebsd-current/contrib/openpam/
H A Dltmain.sh491 # you will pass as the first argument to func_warning from your own
1734 # or edit any options that you action, and then pass back the remaining
1860 # Note that when calling hook functions, we pass through the list of
3905 -Xcompiler FLAG pass FLAG directly to the compiler
4010 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
4012 -Xassembler FLAG pass linker-specific FLAG directly to the assembler
4014 -Xlinker FLAG pass linker-specific FLAG directly to the linker
4015 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6755 # what system we are compiling for in order to pass an extra
7835 for pass i
[all...]
/freebsd-current/contrib/ldns/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1563 # any options that you action, and then pass back the remaining unprocessed
1699 # Note that when calling hook functions, we pass through the list of
3743 -Wc,FLAG pass FLAG directly to the compiler
3848 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3850 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3851 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6590 # what system we are compiling for in order to pass an extra
7647 for pass in $passes; do
7648 # The preopen pass i
[all...]
/freebsd-current/share/mk/
H A Dbsd.init.mk90 .warning 'kldload filemon' or pass -DNO_FILEMON to suppress this warning.
/freebsd-current/sys/dev/mfi/
H A Dmfi_cam.c360 pt = &cm->cm_frame->pass;
410 pt = &cm->cm_frame->pass;
/freebsd-current/tests/sys/acl/
H A Drun160 my ($login, $pass, $uid, $gid) = getpwnam($user)
/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh456 # you will pass as the first argument to func_warning from your own
1695 # or edit any options that you action, and then pass back the remaining
1821 # Note that when calling hook functions, we pass through the list of
3865 -Wc,FLAG pass FLAG directly to the compiler
3970 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3972 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3973 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6713 # what system we are compiling for in order to pass an extra
7768 for pass in $passes; do
7769 # The preopen pass i
[all...]
/freebsd-current/sys/netsmb/
H A Dsmb_usr.c84 spec->pass = dp->ioc_password;
120 spec->pass = dp->ioc_password;
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i154 pass
/freebsd-current/bin/pax/
H A Dfile_subs.c339 int pass = 0; local
408 if (++pass <= 1)
479 * Remove node from file system with the specified name. We pass the type
717 * pass over file block boundaries. Only write when we hit a non zero
/freebsd-current/contrib/atf/atf-c++/
H A Dmacros.hpp96 #define ATF_PASS() atf::tests::tc::pass()
/freebsd-current/contrib/atf/atf-c/
H A Dtc.c95 static void pass(struct context *)
365 pass(struct context *ctx) function
369 "a pass instead");
375 error_in_expect(ctx, "Test case asked to explicitly pass but was "
907 pass(ctx);
1071 pass(&Current);
/freebsd-current/crypto/openssl/crypto/ffc/
H A Dffc_params_generate.c475 * params: used to pass in values for generation and validation.
724 goto pass;
786 pass:
976 goto pass;
1022 pass:
/freebsd-current/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_ecsm2.h702 * @param[in] pass Indicate whether pOut is valid or not.
703 * CPA_TRUE == pass, pOut is valid
704 * CPA_FALSE == pass, pOut is invalid
723 CpaBoolean pass,
958 * CPA_TRUE == verify pass
1100 * CPA_TRUE == verify pass
1411 * and pass the reference to that structure into this function call. This
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_ioctl.h238 uint8_t pass:1; member in struct:ch_filter

Completed in 432 milliseconds

1234567891011>>