Home
last modified time | relevance | path

Searched refs:blinding (Results 1 – 21 of 21) sorted by relevance

/third_party/openssl/doc/man3/
DRSA_blinding_on.pod24 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.
DBN_BLINDING_new.pod9 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/
Drsa_ossl.c169 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 …]
Drsa_crpt.c64 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()
Drsa_local.h96 BN_BLINDING *blinding; member
Drsa_lib.c175 BN_BLINDING_free(r->blinding); in RSA_free()
/third_party/openssl/crypto/bn/
Drsa_sup_mul.c515 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/
Dtest_suite_psa_crypto_entropy.function74 * or because the implementation uses blinding. */
100 /* Import the key again, because for RSA Mbed TLS caches blinding values
Dtest_suite_dhm.function173 /* 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
Dtest_suite_psa_crypto_entropy.data7 # randomization for (e.g.) blinding. An external implementation could use
Dtest_suite_rsa.function485 /* repeat three times to test updating of blinding values */
/third_party/openssl/ohos_lite/include/crypto/
Dbn.h90 const BN_BLINDING *blinding,
/third_party/openssl/include/crypto/
Dbn.h118 const BN_BLINDING *blinding,
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs217 pub blinding: *mut BN_BLINDING,
246 pub blinding: *mut BN_BLINDING,
/third_party/mbedtls/
DChangeLog485 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/
DNEWS.md1064 * New BIGNUM blinding.
1142 * Security: make RSA blinding default.
1215 * Security: make RSA blinding default.
DCHANGES.md2662 * 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/
D3.0-migration-guide.md476 calling these functions. It is used for blinding, a countermeasure against
/third_party/icu/icu4j/perf-tests/data/collation/
Dnvsbl10.txt5545 blinding beam.
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party4492 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/
DCHANGELOG_V10.md2948 …node/commit/fe6d707bc4)] - **deps**: float 0c27d793 from openssl (ECDSA blinding) (Rod Vagg) [#213…