Home
last modified time | relevance | path

Searched refs:rIK (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_erp.py382 rIK = None
399 rIK = binascii.unhexlify(val)
409 if not msk or not emsk or not rIK or not rRK or not pmk or not ptk or not gtk:
427 get_key_locations(buf, rIK, "rIK")
450 get_key_locations(buf, rIK, "rIK")
501 get_key_locations(buf, rIK, "rIK")
519 get_key_locations(buf, rIK, "rIK")
533 get_key_locations(buf, rIK, "rIK")
535 verify_not_present(buf, rIK, fname, "rIK")
/hostap-latest/src/eap_server/
Deap.h92 u8 rIK[ERP_MAX_KEY_LEN]; member
Deap_server.c490 ctx, sizeof(ctx), erp->rIK, erp->rRK_len) < 0) { in eap_server_erp_init()
495 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len); in eap_server_erp_init()
744 if (hmac_sha256(erp->rIK, erp->rIK_len, in erp_send_finish_reauth()
929 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
942 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
954 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
/hostap-latest/src/eap_peer/
Deap_i.h299 u8 rIK[ERP_MAX_KEY_LEN]; member
Deap.c779 ctx, sizeof(ctx), erp->rIK, erp->rRK_len) < 0) { in eap_peer_erp_init()
784 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len); in eap_peer_erp_init()
843 if (hmac_sha256(erp->rIK, erp->rIK_len, in eap_peer_build_erp_reauth_start()
1951 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr, in eap_peer_finish()