Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Drpc.c62 struct auth_info { struct
91 struct auth_info rok_auth;
121 struct auth_info *auth; in rpc_call()
150 auth = (struct auth_info *)send_head; in rpc_call()
159 auth = (struct auth_info *)send_head; in rpc_call()
/dragonfly/contrib/dhcpcd/src/
H A Dauth.c531 bool auth_info; in dhcp_auth_encode() local
585 auth_info = false; in dhcp_auth_encode()
587 auth_info = true; in dhcp_auth_encode()
598 if (auth_info && t) in dhcp_auth_encode()
602 if (auth_info && t) in dhcp_auth_encode()
632 if (auth_info || in dhcp_auth_encode()
670 if (!auth_info) in dhcp_auth_encode()
/dragonfly/sys/vfs/nfs/
H A Dkrpc_subr.c72 struct auth_info { struct
92 struct auth_info rpc_auth; argument
94 struct auth_info rpc_verf;
104 struct auth_info rok_auth;
/dragonfly/crypto/openssh/
H A Dauth-pam.c769 char *auth_info; in expose_authinfo() local
777 auth_info = xstrdup(""); in expose_authinfo()
778 else if ((auth_info = sshbuf_dup_string( in expose_authinfo()
783 do_pam_putenv("SSH_AUTH_INFO_0", auth_info); in expose_authinfo()
784 free(auth_info); in expose_authinfo()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h5182 struct auth_info { struct
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c1076 struct auth_info *rx_auth) in hostapd_notif_auth()