Searched refs:blinding (Results 1 – 12 of 12) sorted by relevance
24 measure the time of RSA decryption or signature operations, blinding27 RSA_blinding_on() turns blinding on for key B<rsa> and generates a28 random blinding factor. B<ctx> is B<NULL> or a preallocated and31 RSA_blinding_off() turns blinding off and frees the memory used for32 the blinding factor.
9 BN_BLINDING_set_flags, BN_BLINDING_create_param - blinding related BIGNUM functions51 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 be57 inverse blinding factor B<Ai>. If B<r> is not NULL it will be used as58 the inverse blinding.
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()
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()256 BN_BLINDING *blinding = NULL; in rsa_ossl_private_encrypt() local303 if (blinding == NULL) { in rsa_ossl_private_encrypt()309 if (blinding != NULL) { in rsa_ossl_private_encrypt()347 if (blinding) in rsa_ossl_private_encrypt()388 BN_BLINDING *blinding = NULL; in rsa_ossl_private_decrypt() local427 if (blinding == NULL) { in rsa_ossl_private_decrypt()433 if (blinding != NULL) { in rsa_ossl_private_decrypt()[all …]
96 BN_BLINDING *blinding; member
175 BN_BLINDING_free(r->blinding); in RSA_free()
33 blinding purposes to prevent timing attacks.
253 >>>blinding speed and good compression ratios. It's certainly faster than
1144 * New BIGNUM blinding.1222 * Security: make RSA blinding default.1295 * Security: make RSA blinding default.
9118 threads won't reuse the same blinding coefficients.10497 double-checked locking was incomplete for RSA blinding,11015 * Fix RSA blinding Heisenbug (problems sometimes occurred on11176 * Add new functionality to the bn blinding code:12157 * Fix RSA blinding Heisenbug (problems sometimes occurred on12509 is no point in blinding anyway). Make RSA blinding thread-safe12510 by remembering the creator's thread ID in rsa->blinding and12514 between threads, blinding will still be very fast).14767 is no point in blinding anyway). Make RSA blinding thread-safe14768 by remembering the creator's thread ID in rsa->blinding and[all …]
40098 people-blinding51381 self-blinding
23668 blinding