Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c2925 … t_u8 Nonce[13] = {0x00, 0x50, 0x30, 0xf1, 0x84, 0x44, 0x08, 0xb5, 0x03, 0x97, 0x76, 0xe7, 0x0c}; local
2935 …ret = wlan_set_crypto_AES_CCMP_decrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA…
2941 …ret = wlan_set_crypto_AES_CCMP_encrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA…
3007 … t_u8 Nonce[13] = {0x00, 0x50, 0x30, 0xf1, 0x84, 0x44, 0x08, 0xb5, 0x03, 0x97, 0x76, 0xe7, 0x0c}; local
3017 …ret = wlan_set_crypto_AES_CCMP_decrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA…
3023 …ret = wlan_set_crypto_AES_CCMP_encrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA…
3103 t_u8 Nonce[12] = {0x50, 0x30, 0xf1, 0x84, 0x44, 0x08, 0x00, 0x89, 0x5f, 0x5f, 0x2b, 0x08}; local
3113 …ret = wlan_set_crypto_AES_GCMP_decrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA…
3119 …ret = wlan_set_crypto_AES_GCMP_encrypt(Key, KeyLength, AAD, AADLength, Nonce, NonceLength, DATA…
3202 t_u8 Nonce[12] = {0x50, 0x30, 0xf1, 0x84, 0x44, 0x08, 0x00, 0x89, 0x5f, 0x5f, 0x2b, 0x08}; local
[all …]
Dwlan.c14162 const t_u8 *Nonce, in wlan_set_crypto_AES_CCMP_encrypt() argument
14200 memcpy(Crypto_AES_CCMP_Param.Nonce, Nonce, NonceLength); in wlan_set_crypto_AES_CCMP_encrypt()
14215 const t_u8 *Nonce, in wlan_set_crypto_AES_CCMP_decrypt() argument
14254 memcpy(Crypto_AES_CCMP_Param.Nonce, Nonce, NonceLength); in wlan_set_crypto_AES_CCMP_decrypt()
14269 const t_u8 *Nonce, in wlan_set_crypto_AES_GCMP_encrypt() argument
14300 memcpy(Crypto_AES_GCMP_Param.Nonce, Nonce, NonceLength); in wlan_set_crypto_AES_GCMP_encrypt()
14316 const t_u8 *Nonce, in wlan_set_crypto_AES_GCMP_decrypt() argument
14347 memcpy(Crypto_AES_GCMP_Param.Nonce, Nonce, NonceLength); in wlan_set_crypto_AES_GCMP_decrypt()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h5778 const t_u8 *Nonce,
5805 const t_u8 *Nonce,
5832 const t_u8 *Nonce,
5859 const t_u8 *Nonce,
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h7117 t_u8 Nonce[14];
7170 t_u8 Nonce[14];
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c5125 memcpy(cmd->params.eu_aes_crypto.Nonce, Crypto_Data->Nonce, Crypto_Data->NonceLength); in wifi_set_eu_crypto()