Home | History | Annotate | Download | only in eap_common

Lines Matching full:mac_id

24  * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
36 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len,
52 if (mac_id != EAP_PAX_MAC_HMAC_SHA1_128)
78 * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
92 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len,
104 if (mac_id != EAP_PAX_MAC_HMAC_SHA1_128)
124 * @mac_id: MAC ID (EAP_PAX_MAC_*) / currently, only HMAC_SHA1_128 is supported
132 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e,
136 if (eap_pax_kdf(mac_id, ak, EAP_PAX_AK_LEN, "Master Key",
138 eap_pax_kdf(mac_id, mk, EAP_PAX_MK_LEN, "Confirmation Key",
140 eap_pax_kdf(mac_id, mk, EAP_PAX_MK_LEN, "Integrity Check Key",