Home
last modified time | relevance | path

Searched refs:CSF_BARKER_LEN (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr.h16 #define CSF_BARKER_LEN 4 /* barker code length in ESBC uboot client */ macro
21 uint8_t barker[CSF_BARKER_LEN]; /* 0x00 Barker code */
72 uint8_t barker[CSF_BARKER_LEN]; /* barker code */
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr_parser.c30 static const uint8_t barker_code[CSF_BARKER_LEN] = { 0x12, 0x19, 0x20, 0x01 };
32 static const uint8_t barker_code[CSF_BARKER_LEN] = { 0x68, 0x39, 0x27, 0x81 };
309 if (memcmp(hdr->barker, barker_code, CSF_BARKER_LEN) != 0) { in validate_esbc_header()