Searched refs:AES (Results 1 – 18 of 18) sorted by relevance
/system/security/keystore2/tests/ |
D | keystore2_client_aes_key_tests.rs | 46 Algorithm::AES, in create_aes_key_and_operation() 182 Algorithm::AES, in keystore2_aes_key_fails_unsupported_key_size() 203 Algorithm::AES, in keystore2_aes_gcm_key_fails_missing_min_mac_len() 224 .algorithm(Algorithm::AES) in keystore2_aes_key_op_fails_multi_block_modes() 272 .algorithm(Algorithm::AES) in keystore2_aes_key_op_fails_multi_padding_modes() 321 Algorithm::AES, in keystore2_aes_key_op_fails_incompatible_padding() 353 Algorithm::AES, in keystore2_aes_key_op_fails_incompatible_blockmode() 458 Algorithm::AES, in keystore2_aes_key_op_fails_nonce_prohibited()
|
D | keystore2_client_attest_key_tests.rs | 409 Algorithm::AES, in keystore2_attest_rsa_key_with_symmetric_key_fails_sys_error() 464 .algorithm(Algorithm::AES) in keystore2_attest_symmetric_key_fail_sys_error()
|
D | keystore2_client_authorizations_tests.rs | 359 .algorithm(Algorithm::AES) in keystore2_gen_key_auth_usage_future_expire_datetime_decrypt_op_success() 409 .algorithm(Algorithm::AES) in keystore2_gen_key_auth_usage_expire_datetime_decrypt_op_fail()
|
/system/security/keystore2/aidl/android/security/metrics/ |
D | Algorithm.aidl | 35 AES = 32, enumConstant
|
/system/keymint/common/src/keyblob/ |
D | keyblob.cddl | 1 ; encrypted_key_material is AES-GCM encrypted with: 7 ; Key derivation uses HKDF (RFC 5869) with HMAC-SHA256 to generate an AES-256 key:
|
/system/security/keystore2/src/km_compat/ |
D | lib.rs | 165 value: KeyParameterValue::Algorithm(Algorithm::AES), in test_import_key() 219 value: KeyParameterValue::Algorithm(Algorithm::AES), in generate_aes_key()
|
D | certificate_test.cpp | 116 KMV1::makeKeyParameter(KMV1::TAG_ALGORITHM, Algorithm::AES), in TEST()
|
D | parameter_conversion_test.cpp | 33 TEST_ENUM_CONVERSION(Algorithm, AES); in TEST()
|
D | slot_test.cpp | 41 KMV1::makeKeyParameter(KMV1::TAG_ALGORITHM, Algorithm::AES), in generateAESKey()
|
D | km_compat_type_conversion.h | 222 case KMV1::Algorithm::AES: in convert() 223 return V4_0::Algorithm::AES; in convert() 237 case V4_0::Algorithm::AES: in convert() 238 return KMV1::Algorithm::AES; in convert()
|
/system/security/keystore2/src/ |
D | metrics_store.rs | 215 Algorithm::AES => MetricsAlgorithm::AES, in process_key_creation_event_stats()
|
D | sw_keyblob.rs | 67 KeyParameterValue::Algorithm(Algorithm::AES) in export_key() 669 KeyParameter { tag: Tag::ALGORITHM, value: KPV::Algorithm(Algorithm::AES) }, in test_key_new_from_serialized()
|
D | security_level.rs | 669 KeyParameterValue::Algorithm(Algorithm::AES) in import_key() 1105 value: KeyParameterValue::Algorithm(Algorithm::AES), in test_rkpd_attestation_key_upgrade()
|
D | super_key.rs | 216 KeyParameterValue::Algorithm(Algorithm::AES), in decrypt() 900 KeyParameterValue::Algorithm(Algorithm::AES), in lock_unlocked_device_required_keys()
|
/system/keymint/ |
D | README.md | 160 - [ ] AES implementation. 165 - [ ] AES-CMAC or CKDF implementation.
|
/system/security/keystore2/test_utils/ |
D | key_generations.rs | 1026 .algorithm(Algorithm::AES) in import_aes_key() 1046 &KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(Algorithm::AES) } in import_aes_key() 1265 .algorithm(Algorithm::AES) in import_transport_key()
|
/system/secretkeeper/ |
D | README.md | 52 partners can plug in their implementation of AES-GCM, RNG instead of using the BoringSSL 206 - [ ] AES-GCM implementation.
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 164 keymint::Algorithm::AES); in verifyEncryptionKeyAttributes()
|