| /OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 92 img_type = 0 # SHDR_TA 95 magic, img_type, img_size, algo, digest_len, sig_len) 133 img_type = 1 # SHDR_BOOTSTRAP_TA 136 magic, img_type, img_size, algo, digest_len, sig_len) 173 img_type = 2 # SHDR_ENCRYPTED_TA 180 magic, img_type, img_size, algo, digest_len, sig_len)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 83 img_type = 0 # SHDR_TA 86 magic, img_type, img_size, algo, digest_len, sig_len) 112 img_type = 1 # SHDR_BOOTSTRAP_TA 115 magic, img_type, img_size, algo, digest_len, sig_len)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sdk.py | 122 img_type = d.getVar('IMAGE_PKGTYPE') 124 cls = importlib.import_module('oe.package_manager.' + img_type) 130 img_type = d.getVar('IMAGE_PKGTYPE') 132 cls = importlib.import_module('oe.package_manager.' + img_type + '.sdk')
|
| H A D | rootfs.py | 371 img_type = d.getVar('IMAGE_PKGTYPE') 372 cls = get_class_for_type(img_type) 378 img_type = d.getVar('IMAGE_PKGTYPE') 380 cls = get_class_for_type(img_type) 394 img_type = d.getVar('IMAGE_PKGTYPE') 397 cls = importlib.import_module('oe.package_manager.' + img_type)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/scripts/ |
| H A D | sign.py | 63 img_type = 0 # SHDR_TA 66 magic, img_type, img_size, algo, digest_len, sig_len)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | sign_encrypt.py | 187 img_type = 2 # SHDR_ENCRYPTED_TA 189 img_type = 1 # SHDR_BOOTSTRAP_TA 192 magic, img_type, img_size, algo[args.algo],
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | sign_encrypt.py | 187 img_type = 2 # SHDR_ENCRYPTED_TA 189 img_type = 1 # SHDR_BOOTSTRAP_TA 192 magic, img_type, img_size, algo[args.algo],
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | signed_hdr.h | 52 uint32_t img_type; member
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image.c | 1331 static void fit_loadable_process(uint8_t img_type, in fit_loadable_process() argument 1343 if (fit_loadable_handler->type == img_type) in fit_loadable_process() 1366 uint8_t img_type; in boot_get_loadable() local 1413 &img_type); in boot_get_loadable() 1419 fit_loadable_process(img_type, img_data, img_len); in boot_get_loadable()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | signed_hdr.h | 35 uint32_t img_type; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | signed_hdr.h | 35 uint32_t img_type; member
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/8M/ |
| H A D | rkadk_setting_sensor_0.ini | 164 img_type = RGB888 key
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/5M/ |
| H A D | rkadk_setting_sensor_0.ini | 164 img_type = RGB888 key
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btintel.c | 371 switch (version->img_type) { in btintel_version_info_tlv() 391 bt_dev_err(hdev, "Unsupported image type(%02x)", version->img_type); in btintel_version_info_tlv() 455 version->img_type = tlv->val[0]; in btintel_read_version_tlv()
|
| H A D | btintel.h | 59 u8 img_type; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | esas2r_flash.c | 734 if (i != ch->img_type) { in verify_fi() 740 switch (ch->img_type) { in verify_fi() 754 switch (ch->img_type) { in verify_fi() 1478 ch->img_type = j; in esas2r_fm_api()
|
| H A D | atioctl.h | 86 u8 img_type; member
|
| H A D | esas2r_ioctl.c | 1353 if (ioctl->data.fwrw.img_type == FW_IMG_FM_API) { in esas2r_ioctl_handler() 1368 } else if (ioctl->data.fwrw.img_type == FW_IMG_FS_API) { in esas2r_ioctl_handler()
|
| H A D | esas2r.h | 411 u8 img_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_cmds.c | 2628 int i = 0, img_type = 0; in is_comp_in_ufi() local 2636 img_type = le32_to_cpu(fsec_g2->fsec_entry[i].type); in is_comp_in_ufi() 2638 img_type = le32_to_cpu(fsec->fsec_entry[i].type); in is_comp_in_ufi() 2640 if (img_type == type) in is_comp_in_ufi() 2821 if (!is_comp_in_ufi(adapter, fsec, pflashcomp[i].img_type)) in be_flash_BEx() 2861 pflashcomp[i].img_type); in be_flash_BEx() 2870 u32 img_type = le32_to_cpu(fsec_entry.type); in be_get_img_optype() local 2876 switch (img_type) { in be_get_img_optype() 2928 u32 img_offset, img_size, img_type; in be_flash_skyhawk() local 2944 img_type = le32_to_cpu(fsec->fsec_entry[i].type); in be_flash_skyhawk() [all …]
|
| H A D | be_cmds.h | 1346 int img_type; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_1000.c | 691 load_corrupt_ta(c, offsetof(struct shdr, img_type), 1)); in test_1008_corrupt_ta()
|