1 // Copyright 2022, The Android Open Source Project 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 pub mod keystore2_client_3des_key_tests; 16 pub mod keystore2_client_aes_key_tests; 17 pub mod keystore2_client_attest_key_tests; 18 pub mod keystore2_client_authorizations_tests; 19 pub mod keystore2_client_delete_key_tests; 20 pub mod keystore2_client_device_unique_attestation_tests; 21 pub mod keystore2_client_ec_key_tests; 22 pub mod keystore2_client_grant_key_tests; 23 pub mod keystore2_client_hmac_key_tests; 24 pub mod keystore2_client_import_keys_tests; 25 pub mod keystore2_client_key_agreement_tests; 26 pub mod keystore2_client_key_id_domain_tests; 27 pub mod keystore2_client_keystore_engine_tests; 28 pub mod keystore2_client_list_entries_tests; 29 pub mod keystore2_client_operation_tests; 30 pub mod keystore2_client_rsa_key_tests; 31 pub mod keystore2_client_test_utils; 32 pub mod keystore2_client_update_subcomponent_tests; 33