Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/
Dvboot_display.c624 #define MAGIC_WORD_LEN 5 macro
626 static uint8_t MagicBuffer[MAGIC_WORD_LEN];
634 for(i = 1; i < MAGIC_WORD_LEN; i++) in VbCheckDisplayKey()
637 MagicBuffer[MAGIC_WORD_LEN - 1] = (key | 0x20) & 0xFF; in VbCheckDisplayKey()
670 if (0 == Memcmp(MagicBuffer, MAGIC_WORD, MAGIC_WORD_LEN)) { in VbCheckDisplayKey()