Home
last modified time | relevance | path

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

/optee_os/core/include/
H A Dsigned_hdr.h17 SHDR_SUBKEY = 3, enumerator
/optee_os/scripts/
H A Dsign_encrypt.py24 SHDR_SUBKEY = 3 variable
470 self.__pack_img(SHDR_SUBKEY, sign_algo)
534 elif img_type == SHDR_SUBKEY:
671 if img_type == SHDR_SUBKEY:
703 elif img_type == SHDR_SUBKEY:
/optee_os/core/crypto/
H A Dsigned_hdr.c273 if (shdr->img_type != SHDR_SUBKEY) in shdr_load_pub_key()
/optee_os/core/kernel/
H A Dree_fs_ta.c290 while (shdr->img_type == SHDR_SUBKEY) { in ree_fs_ta_open()