Home
last modified time | relevance | path

Searched refs:TRIPLE_DES (Results 1 – 8 of 8) sorted by relevance

/system/security/keystore2/tests/
Dkeystore2_client_3des_key_tests.rs43 Algorithm::TRIPLE_DES, in create_3des_key_and_operation()
109 Algorithm::TRIPLE_DES, in keystore2_3des_key_fails_unsupported_key_size()
131 .algorithm(Algorithm::TRIPLE_DES) in keystore2_3des_key_fails_missing_padding()
175 Algorithm::TRIPLE_DES, in keystore2_3des_key_encrypt_fails_invalid_input_length()
/system/security/keystore2/aidl/android/security/metrics/
DAlgorithm.aidl36 TRIPLE_DES = 33, enumConstant
/system/security/keystore2/src/
Dmetrics_store.rs216 Algorithm::TRIPLE_DES => MetricsAlgorithm::TRIPLE_DES, in process_key_creation_event_stats()
Dsw_keyblob.rs68 | KeyParameterValue::Algorithm(Algorithm::TRIPLE_DES) in export_key()
Dsecurity_level.rs671 | KeyParameterValue::Algorithm(Algorithm::TRIPLE_DES) => Ok(KeyFormat::RAW), in import_key()
/system/security/keystore2/src/km_compat/
Dparameter_conversion_test.cpp34 TEST_ENUM_CONVERSION(Algorithm, TRIPLE_DES); in TEST()
Dkm_compat_type_conversion.h224 case KMV1::Algorithm::TRIPLE_DES: in convert()
225 return V4_0::Algorithm::TRIPLE_DES; in convert()
239 case V4_0::Algorithm::TRIPLE_DES: in convert()
240 return KMV1::Algorithm::TRIPLE_DES; in convert()
/system/security/keystore2/test_utils/
Dkey_generations.rs1085 .algorithm(Algorithm::TRIPLE_DES) in import_3des_key()
1107 value: KeyParameterValue::Algorithm(Algorithm::TRIPLE_DES) in import_3des_key()