| /linux-4.1.27/net/sunrpc/ | 
| D | auth.c | 259 	struct rpc_auth		*auth;  in rpcauth_create()  local 290 rpcauth_release(struct rpc_auth *auth)  in rpcauth_release() 326 rpcauth_init_credcache(struct rpc_auth *auth)  in rpcauth_init_credcache() 353 rpcauth_key_timeout_notify(struct rpc_auth *auth, struct rpc_cred *cred)  in rpcauth_key_timeout_notify() 431 rpcauth_destroy_credcache(struct rpc_auth *auth)  in rpcauth_destroy_credcache() 545 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,  in rpcauth_lookup_credcache() 621 rpcauth_lookupcred(struct rpc_auth *auth, int flags)  in rpcauth_lookupcred() 641 		  struct rpc_auth *auth, const struct rpc_credops *ops)  in rpcauth_init_cred() 668 	struct rpc_auth *auth = task->tk_client->cl_auth;  in rpcauth_bind_root_cred()  local 682 	struct rpc_auth *auth = task->tk_client->cl_auth;  in rpcauth_bind_new_cred()  local
  | 
| D | auth_generic.c | 68 	struct rpc_auth *auth = task->tk_client->cl_auth;  in generic_bind_cred()  local 78 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in generic_lookup_cred() 84 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in generic_create_cred() 211 generic_key_timeout(struct rpc_auth *auth, struct rpc_cred *cred)  in generic_key_timeout()
  | 
| D | auth_unix.c | 45 unx_destroy(struct rpc_auth *auth)  in unx_destroy() 55 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in unx_lookup_cred() 61 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in unx_create_cred()
  | 
| D | auth_null.c | 28 nul_destroy(struct rpc_auth *auth)  in nul_destroy() 36 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in nul_lookup_cred()
  | 
| D | clnt.c | 301 	struct rpc_auth *auth;  in rpc_client_register()  local
  | 
| /linux-4.1.27/drivers/target/iscsi/ | 
| D | iscsi_target_auth.c | 111 	struct iscsi_node_auth *auth,  in chap_server_open() 172 	struct iscsi_node_auth *auth,  in chap_server_compute_md5() 450 	struct iscsi_node_auth *auth,  in chap_got_response() 472 	struct iscsi_node_auth *auth,  in chap_main_loop()
  | 
| D | iscsi_target_nego.c | 112 	struct iscsi_node_auth *auth;  in iscsi_handle_authentication()  local
  | 
| /linux-4.1.27/crypto/ | 
| D | authenc.c | 29 	struct crypto_ahash_spawn auth;  member 35 	struct crypto_ahash *auth;  member 89 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_setkey()  local 263 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_ahash_fb()  local 302 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_ahash()  local 552 	struct crypto_ahash *auth;  in crypto_authenc_init_tfm()  local 600 	struct hash_alg_common *auth;  in crypto_authenc_alloc()  local
  | 
| D | authencesn.c | 29 	struct crypto_ahash_spawn auth;  member 35 	struct crypto_ahash *auth;  member 63 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_esn_setkey()  local 343 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_esn_ahash()  local 644 	struct crypto_ahash *auth;  in crypto_authenc_esn_init_tfm()  local 692 	struct hash_alg_common *auth;  in crypto_authenc_esn_alloc()  local
  | 
| /linux-4.1.27/drivers/gpu/drm/ | 
| D | drm_auth.c | 153 	struct drm_auth *auth = data;  in drm_getmagic()  local 191 	struct drm_auth *auth = data;  in drm_authmagic()  local
  | 
| D | drm_ioc32.c | 292 	int auth;	/**< Is client authenticated? */  member
  | 
| /linux-4.1.27/net/ceph/ | 
| D | auth_x.c | 429 		struct ceph_x_authenticate *auth = (void *)(head + 1);  in ceph_x_build_request()  local 546 	struct ceph_auth_handshake *auth)  in ceph_x_create_authorizer() 579 	struct ceph_auth_handshake *auth)  in ceph_x_update_authorizer() 690 static int ceph_x_sign_message(struct ceph_auth_handshake *auth,  in ceph_x_sign_message() 704 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth,  in ceph_x_check_message_signature()
  | 
| D | auth_none.c | 67 	struct ceph_auth_handshake *auth)  in ceph_auth_none_create_authorizer()
  | 
| D | auth.c | 284 				struct ceph_auth_handshake *auth)  in ceph_auth_create_authorizer()
  | 
| D | osd_client.c | 2941 	struct ceph_auth_handshake *auth = &o->o_auth;  in get_authorizer()  local 2986 	struct ceph_auth_handshake *auth = &o->o_auth;  in sign_message()  local 2993 	struct ceph_auth_handshake *auth = &o->o_auth;  in check_message_signature()  local
  | 
