Searched refs:test_output_bignum (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | srptest.c | 55 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 D | ectest.c | 187 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 D | exptest.c | 25 #define BN_print_var(v) test_output_bignum(#v, v)
|
H A D | test_test.c | 529 test_output_bignum(bn_output_tests[n], b); in test_bn_output()
|
H A D | testutil.h | 552 void test_output_bignum(const char *name, const BIGNUM *bn);
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | format_output.c | 386 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum() function
|