Searched refs:hash (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
D | hal_rx_flow.c | 332 uint32_t hash = 0; in hal_flow_toeplitz_create_cache() local 341 hash ^= shifted_key[bit]; in hal_flow_toeplitz_create_cache() 343 fst->key_cache[i][val] = hash; in hal_flow_toeplitz_create_cache() 454 uint32_t hash = 0; in hal_flow_toeplitz_hash() local 477 hash ^= fst->key_cache[i][tuple[j]]; in hal_flow_toeplitz_hash() 481 "Hash value %u %u truncated hash %u\n", hash, in hal_flow_toeplitz_hash() 482 (hash >> 12), (hash >> 12) % (fst->max_entries)); in hal_flow_toeplitz_hash() 484 hash >>= 12; in hal_flow_toeplitz_hash() 485 hash &= (fst->max_entries - 1); in hal_flow_toeplitz_hash() 487 return hash; in hal_flow_toeplitz_hash()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_fils.c | 638 uint8_t hash[SHA384_DIGEST_SIZE]; in lim_generate_pmkid() local 646 &fils_info->fils_erp_reauth_pkt_len, hash); in lim_generate_pmkid() 647 qdf_mem_copy(fils_info->fils_pmkid, hash, PMKID_LEN); in lim_generate_pmkid() 748 uint8_t hash[32] = {0}, crypto; in lim_process_auth_wrapped_data() local 816 input_data, input_len, hash); in lim_process_auth_wrapped_data() 821 if (qdf_mem_cmp(wrapped_data, hash, auth_tag_len)) { in lim_process_auth_wrapped_data() 1124 uint8_t *hash; in lim_generate_fils_pmkr0() local 1166 hash = &data_buf[key_data_len + FILS_FT_MAX_R0_KEY_DATA_LEN]; in lim_generate_fils_pmkr0() 1226 hash) < 0) { in lim_generate_fils_pmkr0() 1231 qdf_mem_copy(fils_info->pmkr0_name, hash, FILS_PMK_NAME_LEN); in lim_generate_fils_pmkr0() [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_crypto.h | 74 int8_t *hash); 91 uint8_t *addr[], uint32_t *addr_len, int8_t *hash);
|
/wlan-driver/qcacld-3.0/core/bmi/src/ |
D | ol_fw.c | 72 u8 *hash = NULL; in ol_check_fw_hash() local 80 hash = fw_hash.bdwlan; in ol_check_fw_hash() 83 hash = fw_hash.otp; in ol_check_fw_hash() 88 hash = fw_hash.utf; in ol_check_fw_hash() 92 hash = fw_hash.qwlan; in ol_check_fw_hash() 97 if (!hash) { in ol_check_fw_hash() 103 if (qdf_mem_cmp(hash, temp, SHA256_DIGEST_SIZE)) { in ol_check_fw_hash() 123 if (qdf_mem_cmp(hash, digest, SHA256_DIGEST_SIZE)) { in ol_check_fw_hash() 128 hash, SHA256_DIGEST_SIZE); in ol_check_fw_hash()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_crypto.c | 55 int8_t *hash) in qdf_get_hash() argument 58 addr, addr_len, hash); in qdf_get_hash() 64 int8_t *hash) in qdf_get_hmac_hash() argument 79 src_len, element_cnt, hash); in qdf_get_hmac_hash()
|
D | i_qdf_nbuf.h | 3145 buf->hash = len; in __qdf_nbuf_set_hash()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_connect.c | 805 uint8_t *hash; in cm_create_fils_realm_hash() local 811 hash = qdf_mem_malloc(SHA256_DIGEST_SIZE); in cm_create_fils_realm_hash() 812 if (!hash) in cm_create_fils_realm_hash() 816 qdf_get_hash(SHA256_CRYPTO_TYPE, 1, &data, &fils_info->realm_len, hash); in cm_create_fils_realm_hash() 817 qdf_mem_copy(tmp_hash, hash, REALM_HASH_LEN); in cm_create_fils_realm_hash() 818 qdf_mem_free(hash); in cm_create_fils_realm_hash()
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_fisa_rx.c | 1749 head_skb->hash = fisa_flow->flow_hash; in dp_rx_fisa_flush_tcp_flow()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_wmm.c | 2114 reciprocal_scale(skb->hash, in hdd_get_tx_queue_for_ac()
|