Searched refs:slot_ids (Results 1 – 1 of 1) sorted by relevance
154 CK_SLOT_ID_PTR slot_ids = NULL; in xtest_pkcs11_test_1001() local220 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()