Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c294 CK_ULONG real_mecha_count = 0; in xtest_pkcs11_test_1001() local
299 rv = C_GetMechanismList(slot, NULL, &real_mecha_count); in xtest_pkcs11_test_1001()
303 if (real_mecha_count == 0) in xtest_pkcs11_test_1001()
307 alloc_mecha_count = real_mecha_count + 16; in xtest_pkcs11_test_1001()
322 real_mecha_count)) in xtest_pkcs11_test_1001()
326 for (j = real_mecha_count * sizeof(*mecha_types); in xtest_pkcs11_test_1001()