MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / decryptBatch

Method decryptBatch

src/input/dvb/Frontend_DecryptInterface.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void Frontend::decryptBatch() {
44 return _dvbapiData.decryptBatch();
45 }
46
47 void Frontend::setBatchData(unsigned char *ptr, int len, int parity, unsigned char *originalPtr) {
48 _dvbapiData.setBatchData(ptr, len, parity, originalPtr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected