Home | History | Annotate | Download | only in engine

Lines Matching full:m_ctx

112     const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
117 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
127 BN_MONT_CTX *m_ctx);
1141 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
1143 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1282 BN_MONT_CTX *m_ctx)
1284 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));