Home
last modified time | relevance | path

Searched defs:TestKey (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/legacy_blob/
Dtests.rs294 struct TestKey(ZVec); struct
296 impl crate::utils::AesGcmKey for TestKey { implementation
302 impl Deref for TestKey { implementation
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs59 struct TestKey(ZVec); struct
61 impl keystore2::utils::AesGcmKey for TestKey { implementation
67 impl Deref for TestKey { implementation
/system/security/keystore/
Dkeystore_cli_v2.cpp552 bool TestKey(const std::string& name, bool required, in TestKey() function