Searched refs:TRIPLE_DES (Results 1 – 8 of 8) sorted by relevance
43 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()
36 TRIPLE_DES = 33, enumConstant
216 Algorithm::TRIPLE_DES => MetricsAlgorithm::TRIPLE_DES, in process_key_creation_event_stats()
68 | KeyParameterValue::Algorithm(Algorithm::TRIPLE_DES) in export_key()
671 | KeyParameterValue::Algorithm(Algorithm::TRIPLE_DES) => Ok(KeyFormat::RAW), in import_key()
34 TEST_ENUM_CONVERSION(Algorithm, TRIPLE_DES); in TEST()
224 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()
1085 .algorithm(Algorithm::TRIPLE_DES) in import_3des_key()1107 value: KeyParameterValue::Algorithm(Algorithm::TRIPLE_DES) in import_3des_key()