Searched refs:authenticate (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/staging/greybus/Documentation/firmware/
H A Dauthenticate.c24 struct cap_ioc_authenticate authenticate = { variable in typeref:struct:cap_ioc_authenticate
78 memcpy(authenticate.uid, uid.uid, 8);
80 ret = ioctl(fd, CAP_IOC_AUTHENTICATE, &authenticate);
82 printf("Failed to authenticate module: %s (%d)\n", capdev, ret);
88 authenticate.result_code, authenticate.signature_size);
/linux-master/drivers/staging/greybus/
H A Dauthentication.c168 dev_err(cap->parent, "failed to authenticate (%d)\n", ret);
211 struct cap_ioc_authenticate *authenticate; local
242 size = sizeof(*authenticate);
243 authenticate = memdup_user(buf, size);
244 if (IS_ERR(authenticate))
245 return PTR_ERR(authenticate);
247 ret = cap_authenticate(cap, authenticate->auth_type,
248 authenticate->uid,
249 authenticate->challenge,
250 &authenticate
[all...]
/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt14 userspace->mac80211: authenticate
50 note over mac80211,driver: cleanup like for authenticate

Completed in 102 milliseconds