Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c154 CK_SLOT_ID_PTR slot_ids = NULL; in xtest_pkcs11_test_1001() local
220 slot_ids = calloc(slot_count, sizeof(CK_SLOT_ID)); in xtest_pkcs11_test_1001()
221 if (!ADBG_EXPECT_NOT_NULL(c, slot_ids)) in xtest_pkcs11_test_1001()
225 rv = C_GetSlotList(1, slot_ids, &slot_count); in xtest_pkcs11_test_1001()
229 rv = C_GetSlotList(1, slot_ids, &slot_count); in xtest_pkcs11_test_1001()
237 CK_SLOT_ID slot = slot_ids[i]; in xtest_pkcs11_test_1001()
255 CK_SLOT_ID slot = slot_ids[i]; in xtest_pkcs11_test_1001()
293 CK_SLOT_ID slot = slot_ids[i]; in xtest_pkcs11_test_1001()
377 free(slot_ids); in xtest_pkcs11_test_1001()