Home
last modified time | relevance | path

Searched defs:_sec_entry (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c102 typedef struct _sec_entry { struct
103 uint8_t kak_key[MAX_RSA_DER_BYTE_LEN];
104 uint32_t jtag_delay;
105 uint32_t box_id;
106 uint32_t flash_id;
107 uint32_t jtag_en;
108 uint32_t encrypt_en;
109 uint32_t efuse_dis;
110 uint8_t header_sign[RSA_SIGN_BYTE_LEN];
111 uint8_t image_sign[RSA_SIGN_BYTE_LEN];
[all …]
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_psci.c25 static uintptr_t _sec_entry; variable