Home
last modified time | relevance | path

Searched defs:TripleDesTestVector (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp3904 struct TripleDesTestVector { struct
3905 const char* name;
3906 const KeyPurpose purpose;
3907 const BlockMode block_mode;
3908 const PaddingMode padding_mode;
3909 const char* key;
3910 const char* iv;
3911 const char* input;
3912 const char* output;
3996 TEST_P(EncryptionOperationsTest, TripleDesTestVector) { in TEST_P() argument
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp7173 struct TripleDesTestVector { struct
7174 const char* name;
7175 const KeyPurpose purpose;
7176 const BlockMode block_mode;
7177 const PaddingMode padding_mode;
7178 const char* key;
7179 const char* iv;
7180 const char* input;
7181 const char* output;
7266 TEST_P(EncryptionOperationsTest, TripleDesTestVector) { in TEST_P() argument