Searched refs:AES (Results 1 – 12 of 12) sorted by relevance
/system/security/keystore2/aidl/android/security/metrics/ |
D | Algorithm.aidl | 35 AES = 32, enumConstant
|
/system/security/keystore2/src/km_compat/ |
D | lib.rs | 164 value: KeyParameterValue::Algorithm(Algorithm::AES), in test_import_key() 218 value: KeyParameterValue::Algorithm(Algorithm::AES), in generate_aes_key()
|
D | certificate_test.cpp | 116 KMV1::makeKeyParameter(KMV1::TAG_ALGORITHM, Algorithm::AES), in TEST()
|
D | slot_test.cpp | 40 KMV1::makeKeyParameter(KMV1::TAG_ALGORITHM, Algorithm::AES), in generateAESKey()
|
D | parameter_conversion_test.cpp | 33 TEST_ENUM_CONVERSION(Algorithm, AES); in TEST()
|
D | km_compat_type_conversion.h | 219 case KMV1::Algorithm::AES: in convert() 220 return V4_0::Algorithm::AES; in convert() 234 case V4_0::Algorithm::AES: in convert() 235 return KMV1::Algorithm::AES; in convert()
|
/system/security/keystore2/src/ |
D | metrics_store.rs | 221 Algorithm::AES => MetricsAlgorithm::AES, in process_key_creation_event_stats()
|
D | super_key.rs | 205 KeyParameterValue::Algorithm(Algorithm::AES), in decrypt() 942 KeyParameterValue::Algorithm(Algorithm::AES), in lock_screen_lock_bound_key()
|
D | security_level.rs | 618 KeyParameterValue::Algorithm(Algorithm::AES) in import_key()
|
/system/keymaster/ng/include/ |
D | authorization_set.h | 271 Authorization(TAG_ALGORITHM, Algorithm::AES); in AesKey()
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 153 keymint::Algorithm::AES); in verifyEncryptionKeyAttributes()
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 4901 ON = 0x01, // E0 for BR/EDR and AES-CCM for LE
|