Searched refs:g_token (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 | 2659 CK_BBOOL g_token = CK_TRUE; in xtest_pkcs11_test_1012() local 2668 { CKA_TOKEN, &g_token, sizeof(g_token) }, in xtest_pkcs11_test_1012() 2674 { CKA_TOKEN, &g_token, sizeof(g_token) }, in xtest_pkcs11_test_1012() 2686 { CKA_TOKEN, &g_token, sizeof(g_token) }, in xtest_pkcs11_test_1012() 2693 { CKA_TOKEN, &g_token, sizeof(g_token) }, in xtest_pkcs11_test_1012() 2729 g_token = CK_TRUE; in xtest_pkcs11_test_1012() 2738 ADBG_EXPECT_COMPARE_UNSIGNED(c, g_token, ==, CK_FALSE); in xtest_pkcs11_test_1012() 2746 g_token = CK_TRUE; in xtest_pkcs11_test_1012() 2755 ADBG_EXPECT_COMPARE_UNSIGNED(c, g_token, ==, CK_FALSE); in xtest_pkcs11_test_1012() 2802 g_token = CK_TRUE; in xtest_pkcs11_test_1012() [all …]
|