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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h228 UINT32 KeyLengthInBits; // Key Length In Bits member in struct:_CPL_KEY_INFO
H A DSecureBootConfigImpl.c486 if (KeyInfo->KeyLengthInBits / 8 != WIN_CERT_UEFI_RSA2048_SIZE) {
495 KeyLenInBytes = KeyInfo->KeyLengthInBits / 8;

Completed in 48 milliseconds