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

Method stopOSCamFilters

src/decrypt/dvbapi/ClientProperties.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 // ===========================================================================
53
54 void ClientProperties::stopOSCamFilters(int streamID) {
55 SI_LOG_INFO("Stream: %d, Clearing OSCam filters and Keys...", streamID);
56 // free keys
57 _keys.freeKeys();
58 _batchCount = 0;
59 _filter.clear();
60 }
61
62 void ClientProperties::setBatchData(unsigned char *ptr, int len,
63 int parity, unsigned char *originalPtr) {

Callers 1

stopDecryptMethod · 0.45

Calls 2

freeKeysMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected