Home
last modified time | relevance | path

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

/optee_os/core/include/
H A Dsigned_hdr.h15 SHDR_BOOTSTRAP_TA = 1, enumerator
/optee_os/core/pta/
H A Dsecstor_ta_mgmt.c52 if (shdr->img_type != SHDR_BOOTSTRAP_TA) in install_ta()
/optee_os/scripts/
H A Dsign_encrypt.py22 SHDR_BOOTSTRAP_TA = 1 variable
418 self.__pack_img(SHDR_BOOTSTRAP_TA, sig_algo)
499 if img_type == SHDR_BOOTSTRAP_TA or img_type == SHDR_ENCRYPTED_TA:
665 if img_type == SHDR_BOOTSTRAP_TA:
701 if img_type == SHDR_BOOTSTRAP_TA or img_type == SHDR_ENCRYPTED_TA:
/optee_os/core/kernel/
H A Dree_fs_ta.c346 if (shdr->img_type != SHDR_TA && shdr->img_type != SHDR_BOOTSTRAP_TA && in ree_fs_ta_open()
383 if (shdr->img_type == SHDR_BOOTSTRAP_TA || in ree_fs_ta_open()