Searched refs:eSecureKeyType (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/ |
| H A D | drvDSCMB.c | 1284 DSCMB_Key_Type eSecureKeyType = E_DSCMB_KEY_CLEAR; in _MDrv_DSCMB2_EngEnableKey() local 1299 eSecureKeyType = E_DSCMB_KEY_SECURE_KEYS_ENABLE; in _MDrv_DSCMB2_EngEnableKey() 1302 … if (!HAL_DSCMB_KTE_Key_Ctrl (u32FltId, eKeyType , eEngType | eSecureKeyType, u32CAVid, bEnable )) in _MDrv_DSCMB2_EngEnableKey() 1330 DSCMB_Key_Type eSecureKeyType = E_DSCMB_KEY_CLEAR; in _MDrv_DSCMB2_EngSetFSCB() local 1344 eSecureKeyType = E_DSCMB_KEY_SECURE_KEYS_ENABLE; in _MDrv_DSCMB2_EngSetFSCB() 1347 …bRet &= HAL_DSCMB_KTE_Write_FSCB(u32FltId, (E_DSCMB_KEY_ODD|eSecureKeyType), u32CAVid, eForceSCB… in _MDrv_DSCMB2_EngSetFSCB() 1348 …bRet &= HAL_DSCMB_KTE_Write_FSCB(u32FltId, (E_DSCMB_KEY_EVEN|eSecureKeyType), u32CAVid, eForceSCB… in _MDrv_DSCMB2_EngSetFSCB() 1352 …bRet &= HAL_DSCMB_KTE_Write_FSCB(u32FltId, (E_DSCMB_KEY_CLEAR|eSecureKeyType), u32CAVid, eForceSCB… in _MDrv_DSCMB2_EngSetFSCB() 1394 DSCMB_Key_Type eSecureKeyType = E_DSCMB_KEY_CLEAR; in _MDrv_DSCMB2_EngSetSwitch() local 1408 eSecureKeyType = E_DSCMB_KEY_SECURE_KEYS_ENABLE; in _MDrv_DSCMB2_EngSetSwitch() [all …]
|