Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_vab.c43 uint8_t hash384[FCS_SHA384_WORD_SIZE]; in socfpga_vendor_authentication()
73 if (memcmp(hash384, cert_hash_ptr, FCS_SHA384_WORD_SIZE)) { in socfpga_vendor_authentication()
/trusted-firmware-a-latest/plat/intel/soc/common/include/
Dsocfpga_vab.h18 uint8_t fcs_sha384[FCS_SHA384_WORD_SIZE]; /* offset 0x20 */
Dsocfpga_fcs.h14 #define FCS_SHA384_WORD_SIZE 12U macro
19 #define FCS_SHA384_BYTE_SIZE (FCS_SHA384_WORD_SIZE * 4U)
/trusted-firmware-a-latest/plat/intel/soc/common/sip/
Dsocfpga_sip_fcs.c543 unsigned int resp_len = FCS_SHA384_WORD_SIZE; in intel_fcs_get_rom_patch_sha384()
557 if (resp_len != FCS_SHA384_WORD_SIZE) { in intel_fcs_get_rom_patch_sha384()