Home
last modified time | relevance | path

Searched refs: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.c164 CK_ULONG mecha_count = 0; in xtest_pkcs11_test_1001() local
258 mecha_count = 0; in xtest_pkcs11_test_1001()
259 rv = C_GetMechanismList(slot, NULL, &mecha_count); in xtest_pkcs11_test_1001()
263 if (mecha_count == 0) in xtest_pkcs11_test_1001()
267 mecha_types = calloc(mecha_count, sizeof(*mecha_types)); in xtest_pkcs11_test_1001()
272 mecha_count = 0; 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()
281 for (j = 0; j < mecha_count; j++) { in xtest_pkcs11_test_1001()
308 mecha_count = alloc_mecha_count; in xtest_pkcs11_test_1001()
[all …]