Home
last modified time | relevance | path

Searched defs:keystore2 (Results 1 – 10 of 10) sorted by relevance

/system/security/keystore2/tests/
Dkeystore2_client_update_subcomponent_tests.rs63 let keystore2 = get_keystore_service(); in keystore2_update_subcomponent_fail() localVariable
87 let keystore2 = get_keystore_service(); in keystore2_update_subcomponent_no_key_entry_cert_fail() localVariable
109 let keystore2 = get_keystore_service(); in keystore2_update_subcomponent_no_key_entry_cert_chain_success() localVariable
203 let keystore2 = get_keystore_service(); in keystore2_update_subcomponent_fails_permission_denied() localVariable
229 let keystore2 = get_keystore_service(); in keystore2_update_subcomponent_fails_permission_denied() localVariable
266 let keystore2 = get_keystore_service(); in keystore2_get_security_level_success() localVariable
275 let keystore2 = get_keystore_service(); in keystore2_get_security_level_failure() localVariable
Dkeystore2_client_list_entries_tests.rs155 let keystore2 = get_keystore_service(); in keystore2_list_entries_fails_perm_denied() localVariable
173 let keystore2 = get_keystore_service(); in keystore2_list_entries_fails_invalid_arg() localVariable
418 let keystore2 = get_keystore_service(); in keystore2_list_entries_batched_with_empty_keystore_success() localVariable
634 let keystore2 = get_keystore_service(); in keystore2_list_entries_batched_fails_perm_denied() localVariable
654 let keystore2 = get_keystore_service(); in keystore2_list_entries_batched_fails_invalid_arg() localVariable
673 let keystore2 = get_keystore_service(); in keystore2_get_number_of_entries_fails_perm_denied() localVariable
691 let keystore2 = get_keystore_service(); in keystore2_get_number_of_entries_fails_invalid_arg() localVariable
Dkeystore2_client_grant_key_tests.rs140 let keystore2 = get_keystore_service(); in grant_selinux_key_with_perm_none() localVariable
378 let keystore2 = get_keystore_service(); in grant_app_key_delete_success() localVariable
446 let keystore2 = get_keystore_service(); in grant_granted_app_key_fails() localVariable
475 let keystore2 = get_keystore_service(); in grant_granted_app_key_fails() localVariable
527 let keystore2 = get_keystore_service(); in grant_app_key_only_to_grantee() localVariable
543 let keystore2 = get_keystore_service(); in grant_app_key_only_to_grantee() localVariable
589 let keystore2 = get_keystore_service(); in grant_fails_with_non_existing_selinux_key() localVariable
656 let keystore2 = get_keystore_service(); in grant_removed_when_grantee_user_id_removed() localVariable
684 let keystore2 = get_keystore_service(); in grant_removed_when_grantee_user_id_removed() localVariable
763 let keystore2 = get_keystore_service(); in grant_removed_when_grantee_app_uninstalled() localVariable
[all …]
Dkeystore2_client_keystore_engine_tests.rs173 let keystore2 = get_keystore_service(); in keystore2_perform_crypto_op_using_keystore2_engine_rsa_key_success() localVariable
202 let keystore2 = get_keystore_service(); in keystore2_perform_crypto_op_using_keystore2_engine_ec_key_success() localVariable
252 let keystore2 = get_keystore_service(); in keystore2_perform_crypto_op_using_keystore2_engine_pem_pub_key_success() localVariable
Dkeystore2_client_delete_key_tests.rs53 let keystore2 = get_keystore_service(); in keystore2_delete_key_fail() localVariable
/system/security/keystore2/test_utils/
Dlib.rs136 pub keystore2: binder::Strong<dyn IKeystoreService>, field
147 let keystore2 = get_keystore_service(); in tee() localVariable
155 let keystore2 = get_keystore_service(); in strongbox() localVariable
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp107 auto keystore2 = ks2::IKeystoreService::fromBinder(keystoreBinder); in keyStore2GetCert() local
164 auto keystore2 = ks2::IKeystoreService::fromBinder(keystoreBinder); in keyStore2GetPubKey() local
204 auto keystore2 = ks2::IKeystoreService::fromBinder(keystoreBinder); in keyStore2Sign() local
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs249 let keystore2 = get_keystore_service(); in keystore2_encrypted_characteristics() localVariable
495 let keystore2 = get_keystore_service(); in keystore2_encrypted_certificates() localVariable
/system/security/keystore-engine/
Dkeystore2_engine.cpp367 auto keystore2 = ks2::IKeystoreService::fromBinder(keystoreBinder); in EVP_PKEY_from_keystore2() local
/system/security/keystore2/apc_compat/
Dapc_compat.cpp36 namespace keystore2 { namespace