Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_fils.c82 case HMAC_SHA256_128: in lim_get_auth_tag_len()
343 auth_tag_len = lim_get_auth_tag_len(HMAC_SHA256_128); in lim_process_fils_eap_tlv()
905 sizeof(uint8_t) + lim_get_auth_tag_len(HMAC_SHA256_128); in lim_create_fils_wrapper_data()
950 *buf = HMAC_SHA256_128; in lim_create_fils_wrapper_data()
979 lim_get_auth_tag_len(HMAC_SHA256_128); in lim_create_fils_wrapper_data()
985 lim_get_auth_tag_len(HMAC_SHA256_128)); in lim_create_fils_wrapper_data()
989 qdf_mem_copy(buf, auth_tag, lim_get_auth_tag_len(HMAC_SHA256_128)); in lim_create_fils_wrapper_data()
990 buf += lim_get_auth_tag_len(HMAC_SHA256_128); in lim_create_fils_wrapper_data()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_def.h312 HMAC_SHA256_128, enumerator
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c4863 optional_data[0] = HMAC_SHA256_128; in wlan_crypto_create_fils_rik()