Searched refs:mecha_count (Results 1 – 1 of 1) sorted by relevance
164 CK_ULONG mecha_count = 0; in xtest_pkcs11_test_1001() local258 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 …]