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_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_ossl.c | 217 if (rsa->blinding == NULL) { in rsa_get_blinding() 227 if (rsa->blinding == NULL) in rsa_get_blinding() 228 rsa->blinding = RSA_setup_blinding(rsa, ctx); in rsa_get_blinding() 231 ret = rsa->blinding; in rsa_get_blinding() 318 BN_BLINDING *blinding = NULL; in rsa_ossl_private_encrypt() local 362 blinding = rsa_get_blinding(rsa, &local_blinding, ctx); in rsa_ossl_private_encrypt() 363 if (blinding == NULL) { in rsa_ossl_private_encrypt() 369 if (blinding != NULL) { in rsa_ossl_private_encrypt() 374 if (!rsa_blinding_convert(blinding, f, unblind, ctx)) in rsa_ossl_private_encrypt() 407 if (blinding) in rsa_ossl_private_encrypt() [all …]
|
H A D | rsa_local.h | 96 BN_BLINDING *blinding; member
|
H A D | rsa_lib.c | 184 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 | CHANGES.md | 4331 * Revert blinding in ECDSA sign and instead make problematic addition 4383 * Add coordinate blinding for EC_POINT and implement projective 4384 coordinate blinding for generic prime curves as a countermeasure to 4389 * Add blinding to ECDSA and DSA signatures to protect against side channel 4417 * Apply blinding to binary field modular inversion and remove patent 4951 * Add coordinate blinding for EC_POINT and implement projective 4952 coordinate blinding for generic prime curves as a countermeasure to 4991 * Revert blinding in ECDSA sign and instead make problematic addition 5008 * Add blinding to ECDSA and DSA signatures to protect against side channel 6781 * Revert blinding in ECDSA sign and instead make problematic addition [all …]
|
H A D | NEWS.md | 1535 * New BIGNUM blinding. 1613 * Security: make RSA blinding default. 1686 * Security: make RSA blinding default.
|
/freebsd/share/dict/ |
H A D | web2a | 40098 people-blinding 51381 self-blinding
|
H A D | web2 | 23668 blinding
|