Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigNvData.h92 #define OPTION_DEL_KEK_QUESTION_ID 0x2000 macro
DSecureBootConfigImpl.c2555 DeleteKekIndex = QuestionId - OPTION_DEL_KEK_QUESTION_ID; in DeleteKeyExchangeKey()
2698 OPTION_DEL_KEK_QUESTION_ID in DeleteKeyExchangeKey()
3438 OPTION_DEL_KEK_QUESTION_ID in SecureBootCallback()
3567 if ((QuestionId >= OPTION_DEL_KEK_QUESTION_ID) && in SecureBootCallback()
3568 (QuestionId < (OPTION_DEL_KEK_QUESTION_ID + OPTION_CONFIG_RANGE))) { in SecureBootCallback()