Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DAlgorithm.aidl41 TRIPLE_DES = 33, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/
DAlgorithm.aidl41 TRIPLE_DES = 33, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/
DAlgorithm.aidl41 TRIPLE_DES = 33, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DAlgorithm.aidl41 TRIPLE_DES = 33, enumConstant
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DAlgorithm.aidl33 TRIPLE_DES = 33, enumConstant
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_common.h52 TRIPLE_DES, enumerator
112 case TRIPLE_DES: { in createAuthorizationSet()
/hardware/interfaces/security/keymint/support/fuzzer/
Dkeymint_common.h72 TRIPLE_DES, enumerator
191 case TRIPLE_DES: { in createAuthorizationSet()
/hardware/interfaces/security/keymint/support/
Dauthorization_set.cpp142 Authorization(TAG_ALGORITHM, Algorithm::TRIPLE_DES); in TripleDesKey()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp1359 case Algorithm::TRIPLE_DES: in ValidKeySizes()
1384 case Algorithm::TRIPLE_DES: in InvalidKeySizes()
1393 case Algorithm::TRIPLE_DES: in InvalidKeySizes()
1411 case Algorithm::TRIPLE_DES: in ValidBlockModes()
1435 case Algorithm::TRIPLE_DES: in ValidPaddingModes()
DKeyMintTest.cpp868 for (auto key_size : ValidKeySizes(Algorithm::TRIPLE_DES)) { in TEST_P()
869 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P()
890 EXPECT_TRUE(crypto_params.Contains(TAG_ALGORITHM, Algorithm::TRIPLE_DES)); in TEST_P()
908 for (auto key_size : ValidKeySizes(Algorithm::TRIPLE_DES)) { in TEST_P()
909 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P()
936 EXPECT_TRUE(crypto_params.Contains(TAG_ALGORITHM, Algorithm::TRIPLE_DES)); in TEST_P()
951 for (auto key_size : InvalidKeySizes(Algorithm::TRIPLE_DES)) { in TEST_P()
952 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P()
971 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P()
979 .Authorization(TAG_ALGORITHM, Algorithm::TRIPLE_DES) in TEST_P()
[all …]
/hardware/interfaces/security/keymint/aidl/vts/performance/
DKeyMintBenchmark.cpp117 return Algorithm::TRIPLE_DES; in getAlgorithm()
578 case Algorithm::TRIPLE_DES: in isValidSBKeySize()
/hardware/interfaces/keymaster/4.0/support/
Dauthorization_set.cpp481 Authorization(TAG_ALGORITHM, Algorithm::TRIPLE_DES); in TripleDesKey()
/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp364 return Algorithm::TRIPLE_DES; in getAlgorithm()
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp759 case Algorithm::TRIPLE_DES: in ValidKeySizes()
/hardware/interfaces/keymaster/4.0/
Dtypes.hal878 TRIPLE_DES = 33,