| /hal_nxp-latest/mcux/mcux-sdk/drivers/key_manager/ |
| D | Kconfig | 12 bool "Key Manager Driver" 15 Key Manager Driver
|
| D | driver_key_manager.cmake | 1 #Description: Key Manager Driver; user_visible: True
|
| /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_… 5774 int wlan_set_crypto_AES_CCMP_encrypt(const t_u8 *Key, 5801 int wlan_set_crypto_AES_CCMP_decrypt(const t_u8 *Key, 5828 int wlan_set_crypto_AES_GCMP_encrypt(const t_u8 *Key, 5855 int wlan_set_crypto_AES_GCMP_decrypt(const t_u8 *Key,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 2693 …t_u8 Key[16] = {0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, … local 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); 2767 …t_u8 Key[16] = {0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, … local 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); 2841 …t_u8 Key[16] = {0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, … local 2855 … ret = wlan_set_crypto_AES_WRAP_decrypt(Key, KeyLength, KeyIV, KeyIVLength, DATA, &Length); 2861 … ret = wlan_set_crypto_AES_WRAP_encrypt(Key, KeyLength, KeyIV, KeyIVLength, DATA, &Length); 2917 …t_u8 Key[16] = {0xc9, 0x7c, 0x1f, 0x67, 0xce, 0x37, 0x11, 0x85, 0x51, 0x4a, 0x8a, 0x19, 0xf2, … local [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 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 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 14040 memcpy(Crypto_AES_ECB_Param.Key, Key, KeyLength); in wlan_set_crypto_AES_ECB_encrypt() 14050 …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_decrypt() argument 14076 memcpy(Crypto_AES_ECB_Param.Key, Key, KeyLength); in wlan_set_crypto_AES_ECB_decrypt() 14086 …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_WRAP_encrypt() argument 14113 memcpy(Crypto_AES_WRAP_Param.Key, Key, KeyLength); in wlan_set_crypto_AES_WRAP_encrypt() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/ |
| D | README.txt | 64 * PKEX Public Key Exchange\n
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_fw.h | 7113 t_u8 Key[32]; 7143 t_u8 Key[32]; 7178 t_u8 Key[32];
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 5107 memcpy(cmd->params.eu_crypto.Key, Crypto_Data->Key, 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/mcux-sdk/devices/MIMXRT1166/ |
| D | all_lib_device.cmake | 430 # # description: Key Manager Driver
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/ |
| D | all_lib_device.cmake | 507 # # description: Key Manager Driver
|