Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 8 of 8) sorted by relevance

/openssl-master/crypto/rsa/
A Drsa_ossl.c635 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 DRSA_blinding_on.pod28 random blinding factor. B<ctx> is B<NULL> or a preallocated and
32 the blinding factor.
A DBN_BLINDING_new.pod53 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 DOSSL_trace_enabled.pod218 Because most often the limiting factor for the application's speed is the time
A DRSA_get0_key.pod65 the first and second factor of B<n> and B<dmp1>, B<dmq1> and B<iqmp>
/openssl-master/doc/man7/
A DEVP_KDF-SCRYPT.pod20 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 Dprovider-kdf.pod228 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 Devppkey_kas.txt23 Title = ECDH KATs (from NIST SP800-56A co-factor ECDH KATs

Completed in 24 milliseconds