/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
modes_lcl.h | 126 union { u64 u[2]; u8 c[16]; } nonce, cmac; member in struct:ccm128_context
|
/external/openssl/crypto/modes/ |
modes_lcl.h | 126 union { u64 u[2]; u8 c[16]; } nonce, cmac; member in struct:ccm128_context
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast.c | 743 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; local 754 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac)); 755 os_memset(_bind->compound_mac, 0, sizeof(cmac)); 760 res = os_memcmp(cmac, _bind->compound_mac, sizeof(cmac)); 762 cmac, sizeof(cmac)); 764 _bind->compound_mac, sizeof(cmac)); 767 os_memcpy(_bind->compound_mac, cmac, sizeof(cmac)) [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_fast.c | 1174 u8 cmac[SHA1_MAC_LEN]; local 1206 os_memcpy(cmac, b->compound_mac, sizeof(cmac)); 1207 os_memset(b->compound_mac, 0, sizeof(cmac)); 1213 if (os_memcmp(cmac, b->compound_mac, sizeof(cmac)) != 0) { 1216 b->compound_mac, sizeof(cmac)); [all...] |