Home
last modified time | relevance | path

Searched refs:sHashInfoArg (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c1098 UTOPIA_AUTH_HASHINFO_ARG* sHashInfoArg; in UtopiaSetIPAUTH() local
1123 sHashInfoArg=malloc(sizeof(UTOPIA_AUTH_HASHINFO_ARG)); in UtopiaSetIPAUTH()
1124 if(sHashInfoArg == NULL)//coverity in UtopiaSetIPAUTH()
1131 memcpy(sHashInfoArg->u8CusID,gCusID,sizeof(sHashInfoArg->u8CusID)); in UtopiaSetIPAUTH()
1132 memcpy(sHashInfoArg->u8CusHash,gCusHash,sizeof(sHashInfoArg->u8CusHash)); in UtopiaSetIPAUTH()
1133 if(ioctl(s32UtopiaFd,UTOPIA_IOCTL_AUTH_SetHashInfo,sHashInfoArg))//coverity in UtopiaSetIPAUTH()
1137 free(sHashInfoArg); in UtopiaSetIPAUTH()
1144 free(sHashInfoArg); in UtopiaSetIPAUTH()
/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c204 UTOPIA_AUTH_HASHINFO_ARG sHashInfoArg; in utopia_proc_ioctl() local
311 copy_from_user(&sHashInfoArg,arg,sizeof(UTOPIA_AUTH_HASHINFO_ARG)); in utopia_proc_ioctl()
312 memcpy(gCusID, sHashInfoArg.u8CusID, sizeof(gCusID)); in utopia_proc_ioctl()
313 memcpy(gCusHash, sHashInfoArg.u8CusHash, sizeof(gCusHash)); in utopia_proc_ioctl()