Searched refs:NonceLength (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 2901 t_u16 NonceLength; local 2926 NonceLength = 13; 2935 …lan_set_crypto_AES_CCMP_decrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA, &Length); 2941 …lan_set_crypto_AES_CCMP_encrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA, &Length); 2981 t_u16 NonceLength; local 3008 NonceLength = 13; 3017 …lan_set_crypto_AES_CCMP_decrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA, &Length); 3023 …lan_set_crypto_AES_CCMP_encrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA, &Length); 3065 t_u16 NonceLength; local 3104 NonceLength = 12; [all …]
|
| D | wlan.c | 14163 const t_u16 NonceLength, in wlan_set_crypto_AES_CCMP_encrypt() argument 14192 if (NonceLength > aes_ccmp_Nonce_length) in wlan_set_crypto_AES_CCMP_encrypt() 14199 Crypto_AES_CCMP_Param.NonceLength = NonceLength; in wlan_set_crypto_AES_CCMP_encrypt() 14200 memcpy(Crypto_AES_CCMP_Param.Nonce, Nonce, NonceLength); in wlan_set_crypto_AES_CCMP_encrypt() 14216 const t_u16 NonceLength, in wlan_set_crypto_AES_CCMP_decrypt() argument 14246 if (NonceLength > aes_ccmp_Nonce_length) in wlan_set_crypto_AES_CCMP_decrypt() 14253 Crypto_AES_CCMP_Param.NonceLength = NonceLength; in wlan_set_crypto_AES_CCMP_decrypt() 14254 memcpy(Crypto_AES_CCMP_Param.Nonce, Nonce, NonceLength); in wlan_set_crypto_AES_CCMP_decrypt() 14270 const t_u16 NonceLength, in wlan_set_crypto_AES_GCMP_encrypt() argument 14292 if (NonceLength > aes_gcmp_Nonce_length) in wlan_set_crypto_AES_GCMP_encrypt() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 5779 const t_u16 NonceLength, 5806 const t_u16 NonceLength, 5833 const t_u16 NonceLength, 5860 const t_u16 NonceLength,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_fw.h | 7115 t_u16 NonceLength; 7168 t_u16 NonceLength;
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 5124 cmd->params.eu_aes_crypto.NonceLength = Crypto_Data->NonceLength; in wifi_set_eu_crypto() 5125 memcpy(cmd->params.eu_aes_crypto.Nonce, Crypto_Data->Nonce, Crypto_Data->NonceLength); in wifi_set_eu_crypto()
|