Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthService.c411 IN VARIABLE_ENTRY_CONSISTENCY *VariableDataEntry in AddPubKeyInStore() argument
446 …textIn->CheckRemainingSpaceForConsistency (Attributes, &PublicKeyEntry, VariableDataEntry, NULL)) { in AddPubKeyInStore()
1189 VARIABLE_ENTRY_CONSISTENCY VariableDataEntry; in ProcessVariable() local
1357 VariableDataEntry.VariableSize = DataSize - AUTHINFO_SIZE; in ProcessVariable()
1358 VariableDataEntry.Guid = VendorGuid; in ProcessVariable()
1359 VariableDataEntry.Name = VariableName; in ProcessVariable()
1364 KeyIndex = AddPubKeyInStore (PubKey, &VariableDataEntry); in ProcessVariable()