/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RSA_blinding_on.pod | 18 measure the time of RSA decryption or signature operations, blinding 21 RSA_blinding_on() turns blinding on for key B<rsa> and generates a 22 random blinding factor. B<ctx> is B<NULL> or a preallocated and 25 RSA_blinding_off() turns blinding off and frees the memory used for 26 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.
|
/netbsd-src/crypto/external/bsd/openssl/dist/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.
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
H A D | rsa_ossl.c | 163 if (rsa->blinding == NULL) { in rsa_get_blinding() 164 rsa->blinding = RSA_setup_blinding(rsa, ctx); in rsa_get_blinding() 167 ret = rsa->blinding; in rsa_get_blinding() 247 BN_BLINDING *blinding = NULL; in rsa_ossl_private_encrypt() local 295 blinding = rsa_get_blinding(rsa, &local_blinding, ctx); in rsa_ossl_private_encrypt() 296 if (blinding == NULL) { in rsa_ossl_private_encrypt() 302 if (blinding != NULL) { in rsa_ossl_private_encrypt() 307 if (!rsa_blinding_convert(blinding, f, unblind, ctx)) in rsa_ossl_private_encrypt() 340 if (blinding) in rsa_ossl_private_encrypt() 341 if (!rsa_blinding_invert(blinding, ret, unblind, ctx)) in rsa_ossl_private_encrypt() [all …]
|
H A D | rsa_crpt.c | 58 BN_BLINDING_free(rsa->blinding); in RSA_blinding_off() 59 rsa->blinding = NULL; in RSA_blinding_off() 68 if (rsa->blinding != NULL) in RSA_blinding_on() 71 rsa->blinding = RSA_setup_blinding(rsa, ctx); in RSA_blinding_on() 72 if (rsa->blinding == NULL) in RSA_blinding_on()
|
H A D | rsa_local.h | 63 BN_BLINDING *blinding; member
|
H A D | rsa_lib.c | 138 BN_BLINDING_free(r->blinding); in RSA_free()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | rsa_sup_mul.c | 525 const BN_BLINDING *blinding, in ossl_bn_rsa_do_unblind() argument 538 const BIGNUM *arg2 = (possible_arg2 == NULL) ? blinding->Ai : possible_arg2; in ossl_bn_rsa_do_unblind() 558 if (blinding->m_ctx != NULL) { in ossl_bn_rsa_do_unblind() 571 if (blinding->m_ctx != NULL) { in ossl_bn_rsa_do_unblind() 574 blinding->m_ctx->n0[0], l_tmp); in ossl_bn_rsa_do_unblind()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rsa-ltm.c | 295 int blinding = (rsa->flags & RSA_FLAG_NO_BLINDING) == 0; in ltm_rsa_private_encrypt() local 334 if (blinding) { in ltm_rsa_private_encrypt() 395 int blinding = (rsa->flags & RSA_FLAG_NO_BLINDING) == 0; in ltm_rsa_private_decrypt() local 422 if (blinding) { in ltm_rsa_private_decrypt()
|
H A D | rsa.h | 128 void *blinding; member
|
H A D | ChangeLog | 398 * test_rsa.c: Allow testing effect of key-blinding
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
H A D | bn.h | 90 const BN_BLINDING *blinding,
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_PKEY-RSA.pod | 33 blinding purposes to prevent timing attacks.
|
/netbsd-src/usr.bin/compress/doc/ |
H A D | README | 253 >>>blinding speed and good compression ratios. It's certainly faster than
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | NEWS | 684 o New BIGNUM blinding. 762 o Security: make RSA blinding default. 835 o Security: make RSA blinding default.
|
H A D | CHANGES | 852 *) Revert blinding in ECDSA sign and instead make problematic addition 897 *) Add coordinate blinding for EC_POINT and implement projective 898 coordinate blinding for generic prime curves as a countermeasure to 902 *) Add blinding to ECDSA and DSA signatures to protect against side channel 926 *) Apply blinding to binary field modular inversion and remove patent 1293 *) Revert blinding in ECDSA sign and instead make problematic addition 1307 *) Add blinding to ECDSA and DSA signatures to protect against side channel 4484 threads won't reuse the same blinding coefficients. 5678 double-checked locking was incomplete for RSA blinding, 6152 *) Fix RSA blinding Heisenbug (problems sometimes occurred on [all …]
|
/netbsd-src/games/adventure/ |
H A D | glorkz | 1522 132 fade, there is a blinding flash of light (and a small puff of orange
|
/netbsd-src/share/dict/ |
H A D | web2a | 40098 people-blinding 51381 self-blinding
|
H A D | web2 | 23707 blinding
|
/netbsd-src/games/fortune/datfiles/ |
H A D | fortunes2 | 19514 Having wandered helplessly into a blinding snowstorm Sam was greatly 27115 wide eyes stare upward into the blinding stage lights. He is wearing a 51530 The cry goes up with blinding speed for Underdog (UNDERDOG!)
|