Searched refs:rIK (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h299 u8 rIK[ERP_MAX_KEY_LEN]; member in struct:eap_erp_key
H A Deap.c770 ctx, sizeof(ctx), erp->rIK, erp->rRK_len) < 0) {
771 wpa_printf(MSG_DEBUG, "EAP: Could not derive rIK for ERP");
775 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len);
833 if (hmac_sha256(erp->rIK, erp->rIK_len,
1881 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap.h92 u8 rIK[ERP_MAX_KEY_LEN]; member in struct:eap_server_erp_key
H A Deap_server.c483 ctx, sizeof(ctx), erp->rIK, erp->rRK_len) < 0) {
484 wpa_printf(MSG_DEBUG, "EAP: Could not derive rIK for ERP");
488 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len);
736 if (hmac_sha256(erp->rIK, erp->rIK_len,
920 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
933 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
945 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,

Completed in 95 milliseconds