Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c162 CK_SLOT_ID max_slot_id = 0; in xtest_pkcs11_test_1001() local
247 if (max_slot_id < slot) in xtest_pkcs11_test_1001()
248 max_slot_id = slot; in xtest_pkcs11_test_1001()
336 rv = C_GetSlotInfo(max_slot_id + 1, &slot_info); in xtest_pkcs11_test_1001()
340 rv = C_GetTokenInfo(max_slot_id + 1, &token_info); in xtest_pkcs11_test_1001()
350 rv = C_GetMechanismList(max_slot_id + 1, mecha_types, &mecha_count); in xtest_pkcs11_test_1001()
354 rv = C_GetMechanismInfo(max_slot_id + 1, CKM_AES_KEY_GEN, &mecha_info); in xtest_pkcs11_test_1001()