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);
481 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
766 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 298 u8 rRK[ERP_MAX_KEY_LEN];
eap.c 612 u16 *erp_next_seq_num, const u8 **rrk,
649 *rrk = erp->rRK;
754 len, sizeof(len), erp->rRK, emsk_len) < 0) {
755 wpa_printf(MSG_DEBUG, "EAP: Could not derive rRK for ERP");
759 wpa_hexdump_key(MSG_DEBUG, "EAP: ERP rRK", erp->rRK, erp->rRK_len);
763 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
805 /* TODO: check rRK lifetime expiration */
    [all...]

Completed in 93 milliseconds