Home
last modified time | relevance | path

Searched refs:moduli (Results 1 – 16 of 16) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
Decp.py38 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
Dbignum_mod.py74 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
Dbignum_common.py273 moduli = MODULI_DEFAULT # type: List[str] variable in ModOperationCommon
375 for n in cls.moduli
383 for n in cls.moduli
Dbignum_mod_raw.py111 moduli = ONLY_PRIME_MODULI variable in BignumModRawInvPrime
209 for n in cls.moduli:
Dbignum_core.py671 moduli = [
728 for mod, description in moduli:
/third_party/openssl/test/recipes/10-test_bn_data/
Dbnmod.txt2485 # 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/
Dtest_suite_bignum_core.function942 /* Test that the moduli is odd */
Dtest_suite_ecp.function1497 /* Test for validity of moduli by the presence of Montgomery consts */
/third_party/openssl/
DNEWS.md83 for non-prime moduli ([CVE-2022-0778])
215 used in exponentiation with 512-bit moduli ([CVE-2019-1551])
DCHANGES.md598 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/
DNEWS.md111 for non-prime moduli ([CVE-2022-0778])
243 used in exponentiation with 512-bit moduli ([CVE-2019-1551])
DCHANGES.md776 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/
Dit.po105 " --dump-modules Riversa l'elenco dei moduli "
138 " moduli richiesti dall'utente dopo \n"
Dlt.po101 " --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/
Drust-library.rs10982 let moduli: &[u32] = if cfg!(miri) { &[5] } else { &[5, 20, 50] }; localVariable
10985 for &modulus in moduli {
/third_party/mbedtls/
DChangeLog4248 (Failure rate <= 1/255 with common DHM moduli.)