Home
last modified time | relevance | path

Searched refs:cry_cmd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dhifn_795x.c1076 struct hifn_crypt_command *cry_cmd; in hifn_setup_crypto_command() local
1080 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cmdevt.c8179 HostCmd_DS_CRYPTO *cry_cmd = &cmd->params.crypto_cmd; in wlan_cmd_crypto() local
8199 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 …]