| /src/external/bsd/wpa/dist/src/eap_common/ |
| eap_tlv_common.h | 77 u8 compound_mac[20]; member in struct:eap_tlv_crypto_binding_tlv
|
| eap_teap_common.h | 219 const u8 *cmk, u8 *compound_mac);
|
| eap_teap_common.c | 359 const u8 *cmk, u8 *compound_mac) 419 compound_mac, EAP_TEAP_COMPOUND_MAC_LEN);
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_server_fast.c | 658 binding->compound_mac); 667 binding->compound_mac, sizeof(binding->compound_mac)); 1196 b->compound_mac, sizeof(b->compound_mac)); 1220 os_memcpy(cmac, b->compound_mac, sizeof(cmac)); 1221 os_memset(b->compound_mac, 0, sizeof(cmac)); 1226 b->compound_mac); 1227 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) { 1230 b->compound_mac, sizeof(cmac)) [all...] |
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_fast.c | 625 _bind->compound_mac, sizeof(_bind->compound_mac)); 656 rbind->compound_mac); 664 rbind->compound_mac, sizeof(rbind->compound_mac)); 781 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac)); 782 os_memset(_bind->compound_mac, 0, sizeof(cmac)); 786 _bind->compound_mac); 787 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac)); 791 _bind->compound_mac, sizeof(cmac)) [all...] |
| /src/external/bsd/ppp/dist/pppd/ |
| peap.c | 155 u_char compound_mac[PEAP_TLV_COMP_MAC_LEN] = {0}; local 180 if (!HMAC(EVP_sha1(), cmk, PEAP_TLV_CMK_LEN, data_tlv, PEAP_TLV_DATA_LEN, compound_mac, &len)) 182 BCOPY(compound_mac, data_tlv + PEAP_TLV_HEADERLEN + PEAP_TLV_NONCE_LEN, PEAP_TLV_COMP_MAC_LEN);
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| crypto_module_tests.c | 1084 const u8 compound_mac[] = { local 1145 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac, 1146 sizeof(compound_mac)) != 0) {
|