Lines Matching refs:BIO
84 #include <openssl/bio.h>
94 int test_add(BIO *bp);
95 int test_sub(BIO *bp);
96 int test_lshift1(BIO *bp);
97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
98 int test_rshift1(BIO *bp);
99 int test_rshift(BIO *bp,BN_CTX *ctx);
100 int test_div(BIO *bp,BN_CTX *ctx);
101 int test_div_word(BIO *bp);
102 int test_div_recp(BIO *bp,BN_CTX *ctx);
103 int test_mul(BIO *bp);
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);
111 int test_gf2m_add(BIO *bp);
112 int test_gf2m_mod(BIO *bp);
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);
130 static void message(BIO *out, char *m)
141 BIO *out;
317 int test_add(BIO *bp)
361 int test_sub(BIO *bp)
412 int test_div(BIO *bp, BN_CTX *ctx)
476 static void print_word(BIO *bp,BN_ULONG w)
492 int test_div_word(BIO *bp)
548 int test_div_recp(BIO *bp, BN_CTX *ctx)
621 int test_mul(BIO *bp)
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)
1063 int test_gf2m_add(BIO *bp)
1115 int test_gf2m_mod(BIO *bp)
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_)
1878 int test_lshift1(BIO *bp)
1919 int test_rshift(BIO *bp,BN_CTX *ctx)
1965 int test_rshift1(BIO *bp)