Home | History | Annotate | Download | only in bn

Lines Matching refs:BN_CTX

97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
99 int test_rshift(BIO *bp,BN_CTX *ctx);
100 int test_div(BIO *bp,BN_CTX *ctx);
102 int test_div_recp(BIO *bp,BN_CTX *ctx);
104 int test_sqr(BIO *bp,BN_CTX *ctx);
105 int test_mont(BIO *bp,BN_CTX *ctx);
106 int test_mod(BIO *bp,BN_CTX *ctx);
107 int test_mod_mul(BIO *bp,BN_CTX *ctx);
108 int test_mod_exp(BIO *bp,BN_CTX *ctx);
109 int test_mod_exp_mont_consttime(BIO *bp,BN_CTX *ctx);
110 int test_exp(BIO *bp,BN_CTX *ctx);
113 int test_gf2m_mod_mul(BIO *bp,BN_CTX *ctx);
114 int test_gf2m_mod_sqr(BIO *bp,BN_CTX *ctx);
115 int test_gf2m_mod_inv(BIO *bp,BN_CTX *ctx);
116 int test_gf2m_mod_div(BIO *bp,BN_CTX *ctx);
117 int test_gf2m_mod_exp(BIO *bp,BN_CTX *ctx);
118 int test_gf2m_mod_sqrt(BIO *bp,BN_CTX *ctx);
119 int test_gf2m_mod_solve_quad(BIO *bp,BN_CTX *ctx);
120 int test_kron(BIO *bp,BN_CTX *ctx);
121 int test_sqrt(BIO *bp,BN_CTX *ctx);
140 BN_CTX *ctx;
412 int test_div(BIO *bp, BN_CTX *ctx)
548 int test_div_recp(BIO *bp, BN_CTX *ctx)
625 BN_CTX *ctx;
677 int test_sqr(BIO *bp, BN_CTX *ctx)
719 int test_mont(BIO *bp, BN_CTX *ctx)
794 int test_mod(BIO *bp, BN_CTX *ctx)
840 int test_mod_mul(BIO *bp, BN_CTX *ctx)
911 int test_mod_exp(BIO *bp, BN_CTX *ctx)
962 int test_mod_exp_mont_consttime(BIO *bp, BN_CTX *ctx)
1013 int test_exp(BIO *bp, BN_CTX *ctx)
1173 int test_gf2m_mod_mul(BIO *bp,BN_CTX *ctx)
1244 int test_gf2m_mod_sqr(BIO *bp,BN_CTX *ctx)
1303 int test_gf2m_mod_inv(BIO *bp,BN_CTX *ctx)
1358 int test_gf2m_mod_div(BIO *bp,BN_CTX *ctx)
1421 int test_gf2m_mod_exp(BIO *bp,BN_CTX *ctx)
1492 int test_gf2m_mod_sqrt(BIO *bp,BN_CTX *ctx)
1551 int test_gf2m_mod_solve_quad(BIO *bp,BN_CTX *ctx)
1651 int test_kron(BIO *bp, BN_CTX *ctx)
1742 int test_sqrt(BIO *bp, BN_CTX *ctx)
1820 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_)
1919 int test_rshift(BIO *bp,BN_CTX *ctx)