Searched refs:blinding (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A 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.
|
H A 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.
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A 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() 256 BN_BLINDING *blinding = NULL; in rsa_ossl_private_encrypt() local 302 blinding = rsa_get_blinding(rsa, &local_blinding, ctx); in rsa_ossl_private_encrypt() 303 if (blinding == NULL) { in rsa_ossl_private_encrypt() 309 if (blinding != NULL) { in rsa_ossl_private_encrypt() 314 if (!rsa_blinding_convert(blinding, f, unblind, ctx)) in rsa_ossl_private_encrypt() 347 if (blinding) in rsa_ossl_private_encrypt() 348 if (!rsa_blinding_invert(blinding, ret, unblind, ctx)) in rsa_ossl_private_encrypt() [all …]
|
H A 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()
|
H A D | rsa_local.h | 96 BN_BLINDING *blinding; member
|
H A D | rsa_lib.c | 175 BN_BLINDING_free(r->blinding); in RSA_free()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-RSA.pod | 33 blinding purposes to prevent timing attacks.
|
/freebsd/usr.bin/compress/doc/ |
H A D | README | 250 >>>blinding speed and good compression ratios. It's certainly faster than
|
/freebsd/crypto/libecc/ |
H A D | README.md | 1077 ### Signature algorithm blinding 1082 for more details), **blinding** operations can be used. 1088 Of course, for **security critical use cases we recommend the blinding usage 1091 Compiling the library with blinding is as simple as using the ``BLINDIG=1`` environment variable (o… 1109 * DDPA (Data DPA) is thwarted using blinding of the point (projective 1112 performance, blinding must be specifically turned on by the used using the
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 1144 * New BIGNUM blinding. 1222 * Security: make RSA blinding default. 1295 * Security: make RSA blinding default.
|
H A D | CHANGES.md | 3062 * Revert blinding in ECDSA sign and instead make problematic addition 3114 * Add coordinate blinding for EC_POINT and implement projective 3115 coordinate blinding for generic prime curves as a countermeasure to 3120 * Add blinding to ECDSA and DSA signatures to protect against side channel 3148 * Apply blinding to binary field modular inversion and remove patent 3682 * Add coordinate blinding for EC_POINT and implement projective 3683 coordinate blinding for generic prime curves as a countermeasure to 3722 * Revert blinding in ECDSA sign and instead make problematic addition 3739 * Add blinding to ECDSA and DSA signatures to protect against side channel 5507 * Revert blinding in ECDSA sign and instead make problematic addition [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 40098 people-blinding 51381 self-blinding
|
H A D | web2 | 23668 blinding
|