Home
last modified time | relevance | path

Searched refs:key_length (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_crypto.h188 int qdf_crypto_aes_gmac(const uint8_t *key, uint16_t key_length,
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_crypto.c668 int qdf_crypto_aes_gmac(const uint8_t *key, uint16_t key_length, in qdf_crypto_aes_gmac() argument
688 ret = crypto_aead_setkey(tfm, key, key_length); in qdf_crypto_aes_gmac()
738 int qdf_crypto_aes_gmac(uint8_t *key, uint16_t key_length, in qdf_crypto_aes_gmac() argument
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_auth_frame.c1198 uint32_t key_length = 8; in lim_process_auth_frame_type2() local
1434 key_length = val; in lim_process_auth_frame_type2()
1457 encr_auth_frame, key_length); in lim_process_auth_frame_type2()
1773 uint32_t key_length = 8; in lim_process_auth_frame() local
2034 key_length = val; in lim_process_auth_frame()
2036 body_ptr, plainbody, key_length, in lim_process_auth_frame()
Dlim_process_fils.c283 uint8_t key_length[2]; in lim_get_key_from_prf() local
303 qdf_mem_copy(key_length, &key_bit_length, sizeof(key_bit_length)); in lim_get_key_from_prf()
304 addr[3] = key_length; in lim_get_key_from_prf()
305 len[3] = sizeof(key_length); in lim_get_key_from_prf()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_main_api.h852 uint8_t key_id, uint16_t key_length,
Dwlan_cm_util.c303 uint8_t key_id, uint16_t key_length, in cm_store_fils_key() argument
342 crypto_key->keylen = key_length; in cm_store_fils_key()
344 qdf_mem_copy(&crypto_key->keyval[0], key, key_length); in cm_store_fils_key()