Deactivate fall back device for 3DES
Keystore has a software keymaster device for legacy support. It kicks in
when keymaster implementations < 3.0 fail to import or generate a key.
This provided support for symmetric key operation with KM0 which did not
support them but it also masked faulty keymaster implementations. Since
KM 3.0 we don't support fall back any more. With KM 4.0 3DES was
introduced and we decided not to support 3DES on oder devices to not
reinstate the fall back device problem. On older devices, however, that
still have KM0, 1, or 2 the fallback device would still kick in even for
3DES key.
This patch prevents this.
Test: Manual
Bug: 72654284
Change-Id: I26e4d15daa7cd8cc3c52765fb567fad241b83981
1 file changed