mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
4fdcccc7c0cd2eef11123ab776ba4696d4a1584d
"ImportWrappedKeyTest.WrongDigest" tried to wrap a keyBlob by one digest type and unwrap it by another digest type. It's been OK for KeyMint implementations to allow unsupported parameters/characteristics at key generation time, and only police their use, at begin() time. However if an implementation wants to secure it at the key generation/importing time the first digest type must be supported by all implementation. Bug: 249276913 Test: VtsAidlKeyMintTargetTest Change-Id: I6bc000026e9e4aec0aa82078a98c75e2d7c56847
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%