Home
last modified time | relevance | path

Searched refs:AesGcmWithSwEnforced (Results 1 – 2 of 2) sorted by relevance

/system/keymint/common/src/keyblob/
Dlegacy.rs24 AesGcmWithSwEnforced = 1, enumerator
108 x if x == AuthEncryptedBlobFormat::AesGcmWithSwEnforced as u8 => { in deserialize()
109 AuthEncryptedBlobFormat::AesGcmWithSwEnforced in deserialize()
/system/keymint/common/src/keyblob/legacy/
Dtests.rs124 format: AuthEncryptedBlobFormat::AesGcmWithSwEnforced, in test_serialize_encrypted_keyblob()