Searched refs:mecha_types (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 163 CK_MECHANISM_TYPE_PTR mecha_types = NULL; in xtest_pkcs11_test_1001() local 266 free(mecha_types); in xtest_pkcs11_test_1001() 267 mecha_types = calloc(mecha_count, sizeof(*mecha_types)); in xtest_pkcs11_test_1001() 268 if (!ADBG_EXPECT_NOT_NULL(c, mecha_types)) in xtest_pkcs11_test_1001() 273 rv = C_GetMechanismList(slot, mecha_types, &mecha_count); in xtest_pkcs11_test_1001() 277 rv = C_GetMechanismList(slot, mecha_types, &mecha_count); in xtest_pkcs11_test_1001() 282 rv = C_GetMechanismInfo(slot, mecha_types[j], in xtest_pkcs11_test_1001() 310 free(mecha_types); in xtest_pkcs11_test_1001() 311 mecha_types = calloc(mecha_count, sizeof(*mecha_types)); in xtest_pkcs11_test_1001() 312 if (!ADBG_EXPECT_NOT_NULL(c, mecha_types)) in xtest_pkcs11_test_1001() [all …]
|