Searched refs:cry_cmd (Results 1 – 2 of 2) sorted by relevance
1076 struct hifn_crypt_command *cry_cmd; in hifn_setup_crypto_command() local1080 cry_cmd = (struct hifn_crypt_command *)buf_pos; in hifn_setup_crypto_command()1082 cry_cmd->source_count = __cpu_to_le16(dlen & 0xffff); in hifn_setup_crypto_command()1084 cry_cmd->masks = __cpu_to_le16(mode | in hifn_setup_crypto_command()1087 cry_cmd->header_skip = 0; in hifn_setup_crypto_command()1088 cry_cmd->reserved = 0; in hifn_setup_crypto_command()
8179 HostCmd_DS_CRYPTO *cry_cmd = &cmd->params.crypto_cmd; in wlan_cmd_crypto() local8199 cry_cmd->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_crypto()8200 cry_cmd->subCmdCode = cfg->sub_command; in wlan_cmd_crypto()8208 prf_hmac_sha1 = (subcmd_prf_hmac_sha1_t *)cry_cmd->subCmd; in wlan_cmd_crypto()8218 hmac_sha1 = (subcmd_hmac_sha1_t *)cry_cmd->subCmd; in wlan_cmd_crypto()8229 hmac_sha256 = (subcmd_hmac_sha256_t *)cry_cmd->subCmd; in wlan_cmd_crypto()8239 sha256 = (subcmd_sha256_t *)cry_cmd->subCmd; in wlan_cmd_crypto()8250 rijndael = (subcmd_rijndael_t *)cry_cmd->subCmd; in wlan_cmd_crypto()8262 rc4 = (subcmd_rc4_t *)cry_cmd->subCmd; in wlan_cmd_crypto()8273 md5 = (subcmd_md5_t *)cry_cmd->subCmd; in wlan_cmd_crypto()[all …]