Home
last modified time | relevance | path

Searched refs:rx_iv (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/
H A Dtarget_if_crypto.c62 static const unsigned char rx_iv[16] = {0x5c, 0x36, 0x5c, 0x36, 0x5c, in wlan_crypto_set_wapi_key() local
73 qdf_mem_copy(&params->rx_iv, &tx_iv, in wlan_crypto_set_wapi_key()
75 qdf_mem_copy(params->tx_iv, &rx_iv, in wlan_crypto_set_wapi_key()
78 qdf_mem_copy(params->rx_iv, &rx_iv, in wlan_crypto_set_wapi_key()
98 static const unsigned char rx_iv[16] = {0x5c, 0x36, 0x5c, 0x36, 0x5c, in wlan_crypto_set_wapi_key() local
107 qdf_mem_copy(&params->rx_iv, &rx_iv, in wlan_crypto_set_wapi_key()
116 params->rx_iv[WLAN_CRYPTO_WAPI_IV_SIZE - 1] = 0x36; in wlan_crypto_set_wapi_key()
119 params->rx_iv[WLAN_CRYPTO_WAPI_IV_SIZE - 1] = 0x36; in wlan_crypto_set_wapi_key()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h2018 uint8_t rx_iv[16]; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c6055 key_params->rx_iv); in send_setup_install_key_cmd_tlv()