Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_vab.c73 uint8_t hash384[FCS_SHA384_WORD_SIZE]; in socfpga_vab_authentication()
105 if (memcmp(hash384, cert_hash_ptr, FCS_SHA384_WORD_SIZE)) { in socfpga_vab_authentication()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_vab.h37 uint8_t fcs_sha384[FCS_SHA384_WORD_SIZE]; /* offset 0x20 */
H A Dsocfpga_fcs.h15 #define FCS_SHA384_WORD_SIZE 12U macro
20 #define FCS_SHA384_BYTE_SIZE (FCS_SHA384_WORD_SIZE * 4U)
/rk3399_ARM-atf/plat/intel/soc/common/sip/
H A Dsocfpga_sip_fcs.c866 unsigned int resp_len = FCS_SHA384_WORD_SIZE; in intel_fcs_get_rom_patch_sha384()
880 if (resp_len != FCS_SHA384_WORD_SIZE) { in intel_fcs_get_rom_patch_sha384()