Home
last modified time | relevance | path

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

/openssl/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()
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()
338 test_output_bignum("y", y); in prime_field_tests()
374 test_output_bignum("x", x); in prime_field_tests()
375 test_output_bignum("y", y); in prime_field_tests()
412 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.h569 void test_output_bignum(const char *name, const BIGNUM *bn);
/openssl/test/testutil/
H A Dformat_output.c385 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum() function

Completed in 41 milliseconds