Home
last modified time | relevance | path

Searched refs:AES (Results 1 – 18 of 18) sorted by relevance

/system/security/keystore2/tests/
Dkeystore2_client_aes_key_tests.rs46 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()
Dkeystore2_client_attest_key_tests.rs409 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()
Dkeystore2_client_authorizations_tests.rs359 .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/
DAlgorithm.aidl35 AES = 32, enumConstant
/system/keymint/common/src/keyblob/
Dkeyblob.cddl1 ; 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/
Dlib.rs165 value: KeyParameterValue::Algorithm(Algorithm::AES), in test_import_key()
219 value: KeyParameterValue::Algorithm(Algorithm::AES), in generate_aes_key()
Dcertificate_test.cpp116 KMV1::makeKeyParameter(KMV1::TAG_ALGORITHM, Algorithm::AES), in TEST()
Dparameter_conversion_test.cpp33 TEST_ENUM_CONVERSION(Algorithm, AES); in TEST()
Dslot_test.cpp41 KMV1::makeKeyParameter(KMV1::TAG_ALGORITHM, Algorithm::AES), in generateAESKey()
Dkm_compat_type_conversion.h222 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/
Dmetrics_store.rs215 Algorithm::AES => MetricsAlgorithm::AES, in process_key_creation_event_stats()
Dsw_keyblob.rs67 KeyParameterValue::Algorithm(Algorithm::AES) in export_key()
669 KeyParameter { tag: Tag::ALGORITHM, value: KPV::Algorithm(Algorithm::AES) }, in test_key_new_from_serialized()
Dsecurity_level.rs669 KeyParameterValue::Algorithm(Algorithm::AES) in import_key()
1105 value: KeyParameterValue::Algorithm(Algorithm::AES), in test_rkpd_attestation_key_upgrade()
Dsuper_key.rs216 KeyParameterValue::Algorithm(Algorithm::AES), in decrypt()
900 KeyParameterValue::Algorithm(Algorithm::AES), in lock_unlocked_device_required_keys()
/system/keymint/
DREADME.md160 - [ ] AES implementation.
165 - [ ] AES-CMAC or CKDF implementation.
/system/security/keystore2/test_utils/
Dkey_generations.rs1026 .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/
DREADME.md52 partners can plug in their implementation of AES-GCM, RNG instead of using the BoringSSL
206 - [ ] AES-GCM implementation.
/system/security/keystore/
Dkeystore_cli_v2.cpp164 keymint::Algorithm::AES); in verifyEncryptionKeyAttributes()