HomeSort by: relevance | last modified time | path
    Searched refs:TEST_BN_eq_word (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
asn1_dsa_internal_test.c 98 || !TEST_BN_eq_word(r, 1) || !TEST_BN_eq_word(s, 2)) {
109 || !TEST_BN_eq_word(r, 1) || !TEST_BN_eq_word(s, 2)) {
119 || !TEST_BN_eq_word(r, 0x81) || !TEST_BN_eq_word(s, 0x82)) {
129 || !TEST_BN_eq_word(r, 0x100) || !TEST_BN_eq_word(s, 0x200)) {
test_test.c 318 || !TEST(1, TEST_BN_eq_word(a, 0))
319 || !TEST(0, TEST_BN_eq_word(a, 30))
334 || !TEST(1, TEST_BN_eq_word(b, 1))
347 || !TEST(0, TEST_BN_eq_word(c, 334739439))
rsa_sp800_56b_test.c 305 && TEST_BN_eq_word(key->n, N)
306 && TEST_BN_eq_word(key->dmp1, DP)
307 && TEST_BN_eq_word(key->dmq1, DQ)
308 && TEST_BN_eq_word(key->iqmp, QINV)
bntest.c 2006 || !TEST_BN_eq_word(bn, 0)
2016 || !TEST_BN_eq_word(bn, 256)
2036 || !TEST_BN_eq_word(bn, 1)
2083 || !TEST_BN_eq_word(bn, 0x256)
2103 || !TEST_BN_eq_word(bn, 0xCB)
2122 || !TEST_BN_eq_word(bn, 0xabc)
2149 || !TEST_BN_eq_word(bn, 256)
2159 || !TEST_BN_eq_word(bn, 0x1234)
2164 || !TEST_BN_eq_word(bn, 0x1234)
2179 || !TEST_BN_eq_word(bn, 123
    [all...]
testutil.h 398 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws,
538 #define TEST_BN_eq_word(a, w) test_BN_eq_word(__FILE__, __LINE__, #a, #w, a, w)
  /src/crypto/external/bsd/openssl/dist/test/
asn1_dsa_internal_test.c 98 || !TEST_BN_eq_word(r, 1) || !TEST_BN_eq_word(s, 2)) {
109 || !TEST_BN_eq_word(r, 1) || !TEST_BN_eq_word(s, 2)) {
119 || !TEST_BN_eq_word(r, 0x81) || !TEST_BN_eq_word(s, 0x82)) {
129 || !TEST_BN_eq_word(r, 0x100) || !TEST_BN_eq_word(s, 0x200)) {
test_test.c 318 || !TEST(1, TEST_BN_eq_word(a, 0))
319 || !TEST(0, TEST_BN_eq_word(a, 30))
334 || !TEST(1, TEST_BN_eq_word(b, 1))
347 || !TEST(0, TEST_BN_eq_word(c, 334739439))
rsa_sp800_56b_test.c 304 && TEST_BN_eq_word(key->n, N)
305 && TEST_BN_eq_word(key->dmp1, DP)
306 && TEST_BN_eq_word(key->dmq1, DQ)
307 && TEST_BN_eq_word(key->iqmp, QINV)
bntest.c 1853 || !TEST_BN_eq_word(bn, 0)
1863 || !TEST_BN_eq_word(bn, 256)
1883 || !TEST_BN_eq_word(bn, 1)
1930 || !TEST_BN_eq_word(bn, 0x256)
1950 || !TEST_BN_eq_word(bn, 0xCB)
1969 || !TEST_BN_eq_word(bn, 0xabc)
1996 || !TEST_BN_eq_word(bn, 256)
2006 || !TEST_BN_eq_word(bn, 0x1234)
2011 || !TEST_BN_eq_word(bn, 0x1234)
2026 || !TEST_BN_eq_word(bn, 123
    [all...]
testutil.h 397 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws,
523 # define TEST_BN_eq_word(a, w) test_BN_eq_word(__FILE__, __LINE__, #a, #w, a, w)
  /src/crypto/external/bsd/openssl.old/dist/test/
test_test.c 318 || !TEST(1, TEST_BN_eq_word(a, 0))
319 || !TEST(0, TEST_BN_eq_word(a, 30))
334 || !TEST(1, TEST_BN_eq_word(b, 1))
347 || !TEST(0, TEST_BN_eq_word(c, 334739439))
bntest.c 1849 || !TEST_BN_eq_word(bn, 0)
1859 || !TEST_BN_eq_word(bn, 256)
1879 || !TEST_BN_eq_word(bn, 1)
1926 || !TEST_BN_eq_word(bn, 0x256)
1946 || !TEST_BN_eq_word(bn, 0xCB)
1965 || !TEST_BN_eq_word(bn, 0xabc)
1992 || !TEST_BN_eq_word(bn, 256)
2002 || !TEST_BN_eq_word(bn, 0x1234)
2007 || !TEST_BN_eq_word(bn, 0x1234)
2022 || !TEST_BN_eq_word(bn, 123
    [all...]
testutil.h 262 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws,
376 # define TEST_BN_eq_word(a, w) test_BN_eq_word(__FILE__, __LINE__, #a, #w, a, w)

Completed in 43 milliseconds