/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_key.h | 20 size_t ckn_bytes, u8 *ick); 21 int ieee802_1x_icv_128bits_aes_cmac(const u8 *ick, const u8 *msg,
|
ieee802_1x_key.c | 146 * ICK = KDF(Key, Label, Keyid, ICKLength) 149 size_t ckn_bytes, u8 *ick) 157 return aes_kdf_128(cak, "IEEE8021 ICK", context, sizeof(context) * 8, 158 128, ick); 166 * ICV = AES-CMAC(ICK, M, 128) 168 int ieee802_1x_icv_128bits_aes_cmac(const u8 *ick, const u8 *msg, 171 if (omac1_aes_128(ick, msg, msg_bytes, icv)) {
|
ieee802_1x_kay_i.h | 169 int (*ick_trfm)(const u8 *cak, const u8 *ckn, size_t ckn_len, u8 *ick); 170 int (*icv_hash)(const u8 *ick, const u8 *msg, size_t msg_len, u8 *icv); 200 struct mka_key ick; member in struct:ieee802_1x_mka_participant
|
ieee802_1x_kay.c | 54 /* 128-bit CAK, KEK, ICK, ICV */ [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
eap_pax_common.c | 125 * @ick: Buffer for the derived Integrity Check Key 130 u8 *mk, u8 *ck, u8 *ick, u8 *mid) 138 e, 2 * EAP_PAX_RAND_LEN, EAP_PAX_ICK_LEN, ick) || 146 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: ICK", ick, EAP_PAX_ICK_LEN);
|
eap_pax_common.h | 90 u8 *mk, u8 *ck, u8 *ick, u8 *mid);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pax.c | 40 u8 ick[EAP_PAX_ICK_LEN]; member in struct:eap_pax_data 182 data->mk, data->ck, data->ick, 218 eap_pax_mac(req->mac_id, data->ick, EAP_PAX_ICK_LEN, 309 if (eap_pax_mac(data->mac_id, data->ick, EAP_PAX_ICK_LEN, 418 eap_pax_mac(req->mac_id, data->ick, EAP_PAX_ICK_LEN,
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pax.c | 38 u8 ick[EAP_PAX_ICK_LEN]; member in struct:eap_pax_data 156 eap_pax_mac(data->mac_id, data->ick, EAP_PAX_ICK_LEN, 267 eap_pax_mac(data->mac_id, data->ick, EAP_PAX_ICK_LEN, 391 data->ick, data->mid) < 0) { 421 eap_pax_mac(data->mac_id, data->ick, EAP_PAX_ICK_LEN,
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t058rewriteAST.py | 208 a : 'ick' -> 'ick'; 214 found = self.execParser(grammar, "a", "ick") 215 self.assertEquals("ick", found) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
tree-rewrite.rb | 567 a : ^(ID INT) -> ^(ID["ick"] INT) 846 a : ^(ID INT) -> {true}? ^(ID["ick"] INT) 999 a : ^(ID INT) -> ^(ID["ick"] INT) [all...] |