Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c3166 CK_ATTRIBUTE get_template[] = { in xtest_pkcs11_test_1014() local
3246 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 …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/build_perf/
H A Dhtml.py12 template = env.get_template('report.html')
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dreport.py165 template = env.get_template(template_file_name)