Searched refs:authenticated (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_ioctl.c194 client->auth = pt->authenticated;
H A Ddrm_sysctl.c344 priv->authenticated ? 'y' : 'n',
H A Ddrm_drv.c869 file_priv->authenticated);
932 ((ioctl->flags & DRM_AUTH) && !file_priv->authenticated) ||
954 file_priv->authenticated, retcode);
H A DdrmP.h498 int authenticated; member in struct:drm_file
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dklist.c195 PRINT_FLAG2(pre_authent, pre-authenticated);
196 PRINT_FLAG2(hw_authent, hw-authenticated);
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf565 $.$?{auth_type}(authenticated$?{auth_ssf} bits=${auth_ssf}$.)
1014 # authenticated?
1109 # authenticated via TLS?
1110 R$* $: $1 $| $>RelayTLS client authenticated?
1179 R$@ $| $* $#error $@ 5.7.1 $: "550 not authenticated"
1256 # authenticated?
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_drv.c745 file_priv->authenticated);
786 ((ioctl->flags & DRM_AUTH) && !file_priv->authenticated) ||
H A DdrmP.h422 int authenticated; member in struct:drm_file
/freebsd-9.3-release/crypto/openssh/
H A Dsshd.c2155 goto authenticated;
2177 authenticated:
2184 authctxt->authenticated = 1;
H A Dsession.c315 * been successfully authenticated. During this message exchange, pseudo
2799 if (!authctxt->authenticated)
/freebsd-9.3-release/sys/netinet/
H A Dsctp_input.c2226 stcb->asoc.authenticated = 1;
4547 stcb->asoc.authenticated = 1;
4731 !stcb->asoc.authenticated) {
5484 stcb->asoc.authenticated = 1;
5739 stcb->asoc.authenticated = 0;
5792 * can't have authenticated without any AUTH (control)
5840 !stcb->asoc.authenticated) {
H A Dsctp_structs.h1121 uint8_t authenticated; /* packet authenticated ok */ member in struct:sctp_association
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event616 6214:AUE_kadmind_auth:authenticated kadmind request:ua
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c717 wpa_printf(MSG_DEBUG, "MLME: authenticated");
718 wpa_s->mlme.authenticated = 1;
943 if (wpa_s->mlme.authenticated)
955 wpa_s->mlme.authenticated = 0;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c1343 authenticated:
1763 goto authenticated;
1764 /* authenticated by the initial response */
2455 ** authenticated, so we'll trust implicitly
4335 ** we shouldn't trust it if not authenticated

Completed in 185 milliseconds

12