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.h99 #define OPTION_DEL_KEK_QUESTION_ID 0x2000 macro
DSecureBootConfigImpl.c2465 DeleteKekIndex = QuestionId - OPTION_DEL_KEK_QUESTION_ID; in DeleteKeyExchangeKey()
2608 OPTION_DEL_KEK_QUESTION_ID in DeleteKeyExchangeKey()
3589 OPTION_DEL_KEK_QUESTION_ID in SecureBootCallback()
3763 } else if ((QuestionId >= OPTION_DEL_KEK_QUESTION_ID) && in SecureBootCallback()
3764 (QuestionId < (OPTION_DEL_KEK_QUESTION_ID + OPTION_CONFIG_RANGE))) { in SecureBootCallback()