| D | messenger.c | 1397 	struct ceph_auth_handshake *auth;  in get_connect_authorizer()  local 1438 	struct ceph_auth_handshake *auth;  in prepare_write_connect()  local
  | 
| /linux-4.1.27/include/linux/ceph/ | 
| D | auth.h | 126 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth,  in ceph_auth_sign_message() 135 int ceph_auth_check_message_signature(struct ceph_auth_handshake *auth,  in ceph_auth_check_message_signature()
  | 
| D | mon_client.h | 65 	struct ceph_auth_client *auth;  member
  | 
| D | ceph_fs.h | 486 	__le32 auth;            /* auth mds, if this is a delegation point */  member
  | 
| /linux-4.1.27/net/sctp/ | 
| D | output.c | 193 	struct sctp_chunk *auth;  in sctp_packet_bundle_auth()  local 391 	unsigned char *auth = NULL;	/* pointer to auth in skb data */  in sctp_packet_transmit()  local
  | 
| D | auth.c | 709 			      struct sctp_auth_chunk *auth,  in sctp_auth_calculate_hmac()
  | 
| D | sm_statefuns.c | 761 		struct sctp_chunk auth;  in sctp_sf_do_5_1D_ce()  local
  | 
| /linux-4.1.27/net/sunrpc/auth_gss/ | 
| D | auth_gss.c | 294 	struct gss_auth *auth;  member 986 	struct rpc_auth * auth;  in gss_create_new()  local 1092 gss_destroy(struct rpc_auth *auth)  in gss_destroy() 1300 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in gss_lookup_cred() 1306 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in gss_create_cred() 1338 gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred)  in gss_cred_init() 1538 	struct rpc_auth *auth = oldcred->cr_auth;  in gss_renew_cred()  local
  | 
| /linux-4.1.27/net/bluetooth/ | 
| D | smp.c | 841 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth,  in tk_request() 998 		u8 stk[16], auth;  in smp_random()  local 1135 	u8 key_type, auth;  in sc_add_ltk()  local 1713 	u8 key_size, auth, sec_level;  in smp_cmd_pairing_req()  local 1898 	u8 key_size, auth;  in smp_cmd_pairing_rsp()  local 2017 	u8 auth;  in fixup_sc_false_positive()  local 2232 	u8 sec_level, auth;  in smp_cmd_security_req()  local
  | 
| D | hci_core.c | 955 	__u8 auth = opt;  in hci_auth_req()  local
  | 
| /linux-4.1.27/drivers/net/wireless/hostap/ | 
| D | hostap_80211.h | 22 		} __packed auth;  member
  | 
| /linux-4.1.27/drivers/net/wireless/ath/ath6kl/ | 
| D | main.c | 63 			       u8 ucipher, u8 auth, u8 apsd_info)  in ath6kl_add_new_sta() 424 				u8 keymgmt, u8 ucipher, u8 auth,  in ath6kl_connect_ap_mode_sta()
  | 
| D | core.h | 418 	u8 auth;  member
  | 
| D | wmi.h | 1533 			u8 auth;  member
  | 
| /linux-4.1.27/drivers/crypto/qce/ | 
| D | common.c | 240 	__be32 auth[SHA256_DIGEST_SIZE / sizeof(__be32)] = {0};  in qce_setup_regs_ahash()  local
  | 
| /linux-4.1.27/fs/nfs/flexfilelayout/ | 
| D | flexfilelayoutdev.c | 313 		struct rpc_auth *auth = ds->ds_clp->cl_rpcclient->cl_auth;  in ff_layout_update_mirror_cred()  local
  | 
| /linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_crypt_ccmp.c | 116 			     u8 *pn, size_t dlen, u8 *b0, u8 *auth,  in ccmp_init_blocks()
  | 
| D | ieee80211_softmac.c | 652 	struct ieee80211_authentication *auth;  in ieee80211_authentication_req()  local 902 	struct ieee80211_authentication *auth;  in ieee80211_auth_resp()  local
  | 
| /linux-4.1.27/drivers/staging/rtl8192e/ | 
| D | rtllib_crypt_ccmp.c | 111 			     u8 *pn, size_t dlen, u8 *b0, u8 *auth,  in ccmp_init_blocks()
  | 
| D | rtllib_softmac.c | 797 	struct rtllib_authentication *auth;  in rtllib_authentication_req()  local 1046 	struct rtllib_authentication *auth;  in rtllib_auth_resp()  local
  | 
| /linux-4.1.27/net/wireless/ | 
| D | lib80211_crypt_ccmp.c | 113 			     u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0)  in ccmp_init_blocks()
  | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | cio.h | 73 	__u32 auth  : 1;  member
  | 
