Lines Matching refs:u32Size

401 MS_BOOL _MDrv_CA_OTP_SetDeviceId(const MS_U8 *pu8Did, MS_U32 u32Size)  in _MDrv_CA_OTP_SetDeviceId()  argument
404 return HAL_CA_OTP_SetDeviceId(pu8Did, u32Size); in _MDrv_CA_OTP_SetDeviceId()
415 MS_BOOL _MDrv_CA_OTP_GetDeviceId(MS_U8 *pu8Did, MS_U32 u32Size) in _MDrv_CA_OTP_GetDeviceId() argument
418 return HAL_CA_OTP_GetDeviceId(pu8Did, u32Size); in _MDrv_CA_OTP_GetDeviceId()
1255 MS_BOOL MDrv_CA_OTP_SetDeviceId(const MS_U8 *pu8Did, MS_U32 u32Size) in MDrv_CA_OTP_SetDeviceId() argument
1266 pArgs.u32Size = u32Size; in MDrv_CA_OTP_SetDeviceId()
1277 return _MDrv_CA_OTP_SetDeviceId(pu8Did, u32Size); in MDrv_CA_OTP_SetDeviceId()
1289 MS_BOOL MDrv_CA_OTP_GetDeviceId(MS_U8 *pu8Did, MS_U32 u32Size) in MDrv_CA_OTP_GetDeviceId() argument
1300 pArgs.u32Size = u32Size; in MDrv_CA_OTP_GetDeviceId()
1311 return _MDrv_CA_OTP_GetDeviceId(pu8Did, u32Size); in MDrv_CA_OTP_GetDeviceId()
1354 MS_BOOL MDrv_CA_OTP_WriteReserved(const MS_U8 *pu8RData, MS_U32 u32Size) in MDrv_CA_OTP_WriteReserved() argument
1357 return HAL_CA_OTP_WriteReserved(pu8RData, u32Size); in MDrv_CA_OTP_WriteReserved()
1368 MS_BOOL MDrv_CA_OTP_ReadReserved(MS_U8 *pu8RData, MS_U32 u32Size) in MDrv_CA_OTP_ReadReserved() argument
1371 return HAL_CA_OTP_ReadReserved(pu8RData, u32Size); in MDrv_CA_OTP_ReadReserved()
1571 MS_BOOL MDrv_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size) in MDrv_CA_OTP_SetSecretKey() argument
1574 return HAL_CA_OTP_SetSecretKey(eKeySel, pu8SecretKey, u32Size); in MDrv_CA_OTP_SetSecretKey()
1586 MS_BOOL MDrv_CA_OTP_GetSecretKey(CA_SECRET_KEY eKeySel, MS_U8 *pu8SecretKey, MS_U32 u32Size) in MDrv_CA_OTP_GetSecretKey() argument
1589 return HAL_CA_OTP_GetSecretKey(eKeySel, pu8SecretKey, u32Size); in MDrv_CA_OTP_GetSecretKey()
1601 MS_BOOL MDrv_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size) in MDrv_CA_OTP_SetRSAKey() argument
1604 return HAL_CA_OTP_SetRSAKey(eKeySel, pu8RSAKey, u32Size); in MDrv_CA_OTP_SetRSAKey()
1616 MS_BOOL MDrv_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size) in MDrv_CA_OTP_GetRSAKey() argument
1619 return HAL_CA_OTP_GetRSAKey(eKeySel, pu8RSAKey, u32Size); in MDrv_CA_OTP_GetRSAKey()
1631 …Drv_CA_OTP_SetDebugPortPassword(CA_DEBUG_PORT eDebugPort, const MS_U8 *pu8Password, MS_U32 u32Size) in MDrv_CA_OTP_SetDebugPortPassword() argument
1634 return HAL_CA_OTP_SetDebugPortPassword(eDebugPort, pu8Password, u32Size); in MDrv_CA_OTP_SetDebugPortPassword()
1646 …BOOL MDrv_CA_OTP_GetDebugPortPassword(CA_DEBUG_PORT eDebugPort, MS_U8 *pu8Password, MS_U32 u32Size) in MDrv_CA_OTP_GetDebugPortPassword() argument
1649 return HAL_CA_OTP_GetDebugPortPassword(eDebugPort, pu8Password, u32Size); in MDrv_CA_OTP_GetDebugPortPassword()