D | AesCtrDecryptorUnittest.cpp | 46 const uint8_t* encrypted, in attemptDecryptExpectingSuccess() argument 52 ASSERT_EQ(android::OK, attemptDecrypt(key, iv, encrypted, outputBuffer, in attemptDecryptExpectingSuccess() 136 uint8_t encrypted[kTotalSize] = { in TEST_F() local 162 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 181 uint8_t encrypted[kTotalSize] = { in TEST_F() local 208 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 227 uint8_t encrypted[kTotalSize] = { in TEST_F() local 254 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 273 uint8_t encrypted[kTotalSize] = { in TEST_F() local 303 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() [all …]
|