| /linux-4.1.27/fs/ceph/ | 
| D | mds_client.c | 3780 	struct ceph_auth_handshake *auth = &s->s_auth;  in get_authorizer()  local 3847        struct ceph_auth_handshake *auth = &s->s_auth;  in sign_message()  local 3854        struct ceph_auth_handshake *auth = &s->s_auth;  in check_message_signature()  local
  | 
| /linux-4.1.27/fs/ncpfs/ | 
| D | ncp_fs_sb.h | 92 	} auth;  member
  | 
| /linux-4.1.27/drivers/net/wireless/ti/wl1251/ | 
| D | acx.c | 120 	struct acx_sleep_auth *auth;  in wl1251_acx_sleep_auth()  local
  | 
| /linux-4.1.27/fs/nfsd/ | 
| D | nfs4callback.c | 704 		struct rpc_auth *auth = client->cl_auth;  in get_backchannel_cred()  local
  | 
| /linux-4.1.27/drivers/staging/rtl8188eu/include/ | 
| D | ieee80211_ext.h | 189 		}  __packed auth;  member
  | 
| /linux-4.1.27/fs/nfs/ | 
| D | nfs2xdr.c | 74 	struct rpc_auth	*auth = req->rq_cred->cr_auth;  in prepare_reply_buffer()  local
  | 
| D | write.c | 1142 	struct rpc_auth *auth = NFS_SERVER(inode)->client->cl_auth;  in nfs_key_timeout_notify()  local
  | 
| D | nfs3xdr.c | 113 	struct rpc_auth	*auth = req->rq_cred->cr_auth;  in prepare_reply_buffer()  local
  | 
| D | super.c | 808 	struct rpc_auth *auth = nfss->client->cl_auth;  in nfs_show_stats()  local
  | 
| D | nfs4xdr.c | 960 	struct rpc_auth *auth = req->rq_cred->cr_auth;  in encode_compound_hdr()  local
  | 
| D | nfs4proc.c | 3022 	struct rpc_auth *auth;  in nfs4_lookup_root_sec()  local
  | 
| /linux-4.1.27/drivers/net/wireless/libertas/ | 
| D | types.h | 177 	__le16 auth;  member
  | 
| D | cfg.c | 346 	struct mrvl_ie_auth_type *auth = (void *) tlv;  in lbs_add_auth_type_tlv()  local
  | 
| /linux-4.1.27/drivers/net/wireless/ | 
| D | atmel.c | 2870 	struct auth_body auth;  in send_authentication_request()  local 3050 	struct auth_body *auth = (struct auth_body *)priv->rx_buf;  in authenticate()  local 3466 			int auth = WLAN_AUTH_OPEN;  in atmel_management_timer()  local 3581 				int auth = WLAN_AUTH_OPEN;  in atmel_command_irq()  local
  | 
| /linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ | 
| D | cfg80211.h | 285 	__le32 auth;  member
  | 
| D | cfg80211.c | 3520 	u32 auth = 0; /* d11 open authentication */  in brcmf_configure_wpaie()  local
  | 
| /linux-4.1.27/drivers/net/wireless/ti/wlcore/ | 
| D | acx.c | 70 	struct acx_sleep_auth *auth;  in wl1271_acx_sleep_auth()  local
  | 
| /linux-4.1.27/include/net/sctp/ | 
| D | structs.h | 646 		auth:1,			/* IN: was auth'ed | OUT: needs auth */  member 708 	struct sctp_chunk *auth;  member
  | 
| /linux-4.1.27/include/uapi/drm/ | 
| D | drm.h | 227 	int auth;		/**< Is client authenticated? */  member
  | 
| /linux-4.1.27/drivers/gpu/drm/radeon/ | 
| D | r100.c | 1367 			  const unsigned *auth, unsigned n,  in r100_cs_parse_packet0()
  | 
| /linux-4.1.27/drivers/s390/block/ | 
| D | dasd_eckd.h | 145 		unsigned char auth:2;	/* Access authorization */  member
  | 
| /linux-4.1.27/net/xfrm/ | 
| D | xfrm_user.c | 747 static int copy_to_user_auth(struct xfrm_algo_auth *auth, struct sk_buff *skb)  in copy_to_user_auth()
  | 
| /linux-4.1.27/drivers/net/wireless/ipw2x00/ | 
| D | ipw2200.c | 4581 						struct notif_authenticate *auth  in ipw_rx_notification()  local 4666 			struct notif_authenticate *auth = ¬if->u.auth;  in ipw_rx_notification()  local
  | 
| D | ipw2200.h | 659 		struct notif_authenticate auth;  member
  | 
| /linux-4.1.27/include/net/ | 
| D | xfrm.h | 1341 		struct xfrm_algo_auth_info auth;  member
  | 
| D | cfg80211.h | 2553 	int	(*auth)(struct wiphy *wiphy, struct net_device *dev,  member
  | 
| /linux-4.1.27/include/linux/ | 
| D | ieee80211.h | 871 		} __packed auth;  member
  |