Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c2663 CK_MECHANISM_TYPE g_mecha_list[10] = { 0 }; in xtest_pkcs11_test_1012() local
2700 { CKA_ALLOWED_MECHANISMS, &g_mecha_list, sizeof(g_mecha_list) }, in xtest_pkcs11_test_1012()
2855 memset(g_mecha_list, 0xCC, sizeof(g_mecha_list)); in xtest_pkcs11_test_1012()
2872 if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, g_mecha_list[i], ==, secret_allowed_mecha[i])) in xtest_pkcs11_test_1012()
2875 data_ptr = (uint8_t *)g_mecha_list; in xtest_pkcs11_test_1012()
2876 for (i = sizeof(secret_allowed_mecha); i < sizeof(g_mecha_list); i++) in xtest_pkcs11_test_1012()