Lines Matching refs:KLConfig
563 DSCMB_KLCfg KLConfig; in _NDS_CamGetHashKey() local
567 KLConfig.bDecrypt = TRUE; in _NDS_CamGetHashKey()
568 KLConfig.bInverse = FALSE; in _NDS_CamGetHashKey()
569 KLConfig.bKeepRound = FALSE; in _NDS_CamGetHashKey()
570 KLConfig.u32Round = 6; in _NDS_CamGetHashKey()
571 KLConfig.u32EngMode = E_DSCMB_KL_TDES; // @FIXME: only TDES HASH key? in _NDS_CamGetHashKey()
573 MDrv_DSCMB_KLadder_SetConfig(&KLConfig); in _NDS_CamGetHashKey()
713 DSCMB_KLCfg KLConfig; in XHDICA_SetControlWord() local
848 KLConfig.bDecrypt = TRUE; in XHDICA_SetControlWord()
849 KLConfig.bInverse = FALSE; in XHDICA_SetControlWord()
850 KLConfig.bKeepRound = FALSE; in XHDICA_SetControlWord()
851 KLConfig.u32Round = (MS_U32) u32Round; in XHDICA_SetControlWord()
852 KLConfig.u32EngMode = u32KLScheme; in XHDICA_SetControlWord()
854 MDrv_DSCMB_KLadder_SetConfig(&KLConfig); in XHDICA_SetControlWord()
912 DSCMB_KLCfg KLConfig; in XHDICA_GetResponseToChallenge() local
968 KLConfig.bDecrypt = TRUE; in XHDICA_GetResponseToChallenge()
969 KLConfig.bInverse = FALSE; in XHDICA_GetResponseToChallenge()
970 KLConfig.bKeepRound = FALSE; in XHDICA_GetResponseToChallenge()
971 KLConfig.u32Round = 6; in XHDICA_GetResponseToChallenge()
972 KLConfig.u32EngMode = E_DSCMB_KL_TDES; in XHDICA_GetResponseToChallenge()
974 MDrv_DSCMB_KLadder_SetConfig(&KLConfig); in XHDICA_GetResponseToChallenge()
1017 DSCMB_KLCfg KLConfig; in XHDICA_EncryptData() local
1062 KLConfig.bDecrypt = TRUE; in XHDICA_EncryptData()
1063 KLConfig.bInverse = FALSE; in XHDICA_EncryptData()
1064 KLConfig.bKeepRound = FALSE; in XHDICA_EncryptData()
1065 KLConfig.u32Round = 6; in XHDICA_EncryptData()
1066 KLConfig.u32EngMode = E_DSCMB_KL_TDES; in XHDICA_EncryptData()
1068 MDrv_DSCMB_KLadder_SetConfig(&KLConfig); in XHDICA_EncryptData()