Searched refs:TEST_BN_eq_word (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/test/ |
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()
|
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()
|
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()
|
D | bntest.c | 1845 || !TEST_BN_eq_word(bn, 0) in test_dec2bn() 1855 || !TEST_BN_eq_word(bn, 256) in test_dec2bn() 1875 || !TEST_BN_eq_word(bn, 1) in test_dec2bn() 1922 || !TEST_BN_eq_word(bn, 0x256) in test_hex2bn() 1942 || !TEST_BN_eq_word(bn, 0xCB) in test_hex2bn() 1961 || !TEST_BN_eq_word(bn, 0xabc) in test_hex2bn() 1988 || !TEST_BN_eq_word(bn, 256) in test_asc2bn() 1998 || !TEST_BN_eq_word(bn, 0x1234) in test_asc2bn() 2003 || !TEST_BN_eq_word(bn, 0x1234) in test_asc2bn() 2018 || !TEST_BN_eq_word(bn, 123) in test_asc2bn() [all …]
|
D | testutil.h | 523 # define TEST_BN_eq_word(a, w) test_BN_eq_word(__FILE__, __LINE__, #a, #w, a, w) macro
|