Searched defs:eap_sake_kdf (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sake_common.c194 * 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,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sake_common.c194 * 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,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sake_common.c194 * 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 34 milliseconds