Home
last modified time | relevance | path

Searched refs:img_type (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/scripts/
A Dsign_encrypt.py364 def __pack_img(self, img_type, sign_algo): argument
368 self.img_type = img_type
498 if img_type == SHDR_BOOTSTRAP_TA or img_type == SHDR_ENCRYPTED_TA:
503 if img_type == SHDR_ENCRYPTED_TA:
531 elif img_type == SHDR_SUBKEY:
586 if img_type == SHDR_ENCRYPTED_TA:
661 if img_type == SHDR_BOOTSTRAP_TA:
664 if img_type == SHDR_ENCRYPTED_TA:
667 if img_type == SHDR_SUBKEY:
697 if img_type == SHDR_BOOTSTRAP_TA or img_type == SHDR_ENCRYPTED_TA:
[all …]
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c282 while (shdr->img_type == SHDR_SUBKEY) { in ree_fs_ta_open()
338 if (shdr->img_type != SHDR_TA && shdr->img_type != SHDR_BOOTSTRAP_TA && in ree_fs_ta_open()
339 shdr->img_type != SHDR_ENCRYPTED_TA) { in ree_fs_ta_open()
375 if (shdr->img_type == SHDR_BOOTSTRAP_TA || in ree_fs_ta_open()
376 shdr->img_type == SHDR_ENCRYPTED_TA) { in ree_fs_ta_open()
413 if (shdr->img_type == SHDR_ENCRYPTED_TA) { in ree_fs_ta_open()
558 if (handle->shdr->img_type == SHDR_ENCRYPTED_TA) { in ree_fs_ta_read()
606 if (handle->shdr->img_type == SHDR_ENCRYPTED_TA) { in ree_fs_ta_read()
/optee_os-3.20.0/core/include/
A Dsigned_hdr.h36 uint32_t img_type; member
/optee_os-3.20.0/core/pta/
A Dsecstor_ta_mgmt.c52 if (shdr->img_type != SHDR_BOOTSTRAP_TA) in install_ta()
/optee_os-3.20.0/core/crypto/
A Dsigned_hdr.c258 if (shdr->img_type != SHDR_SUBKEY) in shdr_load_pub_key()

Completed in 8 milliseconds