Home
last modified time | relevance | path

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

/Linux-v5.10/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 …]
/Linux-v5.10/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
/Linux-v5.10/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt14 userspace->mac80211: authenticate
50 note over mac80211,driver: cleanup like for authenticate
/Linux-v5.10/drivers/block/drbd/
DKconfig16 NOTE: In order to authenticate connections you have to select
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-thunderbolt198 area and authenticate the image in one action.
295 Description: For supported devices, automatically authenticate the new Thunderbolt
/Linux-v5.10/drivers/net/wireless/
Dray_cs.c81 static void authenticate(ray_dev_t *local);
1924 authenticate(local); in ray_interrupt()
2010 authenticate(local); in ray_interrupt()
2395 static void authenticate(ray_dev_t *local) in authenticate() function
/Linux-v5.10/Documentation/filesystems/
Dubifs-authentication.rst378 no need to authenticate individual nodes of the tree. It suffices to
390 available on creation of the filesystem (`mkfs.ubifs`) to authenticate the
Dfsverity.rst51 authenticate the contents of an fs-verity file by using the
582 authenticate them, or add them to a measurement list.
/Linux-v5.10/Documentation/gpu/
Ddrm-uapi.rst130 authenticate to a DRM-Master prior to getting GPU access. To avoid this
/Linux-v5.10/drivers/net/wireless/atmel/
Datmel.c3024 static void authenticate(struct atmel_private *priv, u16 frame_len) in authenticate() function
3380 authenticate(priv, frame_len); in atmel_management_frame()