Home
last modified time | relevance | path

Searched defs:TARGET_SU_CTX (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/tests/
Dkeystore2_client_keystore_engine_tests.rs161 static TARGET_SU_CTX: &str = "u:r:su:s0"; in keystore2_perofrm_crypto_op_using_keystore2_engine_rsa_key_success() variable
204 static TARGET_SU_CTX: &str = "u:r:su:s0"; in keystore2_perofrm_crypto_op_using_keystore2_engine_ec_key_success() variable
247 static TARGET_SU_CTX: &str = "u:r:su:s0"; in keystore2_perofrm_crypto_op_using_keystore2_engine_pem_pub_key_success() constant
Dkeystore2_client_grant_key_tests.rs109 static TARGET_SU_CTX: &str = "u:r:su:s0"; in keystore2_grant_key_with_perm_none() constant
165 static TARGET_SU_CTX: &str = "u:r:su:s0"; in keystore2_grant_get_info_use_key_perm() constant
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs141 static TARGET_SU_CTX: &str = "u:r:su:s0"; in keystore2_encrypted_characteristics() constant
392 static TARGET_SU_CTX: &str = "u:r:su:s0"; in keystore2_encrypted_certificates() constant
/system/security/keystore2/test_utils/
Dkey_generations.rs52 pub const TARGET_SU_CTX: &str = "u:r:su:s0"; constant