Home
last modified time | relevance | path

Searched refs:SHDR_ENCRYPTED_TA (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/kernel/
H A Dree_fs_ta.c347 shdr->img_type != SHDR_ENCRYPTED_TA) { in ree_fs_ta_open()
384 shdr->img_type == SHDR_ENCRYPTED_TA) { in ree_fs_ta_open()
421 if (shdr->img_type == SHDR_ENCRYPTED_TA) { in ree_fs_ta_open()
589 if (handle->shdr->img_type == SHDR_ENCRYPTED_TA) { in ree_fs_ta_read()
618 if (handle->shdr->img_type == SHDR_ENCRYPTED_TA) { in ree_fs_ta_read()
/optee_os/core/include/
H A Dsigned_hdr.h16 SHDR_ENCRYPTED_TA = 2, enumerator
/optee_os/scripts/
H A Dsign_encrypt.py23 SHDR_ENCRYPTED_TA = 2 variable
409 self.__pack_img(SHDR_ENCRYPTED_TA, sig_algo)
499 if img_type == SHDR_BOOTSTRAP_TA or img_type == SHDR_ENCRYPTED_TA:
504 if img_type == SHDR_ENCRYPTED_TA:
589 if img_type == SHDR_ENCRYPTED_TA:
668 if img_type == SHDR_ENCRYPTED_TA:
701 if img_type == SHDR_BOOTSTRAP_TA or img_type == SHDR_ENCRYPTED_TA: