HomeSort by relevance Sort by last modified time
    Searched refs:VerifyMicrocode (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.c 9 MicrocodeWrite() and VerifyMicrocode() will receive untrusted input and do basic validation.
254 Status = VerifyMicrocode(MicrocodeFmpPrivate, MicrocodeEntryPoint, TotalSize, FALSE, &AttemptStatus, NULL, &TargetCpuIndex);
377 VerifyMicrocode (
405 DEBUG((DEBUG_ERROR, "VerifyMicrocode - fail on HeaderVersion\n"));
416 DEBUG((DEBUG_ERROR, "VerifyMicrocode - fail on LoaderRevision\n"));
432 DEBUG((DEBUG_ERROR, "VerifyMicrocode - TotalSize too small\n"));
440 DEBUG((DEBUG_ERROR, "VerifyMicrocode - fail on TotalSize\n"));
456 DEBUG((DEBUG_ERROR, "VerifyMicrocode - DataSize too big\n"));
464 DEBUG((DEBUG_ERROR, "VerifyMicrocode - DataSize not aligned\n"));
473 DEBUG((DEBUG_ERROR, "VerifyMicrocode - fail on CheckSum32\n"));
    [all...]
MicrocodeUpdate.h 188 VerifyMicrocode (
MicrocodeFmp.c 442 Status = VerifyMicrocode(
    [all...]

Completed in 1379 milliseconds