Home
last modified time | relevance | path

Searched refs:tpk_len (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwpa.h610 const uint8 *anonce, const uint8* snonce, uint8 *tpk, uint tpk_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c772 uint8 *tpk, uint tpk_len) in wpa_calc_tpk() argument
809 (void)hmac_sha2_n(HASH_SHA256, pmk, pmk_len, tpkpfx, ntpkpfx, NULL, 0, tpk, tpk_len); in wpa_calc_tpk()