HomeSort by: relevance | last modified time | path
    Searched defs:sak (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay_i.h 33 /* KN + Wrapper SAK */
248 * struct ieee802_1x_mka_sak_use_body - MACsec SAK Use parameter set (Figure
323 * struct ieee802_1x_mka_dist_sak_body - Distributed SAK parameter set
335 * @sak: AES Key Wrap of SAK (see 9.8)
363 /* for GCM-AES-128: octet 9-32: SAK
364 * for other cipher suite: octet 9-16: cipher suite id, octet 17-: SAK
366 u8 sak[0]; member in struct:ieee802_1x_mka_dist_sak_body
ieee802_1x_kay.c 31 * SAK-USE before dropping */
214 wpa_printf(MSG_DEBUG, "Distributed SAK parameter set");
225 wpa_hexdump(MSG_DEBUG, "\tAES Key Wrap of SAK...:",
226 body->sak, 24);
229 body->sak, CS_ID_LEN);
230 wpa_hexdump(MSG_DEBUG, "\tAES Key Wrap of SAK...:",
231 body->sak + CS_ID_LEN,
256 wpa_printf(MSG_DEBUG, "MACsec SAK Use parameter set");
1259 * transmission with the SAK within the last two
1407 "KaY: The peer (%s) is not my live peer - ignore MACsec SAK Use parameter set"
1621 struct data_key *sak; local
3841 struct data_key *sak; local
    [all...]

Completed in 34 milliseconds