| /trueos/crypto/openssl/crypto/bn/ |
| HD | bn_blind.c | 131 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member 310 int (*bn_mod_exp) (BIGNUM *r, in BN_BLINDING_create_param() 342 if (bn_mod_exp != NULL) in BN_BLINDING_create_param() 343 ret->bn_mod_exp = bn_mod_exp; in BN_BLINDING_create_param() 368 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL) { in BN_BLINDING_create_param() 369 if (!ret->bn_mod_exp in BN_BLINDING_create_param()
|
| HD | bn.h | 629 int (*bn_mod_exp) (BIGNUM *r,
|
| /trueos/crypto/openssl/crypto/rsa/ |
| HD | rsa_eay.c | 230 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx, in RSA_eay_public_encrypt() 443 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx, in RSA_eay_private_encrypt() 570 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx, in RSA_eay_private_decrypt() 679 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx, in RSA_eay_public_decrypt() 784 if (!rsa->meth->bn_mod_exp(m1, r1, dmq1, rsa->q, ctx, rsa->_method_mod_q)) in RSA_eay_mod_exp() 804 if (!rsa->meth->bn_mod_exp(r0, r1, dmp1, rsa->p, ctx, rsa->_method_mod_p)) in RSA_eay_mod_exp() 845 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx, in RSA_eay_mod_exp() 876 if (!rsa->meth->bn_mod_exp(r0, I, d, rsa->n, ctx, in RSA_eay_mod_exp()
|
| HD | rsa_crpt.c | 233 rsa->meth->bn_mod_exp, rsa->_method_mod_n); in RSA_setup_blinding()
|
| HD | rsa.h | 98 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member
|
| /trueos/crypto/openssl/crypto/engine/ |
| HD | eng_cryptodev.c | 1075 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont); in cryptodev_bn_mod_exp() 1080 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont); in cryptodev_bn_mod_exp() 1182 if (!dsa->meth->bn_mod_exp(dsa, t1, dsa->g, u1, dsa->p, ctx, mont)) in cryptodev_dsa_dsa_mod_exp() 1186 if (!dsa->meth->bn_mod_exp(dsa, &t2, dsa->pub_key, u2, dsa->p, ctx, mont)) in cryptodev_dsa_dsa_mod_exp() 1423 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp; in ENGINE_load_cryptodev() 1430 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp; in ENGINE_load_cryptodev() 1445 cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp; in ENGINE_load_cryptodev() 1457 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp; in ENGINE_load_cryptodev() 1459 cryptodev_dh.bn_mod_exp = cryptodev_mod_exp_dh; in ENGINE_load_cryptodev()
|
| HD | eng_rsax.c | 166 e_rsax_rsa.bn_mod_exp = meth1->bn_mod_exp; in bind_helper()
|
| /trueos/crypto/openssl/crypto/dh/ |
| HD | dh_key.c | 175 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont)) in generate_key() 235 meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key, dh->p, ctx, mont)) { in compute_key()
|
| HD | dh.h | 123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a, member
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | BN_BLINDING_new.pod | 34 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 76 using the exponent B<e> and the modulus B<m>. B<bn_mod_exp> and
|
| HD | DH_set_method.pod | 69 int (*bn_mod_exp)(DH *dh, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
|
| HD | DSA_set_method.pod | 83 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a,
|
| HD | bn.pod | 140 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
| HD | RSA_set_method.pod | 106 int (*bn_mod_exp)(BIGNUM *r, BIGNUM *a, const BIGNUM *p,
|
| /trueos/crypto/openssl/crypto/dsa/ |
| HD | dsa_ossl.c | 120 if ((dsa)->meth->bn_mod_exp) \ 121 _tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
|
| HD | dsa.h | 140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member
|
| /trueos/crypto/openssl/engines/ |
| HD | e_gmp.c | 184 e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp; in bind_helper()
|
| HD | e_aep.c | 330 aep_dsa.bn_mod_exp = aep_mod_exp_dsa; in bind_aep() 338 aep_dh.bn_mod_exp = meth3->bn_mod_exp; in bind_aep()
|
| HD | e_capi.c | 450 capi_rsa_method.bn_mod_exp = ossl_rsa_meth->bn_mod_exp; in capi_init() 457 capi_dsa_method.bn_mod_exp = ossl_dsa_meth->bn_mod_exp; in capi_init()
|
| HD | e_ubsec.c | 731 ret = (*meth->bn_mod_exp) (r, a, p, m, ctx, m_ctx); in ubsec_mod_exp_mont()
|
| HD | e_cswift.c | 787 return def_rsa_method->bn_mod_exp(r, a, p, m, ctx, m_ctx); in cswift_mod_exp_mont()
|
| /trueos/crypto/openssl/ |
| HD | CHANGES | 3153 dsa_mod_exp() and/or bn_mod_exp() handlers if they are non-NULL, 8844 otherwise bn_mod_exp was called. In the case of hardware keys for example 8846 in the RSA structure, which cannot be accessed from bn_mod_exp.
|