| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | authentication.c | 208 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/Documentation/firmware/ |
| H A D | authenticate.c | 24 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()
|
| H A D | firmware-management | 188 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
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | mac80211-auth-assoc-deauth.txt | 14 userspace->mac80211: authenticate 50 note over mac80211,driver: cleanup like for authenticate
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux/ |
| H A D | options.pptp | 7 # We don't need the tunnel server to authenticate itself
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus-cxx/files/ |
| H A D | fix_build_musl.patch | 5 @@ -70,7 +70,7 @@ std::tuple<bool, bool, std::vector<uint8_t>> SASL::authenticate() {
|
| /OK3568_Linux_fs/buildroot/package/libgsasl/ |
| H A D | Config.in | 9 authentication from clients, and in clients to authenticate
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0090-backend-vnc-Add-user-authentication.patch | 6 Let VNC clients authenticate using the local username and password of 116 +The VNC client has to authenticate as the user running weston. This requires a PAM configuration f…
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0089-backend-vnc-Add-user-authentication.patch | 6 Let VNC clients authenticate using the local username and password of 116 +The VNC client has to authenticate as the user running weston. This requires a PAM configuration f…
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mxc_hab | 19 which can be used in the Freescale tooling to authenticate U-Boot 40 (3) Start of area in RAM to authenticate
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/files/ |
| H A D | 0002-Port-to-libsoup3.patch | 648 +authenticate (RestProxyCall *call, 658 + g_signal_emit_by_name (priv->proxy, "authenticate", rest_auth, retrying, &try_auth); 793 + g_signal_connect_swapped (message, "authenticate", 794 + G_CALLBACK (authenticate), 1109 authenticate (RestProxy *self, 1111 @@ -224,6 +236,7 @@ authenticate (RestProxy *self, 1134 g_signal_connect_swapped (priv->session, "authenticate", 1135 G_CALLBACK(authenticate), object); 1141 proxy_class->authenticate = default_authenticate_cb;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ppp/ |
| H A D | provider | 33 # Do not ask the remote to authenticate.
|
| /OK3568_Linux_fs/buildroot/package/shadow/ |
| H A D | Config.in | 22 Install the user and group management tools setuid and authenticate the
|
| /OK3568_Linux_fs/buildroot/package/mender/ |
| H A D | readme.txt | 87 To authenticate the Mender client with the Hosted Mender server you 153 BR2_PACKAGE_CA_CERTIFICATES in your configuration to authenticate TLS
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/mosh/ |
| H A D | mosh_1.3.2.bb | 36 # mosh uses SSH to authenticate and the client uses OpenSSH-specific features
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | pointer-authentication.rst | 129 instructions to sign and authenticate function pointers and other pointers 131 the ABI to interoperate with legacy binaries that do not sign or authenticate
|
| /OK3568_Linux_fs/buildroot/package/connman/ |
| H A D | Config.in | 65 roaming (WISPr). A RADIUS server is used to authenticate the
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | Kconfig | 16 NOTE: In order to authenticate connections you have to select
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | authenticator.h | 154 UINT16 authenticate:1; member
|
| /OK3568_Linux_fs/buildroot/package/polkit/ |
| H A D | 0002-Improve-meson_post_install-script.patch | 106 # authenticate not only the invoking user, but possibly also root
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-thunderbolt | 198 area and authenticate the image in one action. 295 Description: For supported devices, automatically authenticate the new Thunderbolt
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 1350 from django.contrib.auth import authenticate, login 1395 … user = authenticate(username = request.POST.get('username', '_anonuser'), password = 'nopass') 1399 user = authenticate(username = user.username, password = 'nopass') 1473 … user = authenticate(username = request.POST.get('username', '_anonuser'), password = 'nopass') 1477 user = authenticate(username = user.username, password = 'nopass')
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ |
| H A D | ppp_2.4.9.bb | 93 SUMMARY:${PN}-winbind = "Plugin for PPP to authenticate against Samba or Windows"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | ray_cs.c | 81 static void authenticate(ray_dev_t *local); 1930 authenticate(local); in ray_interrupt() 2016 authenticate(local); in ray_interrupt() 2401 static void authenticate(ray_dev_t *local) in authenticate() function
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ubifs-authentication.rst | 378 no need to authenticate individual nodes of the tree. It suffices to 390 available on creation of the filesystem (`mkfs.ubifs`) to authenticate the
|