Searched refs:TEST_BN_eq_word (Results 1 – 5 of 5) sorted by relevance
/openssl-master/test/ |
A D | asn1_dsa_internal_test.c | 98 || !TEST_BN_eq_word(r, 1) || !TEST_BN_eq_word(s, 2)) { in test_decode() 109 || !TEST_BN_eq_word(r, 1) || !TEST_BN_eq_word(s, 2)) { in test_decode() 119 || !TEST_BN_eq_word(r, 0x81) || !TEST_BN_eq_word(s, 0x82)) { in test_decode() 129 || !TEST_BN_eq_word(r, 0x100) || !TEST_BN_eq_word(s, 0x200)) { in test_decode()
|
A D | test_test.c | 318 | !TEST(1, TEST_BN_eq_word(a, 0)) in test_bignum() 319 | !TEST(0, TEST_BN_eq_word(a, 30)) in test_bignum() 334 | !TEST(1, TEST_BN_eq_word(b, 1)) in test_bignum() 347 | !TEST(0, TEST_BN_eq_word(c, 334739439)) in test_bignum()
|
A D | rsa_sp800_56b_test.c | 304 && TEST_BN_eq_word(key->n, N) in test_check_crt_components() 305 && TEST_BN_eq_word(key->dmp1, DP) in test_check_crt_components() 306 && TEST_BN_eq_word(key->dmq1, DQ) in test_check_crt_components() 307 && TEST_BN_eq_word(key->iqmp, QINV) in test_check_crt_components()
|
A D | bntest.c | 1802 || !TEST_BN_eq_word(bn, 0) in test_dec2bn() 1812 || !TEST_BN_eq_word(bn, 256) in test_dec2bn() 1832 || !TEST_BN_eq_word(bn, 1) in test_dec2bn() 1879 || !TEST_BN_eq_word(bn, 0x256) in test_hex2bn() 1899 || !TEST_BN_eq_word(bn, 0xCB) in test_hex2bn() 1918 || !TEST_BN_eq_word(bn, 0xabc) in test_hex2bn() 1945 || !TEST_BN_eq_word(bn, 256) in test_asc2bn() 1955 || !TEST_BN_eq_word(bn, 0x1234) in test_asc2bn() 1960 || !TEST_BN_eq_word(bn, 0x1234) in test_asc2bn() 1975 || !TEST_BN_eq_word(bn, 123) in test_asc2bn() [all …]
|
A D | testutil.h | 485 # define TEST_BN_eq_word(a, w) test_BN_eq_word(__FILE__, __LINE__, #a, #w, a, w) macro
|
Completed in 12 milliseconds