Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
DAuthService.c618 EFI_SIGNATURE_LIST *KekList; in ProcessVarWithKek() local
628 KekList = NULL; in ProcessVarWithKek()
682 KekList = (EFI_SIGNATURE_LIST *) Global->KeyList; in ProcessVarWithKek()
684 …KekCount = (KekList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - KekList->SignatureHeaderSi… in ProcessVarWithKek()
685 …KekItem = (EFI_SIGNATURE_DATA *) ((UINT8 *) KekList + sizeof (EFI_SIGNATURE_LIST) + KekList->Sig… in ProcessVarWithKek()
691 KekItem = (EFI_SIGNATURE_DATA *) ((UINT8 *) KekItem + KekList->SignatureSize); in ProcessVarWithKek()