D | AesCtrDecryptorUnittest.cpp | 46 const uint8_t* encrypted, in attemptDecryptExpectingSuccess() argument 52 ASSERT_EQ(android::OK, attemptDecrypt(key, iv, encrypted, outputBuffer, in attemptDecryptExpectingSuccess() 75 uint8_t encrypted[kTotalSize] = { in TEST_F() local 101 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 120 uint8_t encrypted[kTotalSize] = { in TEST_F() local 147 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 166 uint8_t encrypted[kTotalSize] = { in TEST_F() local 193 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 212 uint8_t encrypted[kTotalSize] = { in TEST_F() local 242 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() [all …]
|