HomeSort by relevance Sort by last modified time
    Searched refs:rIK (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap.h 89 u8 rIK[ERP_MAX_KEY_LEN];
eap_server.c 481 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,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 286 u8 rIK[ERP_MAX_KEY_LEN];
eap.c 555 len, sizeof(len), erp->rIK, erp->rRK_len) < 0) {
556 wpa_printf(MSG_DEBUG, "EAP: Could not derive rIK for ERP");
560 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rIK", erp->rIK, erp->rIK_len);
615 if (hmac_sha256(erp->rIK, erp->rIK_len,
    [all...]

Completed in 45 milliseconds