Home
last modified time | relevance | path

Searched refs:KeyIVLength (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h5656 …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_…
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c13942 …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
13960 if (KeyIVLength > rc4_keyiv_length) in wlan_set_crypto_RC4_encrypt()
13965 Crypto_RC4_Param.KeyIVLength = KeyIVLength; in wlan_set_crypto_RC4_encrypt()
13966 memcpy(Crypto_RC4_Param.KeyIV, KeyIV, KeyIVLength); 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
13996 if (KeyIVLength > rc4_keyiv_length) in wlan_set_crypto_RC4_decrypt()
14001 Crypto_RC4_Param.KeyIVLength = KeyIVLength; in wlan_set_crypto_RC4_decrypt()
14002 memcpy(Crypto_RC4_Param.KeyIV, KeyIV, KeyIVLength); 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
14032 if (KeyIVLength > aes_ecb_keyiv_length) in wlan_set_crypto_AES_ECB_encrypt()
[all …]
Dwlan_tests.c2678 t_u16 KeyIVLength; local
2700 KeyIVLength = 8;
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);
2752 t_u16 KeyIVLength; local
2774 KeyIVLength = 8;
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);
2826 t_u16 KeyIVLength; local
2849 KeyIVLength = 8;
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h7137 t_u16 KeyIVLength;
7164 t_u16 KeyIVLength;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c5108 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()