Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dspl_rkfw.h27 #define SIGNATURE_SIZE 256 macro
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.h99 #define SIGNATURE_SIZE 256 macro
H A Dtrust_merger.c597 pComponent = (TRUST_COMPONENT *)(gBuf + SignOffset + SIGNATURE_SIZE); in mergetrust()
801 pComponent = (TRUST_COMPONENT *)(pBuf + SignOffset + SIGNATURE_SIZE); in unpacktrust()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_rkfw.c57 pcomp = (boot_component *)((char *)hdr + sign_offset + SIGNATURE_SIZE); in open_image()