Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dauthentication.c209 struct cap_ioc_authenticate *authenticate; in cap_ioctl() local
240 size = sizeof(*authenticate); in cap_ioctl()
241 authenticate = memdup_user(buf, size); in cap_ioctl()
242 if (IS_ERR(authenticate)) in cap_ioctl()
243 return PTR_ERR(authenticate); in cap_ioctl()
245 ret = cap_authenticate(cap, authenticate->auth_type, in cap_ioctl()
246 authenticate->uid, in cap_ioctl()
247 authenticate->challenge, in cap_ioctl()
248 &authenticate->result_code, in cap_ioctl()
249 authenticate->response, in cap_ioctl()
[all …]
/Linux-v4.19/drivers/staging/greybus/Documentation/firmware/
Dauthenticate.c70 struct cap_ioc_authenticate authenticate = { variable
124 memcpy(authenticate.uid, uid.uid, 8); in main()
126 ret = ioctl(fd, CAP_IOC_AUTHENTICATE, &authenticate); in main()
134 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
/Linux-v4.19/Documentation/usb/
Dwusb-cbaf20 sysfs path to the device to authenticate; for example, both this
47 authenticate the device (when we see the CDID he uses to id
DWUSB-Design-overview.txt315 device with an unauthorized address; we ask user space to authenticate
/Linux-v4.19/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt14 userspace->mac80211: authenticate
50 note over mac80211,driver: cleanup like for authenticate
/Linux-v4.19/drivers/block/drbd/
DKconfig17 NOTE: In order to authenticate connections you have to select
/Linux-v4.19/drivers/net/wireless/
Dray_cs.c93 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
/Linux-v4.19/Documentation/gpu/
Ddrm-uapi.rst126 authenticate to a DRM-Master prior to getting GPU access. To avoid this
/Linux-v4.19/drivers/net/wireless/atmel/
Datmel.c3025 static void authenticate(struct atmel_private *priv, u16 frame_len) in authenticate() function
3381 authenticate(priv, frame_len); in atmel_management_frame()