Lines Matching refs:Key
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()
14123 …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_decrypt() argument
14149 memcpy(Crypto_AES_WRAP_Param.Key, Key, KeyLength); in wlan_set_crypto_AES_WRAP_decrypt()
14158 int wlan_set_crypto_AES_CCMP_encrypt(const t_u8 *Key, in wlan_set_crypto_AES_CCMP_encrypt() argument
14202 memcpy(Crypto_AES_CCMP_Param.Key, Key, KeyLength); in wlan_set_crypto_AES_CCMP_encrypt()
14211 int wlan_set_crypto_AES_CCMP_decrypt(const t_u8 *Key, in wlan_set_crypto_AES_CCMP_decrypt() argument
14256 memcpy(Crypto_AES_CCMP_Param.Key, Key, KeyLength); in wlan_set_crypto_AES_CCMP_decrypt()
14265 int wlan_set_crypto_AES_GCMP_encrypt(const t_u8 *Key, in wlan_set_crypto_AES_GCMP_encrypt() argument
14302 memcpy(Crypto_AES_GCMP_Param.Key, Key, KeyLength); in wlan_set_crypto_AES_GCMP_encrypt()
14312 int wlan_set_crypto_AES_GCMP_decrypt(const t_u8 *Key, in wlan_set_crypto_AES_GCMP_decrypt() argument
14349 memcpy(Crypto_AES_GCMP_Param.Key, Key, KeyLength); in wlan_set_crypto_AES_GCMP_decrypt()