Searched refs:rIK (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_erp.py | 382 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/ |
D | eap.h | 92 u8 rIK[ERP_MAX_KEY_LEN]; member
|
D | eap_server.c | 490 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/ |
D | eap_i.h | 299 u8 rIK[ERP_MAX_KEY_LEN]; member
|
D | eap.c | 779 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()
|