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

Method getKey

src/input/dvb/Frontend_DecryptInterface.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 const dvbcsa_bs_key_s *Frontend::getKey(int parity) const {
52 return _dvbapiData.getKey(parity);
53 }
54
55 void Frontend::setKey(const unsigned char *cw, int parity, int index) {
56 _dvbapiData.setKey(cw, parity, index);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected