Searched defs:KeyIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c1076 UINT32 KeyIndex; local
1079 KeyIndex = 0;
1126 KeyIndex = Variable->CurrPtr->PubKeyIndex;
1161 if (CompareMem (PubKey, mPubKeyStore + (KeyIndex - 1) * EFI_CERT_TYPE_RSA2048_SIZE, EFI_CERT_TYPE_RSA2048_SIZE) != 0) {
1190 KeyIndex = AddPubKeyInStore (PubKey);
1191 if (KeyIndex == 0) {
1199 return UpdateVariable (VariableName, VendorGuid, (UINT8*)Data + AUTHINFO_SIZE, DataSize - AUTHINFO_SIZE, Attributes, KeyIndex, MonotonicCount, Variable, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c1842 @param[in] KeyIndex Index of associated public key.
1860 IN UINT32 KeyIndex OPTIONAL,
2018 NextVariableHeader->PubKeyIndex = KeyIndex;
2560 UINT32 KeyIndex; local
2663 Status = VerifyVariable (Data, DataSize, VirtualMode, Global, &Variable, Attributes, &KeyIndex, &MonotonicCount);
2678 KeyIndex,

Completed in 1130 milliseconds