Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c5086 int wifi_set_eu_crypto(EU_Crypto *Crypto_Data, enum _crypto_algorithm Algorithm, t_u16 EncDec) in wifi_set_eu_crypto() argument
5090 t_u16 *DataLength = Crypto_Data->DataLength; in wifi_set_eu_crypto()
5106 cmd->params.eu_crypto.KeyLength = Crypto_Data->KeyLength; in wifi_set_eu_crypto()
5107 memcpy(cmd->params.eu_crypto.Key, Crypto_Data->Key, Crypto_Data->KeyLength); in wifi_set_eu_crypto()
5108 cmd->params.eu_crypto.KeyIVLength = Crypto_Data->KeyIVLength; in wifi_set_eu_crypto()
5109 memcpy(cmd->params.eu_crypto.KeyIV, Crypto_Data->KeyIV, Crypto_Data->KeyIVLength); in wifi_set_eu_crypto()
5111 memcpy(cmd->params.eu_crypto.Data, Crypto_Data->Data, *DataLength); in wifi_set_eu_crypto()
5122 cmd->params.eu_aes_crypto.KeyLength = Crypto_Data->KeyLength; in wifi_set_eu_crypto()
5123 memcpy(cmd->params.eu_aes_crypto.Key, Crypto_Data->Key, Crypto_Data->KeyLength); in wifi_set_eu_crypto()
5124 cmd->params.eu_aes_crypto.NonceLength = Crypto_Data->NonceLength; in wifi_set_eu_crypto()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h445 int wifi_set_eu_crypto(EU_Crypto *Crypto_Data, enum _crypto_algorithm Algorithm, t_u16 EncDec);