Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c538 UINTN KeyLenInBytes; in EnrollRsa2048ToKek() local
574 KeyLenInBytes = KeyInfo->KeyLengthInBits / 8; in EnrollRsa2048ToKek()
575 KeyBuffer = AllocateZeroPool (KeyLenInBytes); in EnrollRsa2048ToKek()
582 KeyLenInBytes / sizeof (UINTN), in EnrollRsa2048ToKek()
584 KeyLenInBytes in EnrollRsa2048ToKek()
586 CopyMem(KeyBlob + sizeof(CPL_KEY_INFO), KeyBuffer, KeyLenInBytes); in EnrollRsa2048ToKek()