Searched refs:m_ctx (Results 1 – 12 of 12) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_blind.c | 24 BN_MONT_CTX *m_ctx; member 111 if (b->m_ctx != NULL) { in BN_BLINDING_update() 154 if (b->m_ctx != NULL) in BN_BLINDING_convert_ex() 155 ret = BN_mod_mul_montgomery(n, n, b->A, b->m_ctx, ctx); in BN_BLINDING_convert_ex() 179 if (b->m_ctx != NULL) { in BN_BLINDING_invert_ex() 194 ret = BN_mod_mul_montgomery(n, n, r, b->m_ctx, ctx); in BN_BLINDING_invert_ex() 241 BN_MONT_CTX *m_ctx) in BN_BLINDING_create_param() 268 if (m_ctx != NULL) in BN_BLINDING_create_param() 269 ret->m_ctx = m_ctx; in BN_BLINDING_create_param() 290 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL) { in BN_BLINDING_create_param() [all …]
|
/openssl-master/doc/man3/ |
A D | BN_BLINDING_new.pod | 38 BN_MONT_CTX *m_ctx), 39 BN_MONT_CTX *m_ctx); 86 B<m_ctx> can be used to pass special functions for exponentiation
|
A D | DH_meth_new.pod | 46 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 50 BN_MONT_CTX *m_ctx));
|
A D | RSA_meth_new.pod | 80 BN_CTX *ctx, BN_MONT_CTX *m_ctx); 84 BN_CTX *ctx, BN_MONT_CTX *m_ctx));
|
A D | RSA_set_method.pod | 114 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/openssl-master/crypto/dh/ |
A D | dh_local.h | 52 BN_MONT_CTX *m_ctx);
|
A D | dh_key.c | 32 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 185 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in dh_bn_mod_exp() argument 187 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx); in dh_bn_mod_exp()
|
/openssl-master/include/openssl/ |
A D | bn.h | 308 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 313 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 316 BN_CTX *ctx, BN_MONT_CTX *m_ctx); 441 BN_MONT_CTX *m_ctx), 442 BN_MONT_CTX *m_ctx);
|
A D | rsa.h | 538 BN_MONT_CTX *m_ctx); 546 BN_MONT_CTX *m_ctx));
|
/openssl-master/crypto/rsa/ |
A D | rsa_meth.c | 188 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in RSA_meth_get_bn_mod_exp() 199 BN_MONT_CTX *m_ctx)) in RSA_meth_set_bn_mod_exp() argument
|
A D | rsa_local.h | 117 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/openssl-master/crypto/dsa/ |
A D | dsa_local.h | 58 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
Completed in 15 milliseconds