Searched refs:short_key (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintTest.cpp | 3388 string short_key = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in TEST_P() local 3392 .AesEncryptionKey(short_key.size() * 8) in TEST_P() 3395 KeyFormat::RAW, short_key)); in TEST_P() 3454 string short_key = hex2str("a49d7564199e97cb529d2c9d97bf2f98d35edf57ba1f73"); in TEST_P() local 3458 .TripleDesEncryptionKey(short_key.size() * 7) in TEST_P() 3461 KeyFormat::RAW, short_key)); in TEST_P()
|