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 472 len, sizeof(len), erp->rRK, emsk_len) < 0) {
473 wpa_printf(MSG_DEBUG, "EAP: Could not derive rRK for ERP");
477 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rRK", erp->rRK, erp->rRK_len);
479 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
764 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 546 len, sizeof(len), erp->rRK, emsk_len) < 0) {
547 wpa_printf(MSG_DEBUG, "EAP: Could not derive rRK for ERP");
551 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rRK", erp->rRK, erp->rRK_len);
553 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
595 /* TODO: check rRK lifetime expiration */
    [all...]

Completed in 49 milliseconds