Home
last modified time | relevance | path

Searched refs:alg2 (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim(); in compareMD() local
68 alg2 = alg2.replaceAll("\\-", ""); in compareMD()
70 result = (alg2.equals("SHA") || alg2.equals("SHA1")); in compareMD()
72 result = (alg1.equals(alg2)); in compareMD()
81 String alg2 = s2.getMGFAlgorithm(); in compareMGF() local
82 if (alg1.equals(alg2)) { in compareMGF()
86 alg2 = mp2.getDigestAlgorithm(); in compareMGF()
87 if (alg1.equals(alg2)) { in compareMGF()
94 System.out.println("MGF algos: " + alg1 + " vs " + alg2); in compareMGF()
104 String alg2 = src2.getAlgorithm(); in comparePSource() local
[all …]
/dports/math/arb/arb-2.21.1/acb_dirichlet/test/
H A Dt-stieltjes.c32 int alg1, alg2; in main() local
65 alg2 = n_randint(state, 3); in main()
70 alg2 = 1 + n_randint(state, 2); in main()
75 alg2 = n_randint(state, 3); in main()
85 if (alg2 == 0) in main()
87 else if (alg2 == 1) in main()
95 flint_printf("iter = %wd, alg1 = %d, alg2 = %d\n\n", iter, alg1, alg2); in main()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/scripts/mbedtls_dev/
H A Dpsa_storage.py110 usage: Exprable, alg: Exprable, alg2: Exprable,
120 self.alg2 = as_expr(alg2) #type: Expr
154 self.usage, self.alg, self.alg2)
180 usage=0x00000300, alg=0x05500200, alg2=0x04c01000,
191 usage=0, alg=0, alg2=0,
199 usage=0, alg=0, alg2=0,
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/tests/
H A DProjectProvider.py44 alg2 = QgsProcessingModelAlgorithm('test name2', 'test group2')
45 provider.add_model(alg2)
81 alg2 = QgsProcessingModelAlgorithm('test name2', 'test group2')
82 provider.add_model(alg2)
106 provider.remove_model(alg2)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/tests/
H A DProjectProvider.py44 alg2 = QgsProcessingModelAlgorithm('test name2', 'test group2')
45 provider.add_model(alg2)
81 alg2 = QgsProcessingModelAlgorithm('test name2', 'test group2')
82 provider.add_model(alg2)
106 provider.remove_model(alg2)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/tests/
H A Dconstrained.cpp72 ConstrainedFDLayout alg2(rs,es,width/2); in main() local
73 alg2.setConstraints(ccs); in main()
74 alg2.run(); in main()
75 assert(alg2.computeStress()<0.0013); in main()
/dports/math/calc/calc-2.14.0.14/cal/
H A Dalg_config.cal302 printf("\t alg2 time = %.3f secs\n", tlen);
306 printf("\t alg2 overhead look %.3f secs\n", tover);
316 quit "mul_ratio: alg2 rate was <= 0.0";
325 * return alg1 / alg2 rate ratio
784 printf("\t alg2 time = %.3f secs\n", tlen);
798 quit "sq_ratio: alg2 rate was <= 0.0";
807 * return alg1 / alg2 rate ratio
866 printf(" square alg1/alg2 ratio = %.3f\n", ratio);
1287 printf("\t alg2 time = %.3f secs\n", tlen);
1301 quit "pow_ratio: alg2 rate was <= 0.0";
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Netlib/src/netlib/slatec/
H A Dd9gmit.c48 doublereal alg2, algs = 0.0, aeps, sgng2; in d9gmit_() local
156 alg2 = -(*x) - *algap1 + log((abs(s))); in d9gmit_()
158 if (alg2 > bot) { in d9gmit_()
159 ret_val = sgng2 * exp(alg2); in d9gmit_()
/dports/math/arb/arb-2.21.1/acb_hypgeom/test/
H A Dt-2f1.c29 int alg1, alg2; in main() local
94 alg2 = n_randint(state, 10); in main()
118 switch (alg2) in main()
128 acb_hypgeom_2f1_transform(w2, a, b, c, z, flags2, alg2, prec2); in main()
151 flint_printf("alg1 = %d, alg2 = %d\n\n", alg1, alg2); in main()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/libstb/
H A Dtpm_chip.c216 TPM_Alg_Id alg2, uint8_t* digest2, size_t size2, in tpm_extendl() argument
237 alg2, digest2, size2, in tpm_extendl()
267 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
272 alg2, digest2, size2); in tpm_extendl()
299 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/libstb/
H A Dtpm_chip.c216 TPM_Alg_Id alg2, uint8_t* digest2, size_t size2, in tpm_extendl() argument
237 alg2, digest2, size2, in tpm_extendl()
267 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
272 alg2, digest2, size2); in tpm_extendl()
299 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/libstb/
H A Dtpm_chip.c226 TPM_Alg_Id alg2, uint8_t* digest2, size_t size2, in tpm_extendl() argument
246 alg2, digest2, size2, in tpm_extendl()
274 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
279 alg2, digest2, size2); in tpm_extendl()
304 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/libstb/
H A Dtpm_chip.c216 TPM_Alg_Id alg2, uint8_t* digest2, size_t size2, in tpm_extendl() argument
237 alg2, digest2, size2, in tpm_extendl()
267 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
272 alg2, digest2, size2); in tpm_extendl()
299 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/libstb/
H A Dtpm_chip.c216 TPM_Alg_Id alg2, uint8_t* digest2, size_t size2,
237 alg2, digest2, size2,
267 tpm_print_pcr(tpm, pcr, alg2, size2);
272 alg2, digest2, size2);
299 tpm_print_pcr(tpm, pcr, alg2, size2);
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/libstb/
H A Dtpm_chip.c216 TPM_Alg_Id alg2, uint8_t* digest2, size_t size2, in tpm_extendl() argument
237 alg2, digest2, size2, in tpm_extendl()
267 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
272 alg2, digest2, size2); in tpm_extendl()
299 tpm_print_pcr(tpm, pcr, alg2, size2); in tpm_extendl()
/dports/math/arb/arb-2.21.1/arb_poly/test/
H A Dt-sinh_cosh_series.c28 int alg1, alg2; in main() local
56 alg2 = n_randint(state, 7); in main()
75 switch (alg2) in main()
114 flint_printf("alg1 = %d, alg2 = %d, n1 = %wd, n2 = %wd\n\n", alg1, alg2, n1, n2); in main()

12345678910>>...18