Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c204 UTOPIA_AUTH_HASHINFO_ARG sHashInfoArg; in utopia_proc_ioctl()
311 copy_from_user(&sHashInfoArg,arg,sizeof(UTOPIA_AUTH_HASHINFO_ARG)); in utopia_proc_ioctl()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c1098 UTOPIA_AUTH_HASHINFO_ARG* sHashInfoArg; in UtopiaSetIPAUTH()
1123 sHashInfoArg=malloc(sizeof(UTOPIA_AUTH_HASHINFO_ARG)); in UtopiaSetIPAUTH()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia.h123 #define UTOPIA_IOCTL_AUTH_SetHashInfo _IOWR(UTOPIA_IOC_MAGIC, 7, UTOPIA_AUTH_HASHINFO_ARG)
H A Dutopia_private.h32 typedef struct _UTOPIA_AUTH_HASHINFO_ARG UTOPIA_AUTH_HASHINFO_ARG; typedef