Searched refs:factor (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/rsa/ |
A D | rsa_ossl.c | 635 BIGNUM *factor = BN_new(); in rsa_ossl_mod_exp() local 637 if (factor == NULL) in rsa_ossl_mod_exp() 644 if (!(BN_with_flags(factor, rsa->p, BN_FLG_CONSTTIME), in rsa_ossl_mod_exp() 646 factor, ctx)) in rsa_ossl_mod_exp() 647 || !(BN_with_flags(factor, rsa->q, BN_FLG_CONSTTIME), in rsa_ossl_mod_exp() 649 factor, ctx))) { in rsa_ossl_mod_exp() 650 BN_free(factor); in rsa_ossl_mod_exp() 656 BN_with_flags(factor, pinfo->r, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 657 if (!BN_MONT_CTX_set_locked(&pinfo->m, rsa->lock, factor, ctx)) { in rsa_ossl_mod_exp() 658 BN_free(factor); in rsa_ossl_mod_exp() [all …]
|
/openssl-master/doc/man3/ |
A D | RSA_blinding_on.pod | 28 random blinding factor. B<ctx> is B<NULL> or a preallocated and 32 the blinding factor.
|
A D | BN_BLINDING_new.pod | 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
|
A D | OSSL_trace_enabled.pod | 218 Because most often the limiting factor for the application's speed is the time
|
A D | RSA_get0_key.pod | 65 the first and second factor of B<n> and B<dmp1>, B<dmq1> and B<iqmp>
|
/openssl-master/doc/man7/ |
A D | EVP_KDF-SCRYPT.pod | 20 has to be a positive power of two, is the general work factor and scales CPU 22 used hash function and p is the parallelization factor. Both r and p need to be
|
A D | provider-kdf.pod | 228 Sets the scrypt work factor parameter N in the associated KDF ctx. 232 Sets the scrypt work factor parameter r in the associated KDF ctx. 236 Sets the scrypt work factor parameter p in the associated KDF ctx. 240 Sets the scrypt work factor parameter maxmem in the associated KDF ctx.
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evppkey_kas.txt | 23 Title = ECDH KATs (from NIST SP800-56A co-factor ECDH KATs
|
Completed in 24 milliseconds