Searched refs:KeyLength (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 5656 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… 5676 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… 5695 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… 5714 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… 5733 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… 5752 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… 5775 const t_u16 KeyLength, 5802 const t_u16 KeyLength, 5829 const t_u16 KeyLength, 5856 const t_u16 KeyLength,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 2677 t_u16 KeyLength; local 2694 KeyLength = 16; 2706 ret = wlan_set_crypto_RC4_decrypt(Key, KeyLength, KeyIV, KeyIVLength, DATA, &Length); 2712 ret = wlan_set_crypto_RC4_encrypt(Key, KeyLength, KeyIV, KeyIVLength, DATA, &Length); 2751 t_u16 KeyLength; local 2768 KeyLength = 16; 2780 ret = wlan_set_crypto_AES_ECB_decrypt(Key, KeyLength, KeyIV, KeyIVLength, DATA, &Length); 2786 ret = wlan_set_crypto_AES_ECB_encrypt(Key, KeyLength, KeyIV, KeyIVLength, DATA, &Length); 2825 t_u16 KeyLength; local 2842 KeyLength = 16; [all …]
|
| D | wlan.c | 13942 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… in wlan_set_crypto_RC4_encrypt() argument 13958 if (KeyLength > rc4_key_length) in wlan_set_crypto_RC4_encrypt() 13967 Crypto_RC4_Param.KeyLength = KeyLength; in wlan_set_crypto_RC4_encrypt() 13968 memcpy(Crypto_RC4_Param.Key, Key, KeyLength); in wlan_set_crypto_RC4_encrypt() 13978 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… in wlan_set_crypto_RC4_decrypt() argument 13994 if (KeyLength > rc4_key_length) in wlan_set_crypto_RC4_decrypt() 14003 Crypto_RC4_Param.KeyLength = KeyLength; in wlan_set_crypto_RC4_decrypt() 14004 memcpy(Crypto_RC4_Param.Key, Key, KeyLength); in wlan_set_crypto_RC4_decrypt() 14014 …const t_u8 *Key, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_… in wlan_set_crypto_AES_ECB_encrypt() argument 14030 if (KeyLength > aes_ecb_key_length) in wlan_set_crypto_AES_ECB_encrypt() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 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() 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()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_fw.h | 7111 t_u16 KeyLength; 7141 t_u16 KeyLength; 7176 t_u16 KeyLength;
|