/third_party/mbedtls/scripts/mbedtls_dev/ |
D | ecp.py | 38 moduli = ["fffffffffffffffffffffffffffffffeffffffffffffffff"] # type: List[str] variable in EcpP192R1Raw 91 moduli = ["ffffffffffffffffffffffffffffffff000000000000000000000001"] # type: List[str] variable in EcpP224R1Raw 157 moduli = ["ffffffff00000001000000000000000000000000ffffffffffffffffffffffff"] # type: List[str] variable in EcpP256R1Raw 229 moduli = [("01ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" variable in EcpP521R1Raw
|
D | bignum_mod.py | 74 moduli = ONLY_PRIME_MODULI # for now only prime moduli supported variable in BignumModInvNonMont 91 moduli = ONLY_PRIME_MODULI # for now only prime moduli supported variable in BignumModInvMont
|
D | bignum_common.py | 273 moduli = MODULI_DEFAULT # type: List[str] variable in ModOperationCommon 375 for n in cls.moduli 383 for n in cls.moduli
|
D | bignum_mod_raw.py | 111 moduli = ONLY_PRIME_MODULI variable in BignumModRawInvPrime 209 for n in cls.moduli:
|
D | bignum_core.py | 671 moduli = [ 728 for mod, description in moduli:
|
/third_party/openssl/test/recipes/10-test_bn_data/ |
D | bnmod.txt | 2485 # different bitwidths. rsaz-avx2.pl only runs at 1024-bit moduli, and 2487 # multiples of 512- and non-multiples. Also include moduli that are not quite a
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum_core.function | 942 /* Test that the moduli is odd */
|
D | test_suite_ecp.function | 1497 /* Test for validity of moduli by the presence of Montgomery consts */
|
/third_party/openssl/ |
D | NEWS.md | 83 for non-prime moduli ([CVE-2022-0778]) 215 used in exponentiation with 512-bit moduli ([CVE-2019-1551])
|
D | CHANGES.md | 598 for non-prime moduli. 1517 used in exponentiation with 512-bit moduli. No EC algorithms are 3532 used in exponentiation with 1024-bit moduli. No EC algorithms are affected. 5283 used in exponentiation with 1024-bit moduli. No EC algorithms are affected. 13401 only for relatively small moduli (roughly 20-30% for 128-bit moduli, 13402 roughly 5-15% for 256-bit moduli), so we use it only for moduli 13404 appears to be advantageous for much longer moduli; here we use it 13405 for moduli up to 2048 bits. 14111 * Change BN_mod_exp_recp so that negative moduli are tolerated 14114 for negative moduli. [all …]
|
/third_party/node/deps/openssl/openssl/ |
D | NEWS.md | 111 for non-prime moduli ([CVE-2022-0778]) 243 used in exponentiation with 512-bit moduli ([CVE-2019-1551])
|
D | CHANGES.md | 776 for non-prime moduli. 1695 used in exponentiation with 512-bit moduli. No EC algorithms are 3710 used in exponentiation with 1024-bit moduli. No EC algorithms are affected. 5461 used in exponentiation with 1024-bit moduli. No EC algorithms are affected. 13579 only for relatively small moduli (roughly 20-30% for 128-bit moduli, 13580 roughly 5-15% for 256-bit moduli), so we use it only for moduli 13582 appears to be advantageous for much longer moduli; here we use it 13583 for moduli up to 2048 bits. 14289 * Change BN_mod_exp_recp so that negative moduli are tolerated 14292 for negative moduli. [all …]
|
/third_party/pulseaudio/po/ |
D | it.po | 105 " --dump-modules Riversa l'elenco dei moduli " 138 " moduli richiesti dall'utente dopo \n"
|
D | lt.po | 101 " --dump-modules Sukurti prieinamų modulių sąrašo " 585 msgstr "Tarnybos paleidimas be jokių įkeltų modulių, tarnyba negalės veikti."
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 10982 let moduli: &[u32] = if cfg!(miri) { &[5] } else { &[5, 20, 50] }; localVariable 10985 for &modulus in moduli {
|
/third_party/mbedtls/ |
D | ChangeLog | 4248 (Failure rate <= 1/255 with common DHM moduli.)
|