Skip to content

keymaster: ta: fix switch case with latest keystore_command

Julien Masson requested to merge jmasson/fix-switch-case into ti-android-14

keystore_command enum has been realigned with optee_keymaster_ipc.h and some of the commands have been renamed.

The switch case in the command handler should follow these names.

Fixes: a50ea13d (keymaster: ta: realign keystore_command with optee_keymaster_ipc.h)

Cc @glaroque @mkorpershoek

Edited by Julien Masson

Merge request reports