Searched refs:hdl_count (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 2190 CK_ULONG hdl_count = 0; in test_find_objects() local 2196 rv = C_FindObjects(session, obj_found, obj_count, &hdl_count); in test_find_objects() 2199 if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, hdl_count, ==, expected_cnt)) in test_find_objects() 2270 CK_ULONG hdl_count = 0; in xtest_pkcs11_test_1011() local 2449 rv = C_FindObjects(session, obj_found, 1, &hdl_count); in xtest_pkcs11_test_1011() 2451 !ADBG_EXPECT_COMPARE_UNSIGNED(c, hdl_count, ==, 1) || in xtest_pkcs11_test_1011() 2456 rv = C_FindObjects(session, &obj_found[1], 1, &hdl_count); in xtest_pkcs11_test_1011() 2458 !ADBG_EXPECT_COMPARE_UNSIGNED(c, hdl_count, ==, 1) || in xtest_pkcs11_test_1011() 2464 rv = C_FindObjects(session, obj_found, 1, &hdl_count); in xtest_pkcs11_test_1011() 2466 !ADBG_EXPECT_COMPARE_UNSIGNED(c, hdl_count, ==, 0)) in xtest_pkcs11_test_1011() [all …]
|