Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c959 CK_OBJECT_HANDLE obj_hdl = CK_INVALID_HANDLE; in test_create_destroy_single_object() local
973 &obj_hdl); in test_create_destroy_single_object()
977 &obj_hdl); in test_create_destroy_single_object()
983 rv = C_DestroyObject(session, obj_hdl); in test_create_destroy_single_object()
998 CK_OBJECT_HANDLE obj_hdl[512] = { 0 }; in test_create_destroy_session_objects() local
1002 for (n = 0; n < ARRAY_SIZE(obj_hdl); n++) in test_create_destroy_session_objects()
1003 obj_hdl[n] = CK_INVALID_HANDLE; in test_create_destroy_session_objects()
1013 for (n = 0; n < ARRAY_SIZE(obj_hdl); n++) { in test_create_destroy_session_objects()
1016 obj_hdl + n); in test_create_destroy_session_objects()
1033 obj_hdl); in test_create_destroy_session_objects()
[all …]