Searched refs:tmp_hash (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_crypto.c | 88 uint8_t tmp_hash[SHA256_DIGEST_SIZE] = {0}; in qdf_default_hmac_sha256_kdf() local 94 addr[0] = tmp_hash; in qdf_default_hmac_sha256_kdf() 111 &addr[1], &len[1], tmp_hash) < 0) { in qdf_default_hmac_sha256_kdf() 117 qdf_mem_copy(key + current_position, tmp_hash, remaining_data); in qdf_default_hmac_sha256_kdf() 127 secret_len, 4, addr, len, tmp_hash) < 0) { in qdf_default_hmac_sha256_kdf() 132 qdf_mem_copy(key + current_position, tmp_hash, remaining_data); in qdf_default_hmac_sha256_kdf()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_fils.c | 287 uint8_t tmp_hash[SHA384_DIGEST_SIZE] = {0}; in lim_get_key_from_prf() local 315 addr, len, tmp_hash) < 0) { in lim_get_key_from_prf() 319 qdf_mem_copy(&key[i], tmp_hash, remain_len); in lim_get_key_from_prf()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_connect.c | 803 uint8_t *tmp_hash) in cm_create_fils_realm_hash() argument 817 qdf_mem_copy(tmp_hash, hash, REALM_HASH_LEN); in cm_create_fils_realm_hash()
|