Searched refs:attemptDecrypt (Results 1 – 1 of 1) sorted by relevance
33 status_t attemptDecrypt(const Key& key, const Iv& iv, const uint8_t* source, in attemptDecrypt() function in clearkeydrm::AesCtrDecryptorTest52 ASSERT_EQ(android::OK, attemptDecrypt(key, iv, encrypted, outputBuffer, in attemptDecryptExpectingSuccess()