Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.h238 UINT32 KeyLengthInBits; // Key Length In Bits member
DSecureBootConfigImpl.c565 if (KeyInfo->KeyLengthInBits / 8 != WIN_CERT_UEFI_RSA2048_SIZE) { in EnrollRsa2048ToKek()
574 KeyLenInBytes = KeyInfo->KeyLengthInBits / 8; in EnrollRsa2048ToKek()