Searched refs:KeyBlob (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c454 UINT8 *KeyBlob; local
465 KeyBlob = NULL;
477 (VOID**) &KeyBlob,
484 ASSERT (KeyBlob != NULL);
485 KeyInfo = (CPL_KEY_INFO *) KeyBlob;
502 (UINTN*) (KeyBlob + sizeof (CPL_KEY_INFO)),
507 CopyMem(KeyBlob + sizeof(CPL_KEY_INFO), KeyBuffer, KeyLenInBytes);
533 KeyBlob + sizeof(CPL_KEY_INFO),
588 if (KeyBlob != NULL) {
589 FreePool (KeyBlob);
[all...]

Completed in 60 milliseconds