/third_party/openssl/doc/man3/ |
D | RSA_blinding_on.pod | 24 measure the time of RSA decryption or signature operations, blinding 27 RSA_blinding_on() turns blinding on for key B<rsa> and generates a 28 random blinding factor. B<ctx> is B<NULL> or a preallocated and 31 RSA_blinding_off() turns blinding off and frees the memory used for 32 the blinding factor.
|
D | BN_BLINDING_new.pod | 9 BN_BLINDING_set_flags, BN_BLINDING_create_param - blinding related BIGNUM functions 51 necessary parameters are set, by re-creating the blinding parameters. 53 BN_BLINDING_convert_ex() multiplies B<n> with the blinding factor B<A>. 54 If B<r> is not NULL a copy the inverse blinding factor B<Ai> will be 57 inverse blinding factor B<Ai>. If B<r> is not NULL it will be used as 58 the inverse blinding.
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ossl.c | 169 if (rsa->blinding == NULL) { in rsa_get_blinding() 170 rsa->blinding = RSA_setup_blinding(rsa, ctx); in rsa_get_blinding() 173 ret = rsa->blinding; in rsa_get_blinding() 255 BN_BLINDING *blinding = NULL; in rsa_ossl_private_encrypt() local 301 blinding = rsa_get_blinding(rsa, &local_blinding, ctx); in rsa_ossl_private_encrypt() 302 if (blinding == NULL) { in rsa_ossl_private_encrypt() 308 if (blinding != NULL) { in rsa_ossl_private_encrypt() 313 if (!rsa_blinding_convert(blinding, f, unblind, ctx)) in rsa_ossl_private_encrypt() 346 if (blinding) in rsa_ossl_private_encrypt() 347 if (!rsa_blinding_invert(blinding, ret, unblind, ctx)) in rsa_ossl_private_encrypt() [all …]
|
D | rsa_crpt.c | 64 BN_BLINDING_free(rsa->blinding); in RSA_blinding_off() 65 rsa->blinding = NULL; in RSA_blinding_off() 74 if (rsa->blinding != NULL) in RSA_blinding_on() 77 rsa->blinding = RSA_setup_blinding(rsa, ctx); in RSA_blinding_on() 78 if (rsa->blinding == NULL) in RSA_blinding_on()
|
D | rsa_local.h | 96 BN_BLINDING *blinding; member
|
D | rsa_lib.c | 175 BN_BLINDING_free(r->blinding); in RSA_free()
|
/third_party/openssl/crypto/bn/ |
D | rsa_sup_mul.c | 515 const BN_BLINDING *blinding, in ossl_bn_rsa_do_unblind() argument 528 const BIGNUM *arg2 = (possible_arg2 == NULL) ? blinding->Ai : possible_arg2; in ossl_bn_rsa_do_unblind() 548 if (blinding->m_ctx != NULL) { in ossl_bn_rsa_do_unblind() 561 if (blinding->m_ctx != NULL) { in ossl_bn_rsa_do_unblind() 564 blinding->m_ctx->n0[0], l_tmp); in ossl_bn_rsa_do_unblind()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_entropy.function | 74 * or because the implementation uses blinding. */ 100 /* Import the key again, because for RSA Mbed TLS caches blinding values
|
D | test_suite_dhm.function | 173 /* Re-do calc_secret on server a few times to test update of blinding values */ 189 * Second key exchange to test change of blinding values on server
|
D | test_suite_psa_crypto_entropy.data | 7 # randomization for (e.g.) blinding. An external implementation could use
|
D | test_suite_rsa.function | 485 /* repeat three times to test updating of blinding values */
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | bn.h | 90 const BN_BLINDING *blinding,
|
/third_party/openssl/include/crypto/ |
D | bn.h | 118 const BN_BLINDING *blinding,
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | types.rs | 217 pub blinding: *mut BN_BLINDING, 246 pub blinding: *mut BN_BLINDING,
|
/third_party/mbedtls/ |
D | ChangeLog | 485 private keys and of blinding values for DHM and elliptic curves (ECP) 827 (including key generation, intermediate value randomization and blinding) 855 * Fix rsa_prepare_blinding() to retry when the blinding value is not 983 enclave) could bypass an existing counter-measure (base blinding) and 1375 implement blinding. Because of this for the same key and message the same 1376 blinding value was generated. This reduced the effectiveness of the 1413 purpose of blinding. 2401 purpose or CRT and/or blinding. 2507 particular, don't require P,Q if neither CRT nor blinding are 2655 * Add exponent blinding to RSA private operations as a countermeasure [all …]
|
/third_party/openssl/ |
D | NEWS.md | 1064 * New BIGNUM blinding. 1142 * Security: make RSA blinding default. 1215 * Security: make RSA blinding default.
|
D | CHANGES.md | 2662 * Revert blinding in ECDSA sign and instead make problematic addition 2714 * Add coordinate blinding for EC_POINT and implement projective 2715 coordinate blinding for generic prime curves as a countermeasure to 2720 * Add blinding to ECDSA and DSA signatures to protect against side channel 2748 * Apply blinding to binary field modular inversion and remove patent 3282 * Add coordinate blinding for EC_POINT and implement projective 3283 coordinate blinding for generic prime curves as a countermeasure to 3322 * Revert blinding in ECDSA sign and instead make problematic addition 3339 * Add blinding to ECDSA and DSA signatures to protect against side channel 5107 * Revert blinding in ECDSA sign and instead make problematic addition [all …]
|
/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 476 calling these functions. It is used for blinding, a countermeasure against
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | nvsbl10.txt | 5545 blinding beam.
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 4492 FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c 5708 FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 2948 …node/commit/fe6d707bc4)] - **deps**: float 0c27d793 from openssl (ECDSA blinding) (Rod Vagg) [#213…
|