Home
last modified time | relevance | path

Searched defs:APPLICATION_ID (Results 1 – 6 of 6) sorted by relevance

/system/security/keystore2/tests/
Dkeystore2_client_grant_key_tests.rs92 const APPLICATION_ID: u32 = 10001; in keystore2_grant_key_with_invalid_perm_expecting_syserror() constant
113 const APPLICATION_ID: u32 = 10001; in keystore2_grant_key_with_perm_none() constant
169 const APPLICATION_ID: u32 = 10001; in keystore2_grant_get_info_use_key_perm() constant
252 const APPLICATION_ID: u32 = 10001; in keystore2_grant_delete_key_success() constant
325 const APPLICATION_ID: u32 = 10001; in keystore2_grant_key_fails_with_permission_denied() constant
465 const APPLICATION_ID: u32 = 10001; in keystore2_ungrant_key_success() constant
537 const APPLICATION_ID: u32 = 10001; in keystore2_ungrant_fails_with_non_existing_key_expect_key_not_found_error() constant
621 const APPLICATION_ID: u32 = 10001; in keystore2_grant_key_to_multi_users_success() constant
688 const APPLICATION_ID: u32 = 10001; in keystore2_grant_key_to_multi_users_delete_fails_with_key_not_found_error() constant
Dkeystore2_client_list_entries_tests.rs59 const APPLICATION_ID: u32 = 10006; in keystore2_list_entries_success() constant
200 const APPLICATION_ID: u32 = 10002; in keystore2_list_entries_with_long_aliases_success() constant
267 const APPLICATION_ID: u32 = 10002; in keystore2_list_entries_batched_with_long_aliases_success() constant
334 const APPLICATION_ID: u32 = 10002; in keystore2_list_entries_batched_with_multi_procs_success() constant
434 const APPLICATION_ID: u32 = 10002; in keystore2_list_entries_batched_with_empty_keystore_success() constant
517 const APPLICATION_ID: u32 = 10002; in keystore2_list_entries_batched_validate_count_and_order_success() constant
Dkeystore2_client_operation_tests.rs289 const APPLICATION_ID: u32 = 10601; in keystore2_ops_prune_test() constant
389 const APPLICATION_ID: u32 = 10601; in keystore2_forced_op_perm_denied_test() constant
420 const APPLICATION_ID: u32 = 10601; in keystore2_forced_op_success_test() constant
Dkeystore2_client_keystore_engine_tests.rs165 const APPLICATION_ID: u32 = 10001; in keystore2_perofrm_crypto_op_using_keystore2_engine_rsa_key_success() constant
208 const APPLICATION_ID: u32 = 10001; in keystore2_perofrm_crypto_op_using_keystore2_engine_ec_key_success() constant
251 const APPLICATION_ID: u32 = 10001; in keystore2_perofrm_crypto_op_using_keystore2_engine_pem_pub_key_success() constant
Dkeystore2_client_update_subcomponent_tests.rs161 const APPLICATION_ID: u32 = 10001; in keystore2_update_subcomponent_fails_permission_denied() constant
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h266 APPLICATION_ID = convert_to_eat_claim(KM_TAG_APPLICATION_ID), enumerator