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

  /external/wpa_supplicant_8/src/eap_server/
eap.h 88 u8 rRK[ERP_MAX_KEY_LEN];
eap_server.c 471 len, sizeof(len), erp->rRK, emsk_len) < 0) {
472 wpa_printf(MSG_DEBUG, "EAP: Could not derive rRK for ERP");
476 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rRK", erp->rRK, erp->rRK_len);
478 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
763 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 285 u8 rRK[ERP_MAX_KEY_LEN];
eap.c 533 len, sizeof(len), erp->rRK, emsk_len) < 0) {
534 wpa_printf(MSG_DEBUG, "EAP: Could not derive rRK for ERP");
538 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rRK", erp->rRK, erp->rRK_len);
540 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
582 /* TODO: check rRK lifetime expiration */
    [all...]

Completed in 1088 milliseconds