Searched refs:qdf_get_hmac_hash (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_crypto.c | 57 return qdf_get_hmac_hash(type, NULL, 0, element_cnt, in qdf_get_hash() 61 int qdf_get_hmac_hash(uint8_t *type, uint8_t *key, in qdf_get_hmac_hash() function 110 if (qdf_get_hmac_hash(HMAC_SHA256_CRYPTO_TYPE, secret, secret_len, 3, in qdf_default_hmac_sha256_kdf() 126 if (qdf_get_hmac_hash(HMAC_SHA256_CRYPTO_TYPE, secret, in qdf_default_hmac_sha256_kdf()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_crypto.h | 89 int qdf_get_hmac_hash(uint8_t *type, uint8_t *key,
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_fils.c | 314 if (qdf_get_hmac_hash(type, secret, secret_len, 4, in lim_get_key_from_prf() 470 if (qdf_get_hmac_hash(lim_get_hmac_crypto_type(fils_info->akm), in lim_generate_ap_key_auth() 513 if (qdf_get_hmac_hash(lim_get_hmac_crypto_type(fils_info->akm), in lim_generate_key_auth() 689 if (qdf_get_hmac_hash(lim_get_hmac_crypto_type(fils_info->akm), nonce, in lim_generate_pmk() 812 qdf_get_hmac_hash(HMAC_SHA256_CRYPTO_TYPE, in lim_process_auth_wrapped_data() 980 qdf_get_hmac_hash(HMAC_SHA256_CRYPTO_TYPE, in lim_create_fils_wrapper_data()
|