Home
last modified time | relevance | path

Searched refs:DESCRAMBLER_DES (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/descrambler/
H A Dtvhcsa.c165 case DESCRAMBLER_DES: in tvhcsa_set_type()
186 case DESCRAMBLER_DES: in tvhcsa_set_key_even()
205 case DESCRAMBLER_DES: in tvhcsa_set_key_odd()
H A Dconstcw.c155 DESCRAMBLER_DES : DESCRAMBLER_AES, in constcw_service_start()
H A Dcapmt.c1274 capmt_process_key(capmt, adapter, index, DESCRAMBLER_DES, cw, empty, 1); in capmt_analyze_cmd()
1276 capmt_process_key(capmt, adapter, index, DESCRAMBLER_DES, empty, cw, 1); in capmt_analyze_cmd()
1662 DESCRAMBLER_DES, in handle_ca0_wrapper()
H A Dcwc.c852 off == 16 ? DESCRAMBLER_AES : DESCRAMBLER_DES, in handle_ecm_reply()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Ddescrambler.h35 #define DESCRAMBLER_DES 1 macro