Home
last modified time | relevance | path

Searched refs:gCusHash (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c53 MS_U8 gCusHash[] = {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, variable
313 memcpy(gCusHash, sHashInfoArg.u8CusHash, sizeof(gCusHash)); in utopia_proc_ioctl()
350 hashinfo[i+2] = gCusHash[i]; in MDrv_AUTH_GetHashInfo()
/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c149 static MS_U8 gCusHash[] = {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, variable
629 gCusHash[i] = hash[i]; in MApi_AUTH_Process()
731 UtopiaSetIPAUTH(g_IpAuthVars, gCusID, gCusHash); in MApi_AUTH_Process()
951 hashinfo[i+2] = gCusHash[i]; 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
1132 memcpy(sHashInfoArg->u8CusHash,gCusHash,sizeof(sHashInfoArg->u8CusHash)); in UtopiaSetIPAUTH()