Home
last modified time | relevance | path

Searched refs:D_EDE3_DES (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Dspeed.c605 #define D_EDE3_DES 9 in MAIN() macro
957 else if (strcmp(*argv,"des-ede3") == 0) doit[D_EDE3_DES]=1; in MAIN()
1037 doit[D_EDE3_DES]=1; in MAIN()
1391 c[D_EDE3_DES][0]=count/3; in MAIN()
1430 c[D_EDE3_DES][i]=c[D_EDE3_DES][i-1]*l0/l1; in MAIN()
1780 if (doit[D_EDE3_DES]) in MAIN()
1784 print_message(names[D_EDE3_DES],c[D_EDE3_DES][j],lengths[j]); in MAIN()
1786 for (count=0,run=1; COND(c[D_EDE3_DES][j]); count++) in MAIN()
1791 print_result(D_EDE3_DES,j,count,d); in MAIN()
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Dspeed.c500 # define D_EDE3_DES 9 in MAIN() macro
852 doit[D_EDE3_DES] = 1; in MAIN()
957 doit[D_EDE3_DES] = 1; in MAIN()
1363 c[D_EDE3_DES][0] = count / 3; in MAIN()
1404 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in MAIN()
1726 if (doit[D_EDE3_DES]) { in MAIN()
1728 print_message(names[D_EDE3_DES], c[D_EDE3_DES][j], lengths[j]); in MAIN()
1730 for (count = 0, run = 1; COND(c[D_EDE3_DES][j]); count++) in MAIN()
1735 print_result(D_EDE3_DES, j, count, d); in MAIN()
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Dspeed.c500 # define D_EDE3_DES 9 in MAIN() macro
852 doit[D_EDE3_DES] = 1; in MAIN()
957 doit[D_EDE3_DES] = 1; in MAIN()
1354 c[D_EDE3_DES][0] = count / 3; in MAIN()
1394 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in MAIN()
1716 if (doit[D_EDE3_DES]) { in MAIN()
1718 print_message(names[D_EDE3_DES], c[D_EDE3_DES][j], lengths[j]); in MAIN()
1720 for (count = 0, run = 1; COND(c[D_EDE3_DES][j]); count++) in MAIN()
1725 print_result(D_EDE3_DES, j, count, d); in MAIN()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Dspeed.c337 #define D_EDE3_DES 8 in speed_main() macro
637 doit[D_EDE3_DES] = 1; in speed_main()
720 doit[D_EDE3_DES] = 1; in speed_main()
1159 if (doit[D_EDE3_DES]) { in speed_main()
1161 print_message(names[D_EDE3_DES], c[D_EDE3_DES][j], lengths[j]); in speed_main()
1163 for (count = 0, run = 1; COND(c[D_EDE3_DES][j]); count++) in speed_main()
1168 print_result(D_EDE3_DES, j, count, d); in speed_main()
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A Dspeed.c337 #define D_EDE3_DES 8 in speed_main() macro
637 doit[D_EDE3_DES] = 1; in speed_main()
720 doit[D_EDE3_DES] = 1; in speed_main()
1159 if (doit[D_EDE3_DES]) { in speed_main()
1161 print_message(names[D_EDE3_DES], c[D_EDE3_DES][j], lengths[j]); in speed_main()
1163 for (count = 0, run = 1; COND(c[D_EDE3_DES][j]); count++) in speed_main()
1168 print_result(D_EDE3_DES, j, count, d); in speed_main()
/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A Dspeed.c337 #define D_EDE3_DES 8 in speed_main() macro
637 doit[D_EDE3_DES] = 1; in speed_main()
720 doit[D_EDE3_DES] = 1; in speed_main()
1159 if (doit[D_EDE3_DES]) { in speed_main()
1161 print_message(names[D_EDE3_DES], c[D_EDE3_DES][j], lengths[j]); in speed_main()
1163 for (count = 0, run = 1; COND(c[D_EDE3_DES][j]); count++) in speed_main()
1168 print_result(D_EDE3_DES, j, count, d); in speed_main()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
806 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1655 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1922 c[D_EDE3_DES][0] = count / 3; in speed_main()
1967 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2290 if (doit[D_EDE3_DES]) { in speed_main()
2292 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2298 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1666 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1933 c[D_EDE3_DES][0] = count / 3; in speed_main()
1978 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2305 if (doit[D_EDE3_DES]) { in speed_main()
2307 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2313 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
806 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1655 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1922 c[D_EDE3_DES][0] = count / 3; in speed_main()
1967 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2290 if (doit[D_EDE3_DES]) { in speed_main()
2292 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2298 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
806 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1655 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1922 c[D_EDE3_DES][0] = count / 3; in speed_main()
1967 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2290 if (doit[D_EDE3_DES]) { in speed_main()
2292 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2298 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/security/openssl/openssl-1.1.1n/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1668 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1935 c[D_EDE3_DES][0] = count / 3; in speed_main()
1980 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2307 if (doit[D_EDE3_DES]) { in speed_main()
2309 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2315 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/security/openssl-static/openssl-1.1.1l/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dspeed.c350 #define D_EDE3_DES 9 macro
416 {"des-ede3", D_EDE3_DES},
815 for (count = 0; COND(c[D_EDE3_DES][testnum]); count++) in DES_ede3_cbc_encrypt_loop()
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1931 c[D_EDE3_DES][0] = count / 3; in speed_main()
1976 c[D_EDE3_DES][i] = c[D_EDE3_DES][i - 1] * l0 / l1; in speed_main()
2303 if (doit[D_EDE3_DES]) { in speed_main()
2305 print_message(names[D_EDE3_DES], c[D_EDE3_DES][testnum], in speed_main()
2311 print_result(D_EDE3_DES, testnum, count, d); in speed_main()

12