auth_req          169 drivers/crypto/atmel-aes.c 	struct ahash_request	auth_req;
auth_req         1991 drivers/crypto/atmel-aes.c 		atmel_sha_authenc_abort(&rctx->auth_req);
auth_req         2009 drivers/crypto/atmel-aes.c 	return atmel_sha_authenc_schedule(&rctx->auth_req, ctx->auth,
auth_req         2028 drivers/crypto/atmel-aes.c 	return atmel_sha_authenc_init(&rctx->auth_req,
auth_req         2084 drivers/crypto/atmel-aes.c 	return atmel_sha_authenc_final(&rctx->auth_req,
auth_req         2901 drivers/net/wireless/rndis_wlan.c 	struct ndis_80211_auth_request *auth_req;
auth_req         2915 drivers/net/wireless/rndis_wlan.c 	while (buflen >= sizeof(*auth_req)) {
auth_req         2916 drivers/net/wireless/rndis_wlan.c 		auth_req = (void *)buf;
auth_req         2917 drivers/net/wireless/rndis_wlan.c 		if (buflen < le32_to_cpu(auth_req->length))
auth_req         2920 drivers/net/wireless/rndis_wlan.c 		flags = le32_to_cpu(auth_req->flags);
auth_req         2938 drivers/net/wireless/rndis_wlan.c 			    type, le32_to_cpu(auth_req->flags));
auth_req         2945 drivers/net/wireless/rndis_wlan.c 							auth_req->bssid,
auth_req         2955 drivers/net/wireless/rndis_wlan.c 							auth_req->bssid,
auth_req         2960 drivers/net/wireless/rndis_wlan.c 		buflen -= le32_to_cpu(auth_req->length);
auth_req         2961 drivers/net/wireless/rndis_wlan.c 		buf += le32_to_cpu(auth_req->length);
auth_req          913 drivers/scsi/bfa/bfa_fcs.c 		fabric->is_auth = fabric->lps->auth_req;
auth_req         1553 drivers/scsi/bfa/bfa_svc.c 		lps->auth_req	= rsp->auth_req;
auth_req          394 drivers/scsi/bfa/bfa_svc.h 	bfa_boolean_t	auth_req;	/*  authentication required	*/
auth_req          436 drivers/scsi/bfa/bfi_ms.h 	u32	auth_req:8;
auth_req          717 net/bluetooth/smp.c 		req->auth_req = (authreq & AUTH_REQ_MASK(hdev));
auth_req          728 net/bluetooth/smp.c 	rsp->auth_req = (authreq & AUTH_REQ_MASK(hdev));
auth_req         1054 net/bluetooth/smp.c 		persistent = !!((req->auth_req & rsp->auth_req) &
auth_req         1707 net/bluetooth/smp.c 		req->auth_req        = SMP_AUTH_CT2;
auth_req         1719 net/bluetooth/smp.c 	rsp->auth_req        = SMP_AUTH_CT2;
auth_req         1753 net/bluetooth/smp.c 	auth = req->auth_req & AUTH_REQ_MASK(hdev);
auth_req         1784 net/bluetooth/smp.c 		if (req->auth_req & SMP_AUTH_CT2)
auth_req         1804 net/bluetooth/smp.c 	if (rsp.auth_req & SMP_AUTH_SC) {
auth_req         1807 net/bluetooth/smp.c 		if (rsp.auth_req & SMP_AUTH_CT2)
auth_req         1943 net/bluetooth/smp.c 	auth = rsp->auth_req & AUTH_REQ_MASK(hdev);
auth_req         1963 net/bluetooth/smp.c 	if ((req->auth_req & SMP_AUTH_CT2) && (auth & SMP_AUTH_CT2))
auth_req         1974 net/bluetooth/smp.c 	if ((req->auth_req & SMP_AUTH_SC) && (auth & SMP_AUTH_SC))
auth_req         2003 net/bluetooth/smp.c 	auth |= req->auth_req;
auth_req         2065 net/bluetooth/smp.c 	auth = req->auth_req & AUTH_REQ_MASK(hdev);
auth_req         2271 net/bluetooth/smp.c 	auth = rp->auth_req & AUTH_REQ_MASK(hdev);
auth_req         2391 net/bluetooth/smp.c 		cp.auth_req = authreq;
auth_req         2654 net/bluetooth/smp.c 	local_mitm = (local->auth_req & SMP_AUTH_MITM);
auth_req         2655 net/bluetooth/smp.c 	remote_mitm = (remote->auth_req & SMP_AUTH_MITM);
auth_req           35 net/bluetooth/smp.h 	__u8	auth_req;
auth_req          106 net/bluetooth/smp.h 	__u8	auth_req;