Home | History | Annotate | Download | only in common

Lines Matching refs:rmsk

346 int fils_rmsk_to_pmk(int akmp, const u8 *rmsk, size_t rmsk_len,
356 /* PMK = HMAC-Hash(SNonce || ANonce, rMSK [ || DHss ]) */
357 wpa_printf(MSG_DEBUG, "FILS: rMSK to PMK derivation");
366 wpa_hexdump_key(MSG_DEBUG, "FILS: rMSK", rmsk, rmsk_len);
373 addr[0] = rmsk;