Searched refs:TEST_BOOT_KEY_ALIAS (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | super_key.rs | 1336 const TEST_BOOT_KEY_ALIAS: &str = "TEST_BOOT_KEY"; constant 1551 TEST_BOOT_KEY_ALIAS, in test_user_removal() 1560 .key_exists(Domain::APP, USER_ID.into(), TEST_BOOT_KEY_ALIAS, KeyType::Client) in test_user_removal() 1597 .key_exists(Domain::APP, USER_ID.into(), TEST_BOOT_KEY_ALIAS, KeyType::Client) in test_user_removal() 1624 TEST_BOOT_KEY_ALIAS, in test_user_reset() 1632 .key_exists(Domain::APP, USER_ID.into(), TEST_BOOT_KEY_ALIAS, KeyType::Client) in test_user_reset() 1662 .key_exists(Domain::APP, USER_ID.into(), TEST_BOOT_KEY_ALIAS, KeyType::Client) in test_user_reset() 1688 .key_exists(Domain::APP, USER_ID.into(), TEST_BOOT_KEY_ALIAS, KeyType::Client) in test_user_reset()
|