Home | History | Annotate | Download | only in common

Lines Matching refs:PMK_LEN

74  * @pmk_len: Length of PMK
93 void wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
120 sha256_prf(pmk, pmk_len, label, data, sizeof(data),
124 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk,
129 wpa_hexdump_key(MSG_DEBUG, "WPA: PMK", pmk, pmk_len);
448 os_memcpy(pmk_r0, r0_key_data, PMK_LEN);
455 addr[1] = r0_key_data + PMK_LEN;
512 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN);
547 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len);