mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
SecurityPkg: Fix break missing at TPM_ALG_KEYEDHASH case
According issue #5509, case TPM_ALG_KEYEDHASH is missing the break statement. Signed-off-by: zodf0055980 <zodf0055980@gmail.com>
This commit is contained in:
parent
50871ee0ec
commit
a5f5432728
@ -178,6 +178,7 @@ Tpm2ReadPublic (
|
|||||||
return EFI_UNSUPPORTED;
|
return EFI_UNSUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
case TPM_ALG_SYMCIPHER:
|
case TPM_ALG_SYMCIPHER:
|
||||||
OutPublic->publicArea.parameters.symDetail.algorithm = SwapBytes16 (ReadUnaligned16 ((UINT16 *)Buffer));
|
OutPublic->publicArea.parameters.symDetail.algorithm = SwapBytes16 (ReadUnaligned16 ((UINT16 *)Buffer));
|
||||||
Buffer += sizeof (UINT16);
|
Buffer += sizeof (UINT16);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user