Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/greybus/
Dauthentication.c208 struct cap_ioc_authenticate *authenticate; in cap_ioctl() local
239 size = sizeof(*authenticate); in cap_ioctl()
240 authenticate = memdup_user(buf, size); in cap_ioctl()
241 if (IS_ERR(authenticate)) in cap_ioctl()
242 return PTR_ERR(authenticate); in cap_ioctl()
244 ret = cap_authenticate(cap, authenticate->auth_type, in cap_ioctl()
245 authenticate->uid, in cap_ioctl()
246 authenticate->challenge, in cap_ioctl()
247 &authenticate->result_code, in cap_ioctl()
248 authenticate->response, in cap_ioctl()
[all …]
/drivers/staging/greybus/Documentation/firmware/
Dauthenticate.c24 struct cap_ioc_authenticate authenticate = { variable
78 memcpy(authenticate.uid, uid.uid, 8); in main()
80 ret = ioctl(fd, CAP_IOC_AUTHENTICATE, &authenticate); in main()
88 authenticate.result_code, authenticate.signature_size); in main()
Dfirmware-management188 directory and will be named gb-authenticate-<N>. The number <N> is assigned at
195 gb-authenticate-N and user first needs to identify the character device used for
204 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_authenticate/gb-authenticate-0
206 The last name in this path: gb-authenticate-0 is precisely the name of the char
209 /dev/gb-authenticate-0.
214 The Character device (/dev/gb-authenticate-0 in above example) can be opened by
299 This ioctl shall be used by the user to authenticate the Module attached to
331 The current directory also provides a authenticate.c test application, which can
/drivers/block/drbd/
DKconfig16 NOTE: In order to authenticate connections you have to select
/drivers/net/wireless/
Dray_cs.c81 static void authenticate(ray_dev_t *local);
1934 authenticate(local); in ray_interrupt()
2020 authenticate(local); in ray_interrupt()
2405 static void authenticate(ray_dev_t *local) in authenticate() function
/drivers/net/wireless/atmel/
Datmel.c3023 static void authenticate(struct atmel_private *priv, u16 frame_len) in authenticate() function
3379 authenticate(priv, frame_len); in atmel_management_frame()