Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c2185 CK_OBJECT_HANDLE_PTR obj_found, in test_find_objects() argument
2196 rv = C_FindObjects(session, obj_found, obj_count, &hdl_count); in test_find_objects()
2268 CK_OBJECT_HANDLE obj_found[10] = { }; in xtest_pkcs11_test_1011() local
2293 for (n = 0; n < ARRAY_SIZE(obj_found); n++) in xtest_pkcs11_test_1011()
2294 obj_found[n] = CK_INVALID_HANDLE; in xtest_pkcs11_test_1011()
2361 obj_found, ARRAY_SIZE(obj_found), 4); in xtest_pkcs11_test_1011()
2384 rv = test_find_objects(c, session, NULL, 0, obj_found, in xtest_pkcs11_test_1011()
2385 ARRAY_SIZE(obj_found), 4); in xtest_pkcs11_test_1011()
2430 obj_found, ARRAY_SIZE(obj_found), 2); in xtest_pkcs11_test_1011()
2441 for (n = 0; n < ARRAY_SIZE(obj_found); n++) in xtest_pkcs11_test_1011()
[all …]