Home
last modified time | relevance | path

Searched refs:ADBG_EXPECT_COMPARE_SIGNED (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_8100.c97 if (!ADBG_EXPECT_COMPARE_SIGNED(c, clen, !=, -1)) in test_8102()
101 if (!ADBG_EXPECT_COMPARE_SIGNED(c, tlen, !=, -1)) in test_8102()
172 if (!ADBG_EXPECT_COMPARE_SIGNED(c, rc, >, 0)) { in push_cert()
212 if (!ADBG_EXPECT_COMPARE_SIGNED(c, i, >, 0)) in check()
215 if (!ADBG_EXPECT_COMPARE_SIGNED(c, i, ==, X509_V_OK)) in check()
290 if (!ADBG_EXPECT_COMPARE_SIGNED(c, clen, >=, 0)) in test_8103()
H A Dregression_4100.c745 if (!ADBG_EXPECT_COMPARE_SIGNED(c, sign, ==, data[n].sign)) in test_4102()
755 if (!ADBG_EXPECT_COMPARE_SIGNED(c, cmp_res, ==, 0)) in test_4102()
799 if (!ADBG_EXPECT_COMPARE_SIGNED(c, cmp_res, ==, 0)) in test_4103()
806 if (!ADBG_EXPECT_COMPARE_SIGNED(c, data[n], ==, v)) in test_4103()
856 ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, cmp_res); in compare_str()
883 ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, cmp_res); in compare_s32()
982 if (!ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, cmp_res)) in compare_handle()
1373 if (!ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, qsign)) in do_div()
1381 if (!ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, rsign)) in do_div()
2070 if (!ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, 0)) in test_4111_invmod()
H A Dpkcs11_1000.c4538 if (!ADBG_EXPECT_COMPARE_SIGNED(c, ret, ==, 1)) in xtest_pkcs11_test_1018()
4541 if (!ADBG_EXPECT_COMPARE_SIGNED(c, ret, ==, 1)) in xtest_pkcs11_test_1018()
4544 if (!ADBG_EXPECT_COMPARE_SIGNED(c, ret, ==, 1)) in xtest_pkcs11_test_1018()
4547 if (!ADBG_EXPECT_COMPARE_SIGNED(c, ret, ==, 1)) in xtest_pkcs11_test_1018()
4617 if (!ADBG_EXPECT_COMPARE_SIGNED(c, ret, ==, 1)) in xtest_pkcs11_test_1018()
4620 if (!ADBG_EXPECT_COMPARE_SIGNED(c, ret, ==, 1)) in xtest_pkcs11_test_1018()
4623 if (!ADBG_EXPECT_COMPARE_SIGNED(c, ret, ==, 1)) in xtest_pkcs11_test_1018()
4626 if (!ADBG_EXPECT_COMPARE_SIGNED(c, ret, ==, 1)) in xtest_pkcs11_test_1018()
H A Dregression_1000.c286 ADBG_EXPECT_COMPARE_SIGNED(c, exp_sum, ==, buf[0]); in xtest_tee_test_1002()
1858 (void)ADBG_EXPECT_COMPARE_SIGNED(c, op.params[0].value.a, ==, 21); in xtest_tee_test_1023()
1869 (void)ADBG_EXPECT_COMPARE_SIGNED(c, op.params[0].value.a, ==, 213); in xtest_tee_test_1023()
H A Dregression_4000.c2298 (void)ADBG_EXPECT_COMPARE_SIGNED(c, in xtest_tee_test_4004()
2306 (void)ADBG_EXPECT_COMPARE_SIGNED(c, in xtest_tee_test_4004()
2309 (void)ADBG_EXPECT_COMPARE_SIGNED(c, in xtest_tee_test_4004()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_internal_api.h341 (void)ADBG_EXPECT_COMPARE_SIGNED(c, op.params[2].value.a, ==, in Invoke_MemCompare()
344 (void)ADBG_EXPECT_COMPARE_SIGNED(c, in Invoke_MemCompare()
348 (void)ADBG_EXPECT_COMPARE_SIGNED(c, in Invoke_MemCompare()
583 (void)ADBG_EXPECT_COMPARE_SIGNED(c, op.params[1].memref.size, ==, in Invoke_GetPropertyName()
586 (void)ADBG_EXPECT_COMPARE_SIGNED(c, in Invoke_GetPropertyName()
620 ADBG_EXPECT_COMPARE_SIGNED(c, org, ==, TEE_ORIGIN_TEE); in Invoke_Panic()
H A Dxml_common_api.h227 if (!ADBG_EXPECT_COMPARE_SIGNED(c, n, <, MAX_NUM_SAVED_ATTR_VALUES)) in GetObjectBufferAttribute_helper()
229 if (!ADBG_EXPECT_COMPARE_SIGNED(c, buffer_size, <=, in GetObjectBufferAttribute_helper()
H A Dxml_crypto_api.h1855 if (ADBG_EXPECT_COMPARE_SIGNED(c, 0, !=, in Invoke_Crypto_GenerateRandom()
1858 (void)ADBG_EXPECT_COMPARE_SIGNED(c, 0, !=, in Invoke_Crypto_GenerateRandom()
2154 if (ADBG_EXPECT_COMPARE_SIGNED(c, 0, !=, in Invoke_Crypto_AsymmetricEncrypt()
2433 ADBG_EXPECT_COMPARE_SIGNED(c, 0, ==, in Invoke_Crypto_MACComputeFinal()
H A Dxml_datastorage_api.h1684 if (!ADBG_EXPECT_COMPARE_SIGNED(c, n, >=, 0)) \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/include/
H A Dadbg.h145 #define ADBG_EXPECT_COMPARE_SIGNED(Case_p, Val1, Compar, Val2) \ macro
195 if (!ADBG_EXPECT_COMPARE_SIGNED(Case_p, Val1, Compar, Val2)) \