Searched refs:get_template (Results 1 – 3 of 3) sorted by relevance
3166 CK_ATTRIBUTE get_template[] = { in xtest_pkcs11_test_1014() local3246 rv = C_GetAttributeValue(session, obj_hdl, get_template, in xtest_pkcs11_test_1014()3247 ARRAY_SIZE(get_template)); in xtest_pkcs11_test_1014()3250 get_template[0].ulValueLen) || in xtest_pkcs11_test_1014()3259 !ADBG_EXPECT_COMPARE_UNSIGNED(c, get_template[1].ulValueLen, ==, 0)) in xtest_pkcs11_test_1014()3267 get_template[0].ulValueLen = sizeof(g_label); in xtest_pkcs11_test_1014()3268 get_template[1].ulValueLen = sizeof(g_id); in xtest_pkcs11_test_1014()3269 rv = C_GetAttributeValue(session, obj_hdl, get_template, in xtest_pkcs11_test_1014()3270 ARRAY_SIZE(get_template)); in xtest_pkcs11_test_1014()3273 get_template[0].ulValueLen) || in xtest_pkcs11_test_1014()[all …]
12 template = env.get_template('report.html')
165 template = env.get_template(template_file_name)