Searched refs:auth_req (Results 1 – 2 of 2) sorted by relevance
813 struct fw_la_auth_req_params *auth_req; in qat_hw15_crypto_setup_req_params() local856 auth_req = (struct fw_la_auth_req_params *) in qat_hw15_crypto_setup_req_params()875 auth_req->curr_id = FW_SLICE_AUTH; in qat_hw15_crypto_setup_req_params()877 auth_req->next_id = FW_SLICE_CIPHER; in qat_hw15_crypto_setup_req_params()879 auth_req->next_id = FW_SLICE_DRAM_WR; in qat_hw15_crypto_setup_req_params()881 auth_req->auth_res_address = digest_paddr; in qat_hw15_crypto_setup_req_params()882 auth_req->auth_res_sz = desc->qcd_auth_sz; in qat_hw15_crypto_setup_req_params()884 auth_req->auth_off = 0; in qat_hw15_crypto_setup_req_params()885 auth_req->auth_len = crp->crp_payload_length; in qat_hw15_crypto_setup_req_params()887 auth_req->hash_state_sz = in qat_hw15_crypto_setup_req_params()[all …]
245 struct brcmf_auth_req_status_le *auth_req = in brcmf_cyw_notify_ext_auth_req() local252 if (e->datalen < sizeof(*auth_req)) { in brcmf_cyw_notify_ext_auth_req()262 params.ssid.ssid_len = min_t(u32, 32, le32_to_cpu(auth_req->ssid_len)); in brcmf_cyw_notify_ext_auth_req()263 memcpy(params.ssid.ssid, auth_req->ssid, params.ssid.ssid_len); in brcmf_cyw_notify_ext_auth_req()264 memcpy(params.bssid, auth_req->peer_mac, ETH_ALEN); in brcmf_cyw_notify_ext_auth_req()