Searched refs:inputVec (Results 1 – 1 of 1) sorted by relevance
608 Vector<uint8_t> inputVec; in encrypt_decrypt_common() local609 inputVec.appendArray(input, dataSize); in encrypt_decrypt_common()617 status_t status = mObj->mDrm->encrypt(*iter, keyIdVec, inputVec, ivVec, outputVec); in encrypt_decrypt_common()619 status_t status = mObj->mDrm->decrypt(*iter, keyIdVec, inputVec, ivVec, outputVec); in encrypt_decrypt_common()