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

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap.h89 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);
733 if (hmac_sha256(erp->rIK, erp->rIK_len,
917 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
930 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
942 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
/external/wpa_supplicant_8/src/eap_server/
H A Deap.h89 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);
733 if (hmac_sha256(erp->rIK, erp->rIK_len,
917 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
930 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
942 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap.h89 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);
733 if (hmac_sha256(erp->rIK, erp->rIK_len,
917 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
930 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
942 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h299 u8 rIK[ERP_MAX_KEY_LEN]; member in struct:eap_erp_key
H A Deap.c765 ctx, sizeof(ctx), erp->rIK, erp->rRK_len) < 0) {
766 wpa_printf(MSG_DEBUG, "EAP: Could not derive rIK for ERP");
770 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len);
825 if (hmac_sha256(erp->rIK, erp->rIK_len,
1873 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h299 u8 rIK[ERP_MAX_KEY_LEN]; member in struct:eap_erp_key
H A Deap.c765 ctx, sizeof(ctx), erp->rIK, erp->rRK_len) < 0) {
766 wpa_printf(MSG_DEBUG, "EAP: Could not derive rIK for ERP");
770 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len);
825 if (hmac_sha256(erp->rIK, erp->rIK_len,
1873 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h299 u8 rIK[ERP_MAX_KEY_LEN]; member in struct:eap_erp_key
H A Deap.c765 ctx, sizeof(ctx), erp->rIK, erp->rRK_len) < 0) {
766 wpa_printf(MSG_DEBUG, "EAP: Could not derive rIK for ERP");
770 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len);
825 if (hmac_sha256(erp->rIK, erp->rIK_len,
1873 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr,

Completed in 288 milliseconds