Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthService.c1191 AUTH_VARIABLE_INFO OrgVariableInfo; in ProcessVariable() local
1200 ZeroMem (&OrgVariableInfo, sizeof (OrgVariableInfo)); in ProcessVariable()
1204 &OrgVariableInfo in ProcessVariable()
1207 …if ((!EFI_ERROR (Status)) && IsDeleteAuthVariable (OrgVariableInfo.Attributes, Data, DataSize, Att… in ProcessVariable()
1236 if (OrgVariableInfo.Data != NULL) { in ProcessVariable()
1238 ((OrgVariableInfo.Attributes & EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS) != 0)) { in ProcessVariable()
1243 ((OrgVariableInfo.Attributes & EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS) != 0)) { in ProcessVariable()
1276 if (OrgVariableInfo.Data == NULL) { in ProcessVariable()
1278 } else if ((OrgVariableInfo.Attributes & EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS) == 0) { in ProcessVariable()
1281 KeyIndex = OrgVariableInfo.PubKeyIndex; in ProcessVariable()
[all …]