Home
last modified time | relevance | path

Searched refs:gCusID (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c52 MS_U8 gCusID[] = {0x00,0x00}; variable
312 memcpy(gCusID, sHashInfoArg.u8CusID, sizeof(gCusID)); in utopia_proc_ioctl()
345 hashinfo[0] = gCusID[0]; in MDrv_AUTH_GetHashInfo()
346 hashinfo[1] = gCusID[1]; in MDrv_AUTH_GetHashInfo()
/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c148 static MS_U8 gCusID[] = {0x00,0x00}; variable
207 extern MS_U32 UtopiaSetIPAUTH(ST_IPAUTH_SHARED_VARS *IpControl, MS_U8 *gCusID, MS_U8 *gCusHush);
647 gCusID[0] = (MDrv_AUTH_Char2Int(string[0])<<4) + MDrv_AUTH_Char2Int(string[1]); in MApi_AUTH_Process()
648 gCusID[1] = (MDrv_AUTH_Char2Int(string[2])<<4) + MDrv_AUTH_Char2Int(string[3]); in MApi_AUTH_Process()
731 UtopiaSetIPAUTH(g_IpAuthVars, gCusID, gCusHash); in MApi_AUTH_Process()
946 hashinfo[0] = gCusID[0]; in MDrv_AUTH_GetHashInfo()
947 hashinfo[1] = gCusID[1]; in MDrv_AUTH_GetHashInfo()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c1094 MS_U32 UtopiaSetIPAUTH(ST_IPAUTH_SHARED_VARS *IpControl, MS_U8 *gCusID, MS_U8 *gCusHash) in UtopiaSetIPAUTH() argument
1131 memcpy(sHashInfoArg->u8CusID,gCusID,sizeof(sHashInfoArg->u8CusID)); in UtopiaSetIPAUTH()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c1225 MS_U32 UtopiaSetIPAUTH(ST_IPAUTH_SHARED_VARS *IpControl, MS_U8 *gCusID, MS_U8 *gCusHush) in UtopiaSetIPAUTH() argument