Searched refs:eap_sake_kdf (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant/
H A Deap_sake_common.c199 * eap_sake_kdf - EAP-SAKE Key Derivation Function (KDF)
213 static void eap_sake_kdf(const u8 *key, size_t key_len, const char *label, function
276 eap_sake_kdf(root_secret_a, EAP_SAKE_ROOT_SECRET_LEN,
281 eap_sake_kdf(sms_a, EAP_SAKE_SMS_LEN, "Transient EAP Key",
291 eap_sake_kdf(root_secret_b, EAP_SAKE_ROOT_SECRET_LEN,
296 eap_sake_kdf(sms_b, EAP_SAKE_SMS_LEN, "Master Session Key",
372 eap_sake_kdf(tek_auth, EAP_SAKE_TEK_AUTH_LEN,
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_sake_common.c200 * 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,

Completed in 665 milliseconds