Home
last modified time | relevance | path

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

/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs68 struct TestKey(ZVec); struct
70 impl keystore2::utils::AesGcmKey for TestKey { implementation
76 impl Deref for TestKey { implementation
/system/security/keystore2/src/
Dlegacy_blob.rs1935 struct TestKey(ZVec); struct
1937 impl crate::utils::AesGcmKey for TestKey { implementation
1943 impl Deref for TestKey { implementation
/system/security/keystore/
Dkeystore_cli_v2.cpp551 bool TestKey(const std::string& name, bool required, in TestKey() function