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

/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap.h89 u8 rIK[ERP_MAX_KEY_LEN]; member in struct:eap_server_erp_key
H A Deap_server.c481 len, sizeof(len), erp->rIK, erp->rRK_len) < 0) {
482 wpa_printf(MSG_DEBUG, "EAP: Could not derive rIK for ERP");
486 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len);
731 if (hmac_sha256(erp->rIK, erp->rIK_len,
915 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
928 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
940 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_i.h286 u8 rIK[ERP_MAX_KEY_LEN]; member in struct:eap_erp_key
H A Deap.c542 len, sizeof(len), erp->rIK, erp->rRK_len) < 0) {
543 wpa_printf(MSG_DEBUG, "EAP: Could not derive rIK for ERP");
547 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len);
602 if (hmac_sha256(erp->rIK, erp->rIK_len,
1673 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr,

Completed in 121 milliseconds