Home
last modified time | relevance | path

Searched refs:image (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/scripts/
A Dsign_encrypt.py853 image.sign()
854 image.write(args.outf)
881 image.parse()
884 image.verify_signature()
885 image.verify_digest()
892 if image.max_depth < 0 or image.max_depth >= max_depth:
899 if image.name_size > 0:
903 next_uuid = image.uuid
904 image = BinaryImage(image.next_inf, image.subkey_key)
917 image.verify_signature()
[all …]
/optee_os-3.20.0/core/arch/arm/kernel/
A Dsecure_partition.c76 if (!memcmp(&sp->image.uuid, uuid, sizeof(*uuid))) in find_secure_partition()
77 return &sp->image; in find_secure_partition()
82 return &fip_sp->sp_img.image; in find_secure_partition()
1186 sp->sp_img.image.size = sp_pkg_hdr->img_size; in process_sp_pkg()
1187 sp->sp_img.image.flags = 0; in process_sp_pkg()
1279 if (sp->image.uncompressed_size) in sp_init_all()
1282 sp->image.uncompressed_size); in sp_init_all()
1286 sp->image.size, msg); in sp_init_all()
1292 &sp->image.uuid, res); in sp_init_all()
1306 sp->image.size); in sp_init_all()
[all …]
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dsecure_partition.h57 struct embedded_ts image; member
/optee_os-3.20.0/
A DCHANGELOG.md732 * Add new image format: split image into three separate binaries suitable for
1631 utilized optee os tee.bin as bl32 image) on juno platform, I got an

Completed in 10 milliseconds