HomeSort by relevance Sort by last modified time
    Searched defs:eap_sake_kdf (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sake_common.c 200 * eap_sake_kdf - EAP-SAKE Key Derivation Function (KDF)
214 static void eap_sake_kdf(const u8 *key, size_t key_len, const char *label, function
277 eap_sake_kdf(root_secret_a, EAP_SAKE_ROOT_SECRET_LEN,
282 eap_sake_kdf(sms_a, EAP_SAKE_SMS_LEN, "Transient EAP Key",
292 eap_sake_kdf(root_secret_b, EAP_SAKE_ROOT_SECRET_LEN,
297 eap_sake_kdf(sms_b, EAP_SAKE_SMS_LEN, "Master Session Key",
373 eap_sake_kdf(tek_auth, EAP_SAKE_TEK_AUTH_LEN,
  /external/wpa_supplicant_8/src/eap_common/
eap_sake_common.c 194 * eap_sake_kdf - EAP-SAKE Key Derivation Function (KDF)
208 static void eap_sake_kdf(const u8 *key, size_t key_len, const char *label, function
271 eap_sake_kdf(root_secret_a, EAP_SAKE_ROOT_SECRET_LEN,
276 eap_sake_kdf(sms_a, EAP_SAKE_SMS_LEN, "Transient EAP Key",
286 eap_sake_kdf(root_secret_b, EAP_SAKE_ROOT_SECRET_LEN,
291 eap_sake_kdf(sms_b, EAP_SAKE_SMS_LEN, "Master Session Key",
367 eap_sake_kdf(tek_auth, EAP_SAKE_TEK_AUTH_LEN,

Completed in 19 milliseconds