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.cpp3896 struct TripleDesTestVector { struct
3897 const char* name;
3898 const KeyPurpose purpose;
3899 const BlockMode block_mode;
3900 const PaddingMode padding_mode;
3901 const char* key;
3902 const char* iv;
3903 const char* input;
3904 const char* output;
3988 TEST_P(EncryptionOperationsTest, TripleDesTestVector) { in TEST_P() argument
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp5456 struct TripleDesTestVector { struct
5457 const char* name;
5458 const KeyPurpose purpose;
5459 const BlockMode block_mode;
5460 const PaddingMode padding_mode;
5461 const char* key;
5462 const char* iv;
5463 const char* input;
5464 const char* output;
5549 TEST_P(EncryptionOperationsTest, TripleDesTestVector) { in TEST_P() argument