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/ |
D | Algorithm.aidl | 41 TRIPLE_DES = 33, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/ |
D | Algorithm.aidl | 41 TRIPLE_DES = 33, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/ |
D | Algorithm.aidl | 41 TRIPLE_DES = 33, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
D | Algorithm.aidl | 41 TRIPLE_DES = 33, enumConstant
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | Algorithm.aidl | 33 TRIPLE_DES = 33, enumConstant
|
/hardware/interfaces/keymaster/4.0/support/fuzzer/ |
D | keymaster4_common.h | 52 TRIPLE_DES, enumerator 112 case TRIPLE_DES: { in createAuthorizationSet()
|
/hardware/interfaces/security/keymint/support/fuzzer/ |
D | keymint_common.h | 72 TRIPLE_DES, enumerator 191 case TRIPLE_DES: { in createAuthorizationSet()
|
/hardware/interfaces/security/keymint/support/ |
D | authorization_set.cpp | 142 Authorization(TAG_ALGORITHM, Algorithm::TRIPLE_DES); in TripleDesKey()
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintAidlTestBase.cpp | 1359 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()
|
D | KeyMintTest.cpp | 868 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/ |
D | KeyMintBenchmark.cpp | 117 return Algorithm::TRIPLE_DES; in getAlgorithm() 578 case Algorithm::TRIPLE_DES: in isValidSBKeySize()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | authorization_set.cpp | 481 Authorization(TAG_ALGORITHM, Algorithm::TRIPLE_DES); in TripleDesKey()
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 364 return Algorithm::TRIPLE_DES; in getAlgorithm()
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 759 case Algorithm::TRIPLE_DES: in ValidKeySizes()
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 878 TRIPLE_DES = 33,
|