Home
last modified time | relevance | path

Searched refs:test_output_bignum (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dsrptest.c55 test_output_bignum("N", GN->N); in run_srp()
56 test_output_bignum("g", GN->g); in run_srp()
57 test_output_bignum("Salt", s); in run_srp()
58 test_output_bignum("Verifier", v); in run_srp()
65 test_output_bignum("b", b); in run_srp()
69 test_output_bignum("B", Bpub); in run_srp()
79 test_output_bignum("a", a); in run_srp()
83 test_output_bignum("A", Apub); in run_srp()
94 test_output_bignum("Client's key", Kclient); in run_srp()
98 test_output_bignum("Server's key", Kserver); in run_srp()
H A Dectest.c187 test_output_bignum("a", a); in prime_field_tests()
188 test_output_bignum("b", b); in prime_field_tests()
189 test_output_bignum("p", p); in prime_field_tests()
212 test_output_bignum("x", x); in prime_field_tests()
213 test_output_bignum("y", y); in prime_field_tests()
230 test_output_bignum("x", x); in prime_field_tests()
231 test_output_bignum("y", y); in prime_field_tests()
307 test_output_bignum("x", x); in prime_field_tests()
308 test_output_bignum("y", y); in prime_field_tests()
337 test_output_bignum("x", x); in prime_field_tests()
[all …]
H A Dexptest.c25 #define BN_print_var(v) test_output_bignum(#v, v)
H A Dtest_test.c529 test_output_bignum(bn_output_tests[n], b); in test_bn_output()
H A Dtestutil.h552 void test_output_bignum(const char *name, const BIGNUM *bn);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsrptest.c49 test_output_bignum("N", GN->N); in run_srp()
50 test_output_bignum("g", GN->g); in run_srp()
51 test_output_bignum("Salt", s); in run_srp()
52 test_output_bignum("Verifier", v); in run_srp()
59 test_output_bignum("b", b); in run_srp()
63 test_output_bignum("B", Bpub); in run_srp()
73 test_output_bignum("a", a); in run_srp()
77 test_output_bignum("A", Apub); in run_srp()
88 test_output_bignum("Client's key", Kclient); in run_srp()
92 test_output_bignum("Server's key", Kserver); in run_srp()
H A Dectest.c185 test_output_bignum("a", a); in prime_field_tests()
186 test_output_bignum("b", b); in prime_field_tests()
187 test_output_bignum("p", p); in prime_field_tests()
210 test_output_bignum("x", x); in prime_field_tests()
211 test_output_bignum("y", y); in prime_field_tests()
228 test_output_bignum("x", x); in prime_field_tests()
229 test_output_bignum("y", y); in prime_field_tests()
275 test_output_bignum("x", x); in prime_field_tests()
276 test_output_bignum("y", y); in prime_field_tests()
277 test_output_bignum("z", z); in prime_field_tests()
[all …]
H A Dexptest.c25 #define BN_print_var(v) test_output_bignum(#v, v)
H A Dtest_test.c529 test_output_bignum(bn_output_tests[n], b); in test_bn_output()
H A Dtestutil.h403 void test_output_bignum(const char *name, const BIGNUM *bn);
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dformat_output.c386 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dformat_output.c385 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum() function