Searched refs:image (Results 1 – 4 of 4) sorted by relevance
| /optee_os/scripts/ |
| H A D | sign_encrypt.py | 852 image = BinaryImage(args.inf, args.key) 854 image.add_subkey(args.subkey, args.name) 855 image.set_subkey(args.algo, args.name, args.uuid, args.subkey_version, 857 image.sign() 858 image.write(args.outf) 881 image = BinaryImage(args.inf, args.key) 885 image.parse() 886 if hasattr(image, 'subkey_hdr'): # Subkey 887 print('Subkey UUID: {}'.format(uuid.UUID(bytes=image.uuid))) 888 image.verify_signature() [all …]
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | secure_partition.c | 97 if (!memcmp(&sp->image.uuid, uuid, sizeof(*uuid))) in find_secure_partition() 98 return &sp->image; in find_secure_partition() 102 if (!memcmp(&fip_sp->sp_img.image.uuid, uuid, sizeof(*uuid))) in find_secure_partition() 103 return &fip_sp->sp_img.image; in find_secure_partition() 1962 memcpy(&sp->sp_img.image.uuid, sp_uuid, sizeof(*sp_uuid)); in process_sp_pkg() 1963 sp->sp_img.image.ts = (uint8_t *)(sp_pkg_va + sp_pkg_hdr->img_offset); in process_sp_pkg() 1964 sp->sp_img.image.size = sp_pkg_hdr->img_size; in process_sp_pkg() 1965 sp->sp_img.image.flags = 0; in process_sp_pkg() 2044 if (sp->image.uncompressed_size) in sp_init_all() 2047 sp->image.uncompressed_size); in sp_init_all() [all …]
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | secure_partition.h | 49 struct embedded_ts image; member
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1062 * Add new image format: split image into three separate binaries suitable for 1961 utilized optee os tee.bin as bl32 image) on juno platform, I got an
|