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.c1367 IN VARIABLE_ENTRY_CONSISTENCY *VariableDataEntry in AddPubKeyInStore() argument
1402 …textIn->CheckRemainingSpaceForConsistency (Attributes, &PublicKeyEntry, VariableDataEntry, NULL)) { in AddPubKeyInStore()
2204 VARIABLE_ENTRY_CONSISTENCY VariableDataEntry; in ProcessVariable() local
2372 VariableDataEntry.VariableSize = DataSize - AUTHINFO_SIZE; in ProcessVariable()
2373 VariableDataEntry.Guid = VendorGuid; in ProcessVariable()
2374 VariableDataEntry.Name = VariableName; in ProcessVariable()
2379 KeyIndex = AddPubKeyInStore (PubKey, &VariableDataEntry); in ProcessVariable()