Searched defs:cmac (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dinternal.h182 } nonce, cmac; member in struct:ccm128_context
/external/openssl/crypto/modes/
H A Dmodes_lcl.h123 union { u64 u[2]; u8 c[16]; } nonce, cmac; member in struct:ccm128_context
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c755 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; local
766 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
767 os_memset(_bind->compound_mac, 0, sizeof(cmac));
772 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
774 cmac, sizeof(cmac));
776 _bind->compound_mac, sizeof(cmac));
779 os_memcpy(_bind->compound_mac, cmac, sizeo
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c1177 u8 cmac[SHA1_MAC_LEN]; local
1209 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1210 os_memset(b->compound_mac, 0, sizeof(cmac));
1216 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1219 b->compound_mac, sizeof(cmac));
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c755 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; local
766 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
767 os_memset(_bind->compound_mac, 0, sizeof(cmac));
772 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
774 cmac, sizeof(cmac));
776 _bind->compound_mac, sizeof(cmac));
779 os_memcpy(_bind->compound_mac, cmac, sizeo
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c1177 u8 cmac[SHA1_MAC_LEN]; local
1209 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1210 os_memset(b->compound_mac, 0, sizeof(cmac));
1216 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1219 b->compound_mac, sizeof(cmac));
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast.c755 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; local
766 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
767 os_memset(_bind->compound_mac, 0, sizeof(cmac));
772 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
774 cmac, sizeof(cmac));
776 _bind->compound_mac, sizeof(cmac));
779 os_memcpy(_bind->compound_mac, cmac, sizeo
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c1177 u8 cmac[SHA1_MAC_LEN]; local
1209 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1210 os_memset(b->compound_mac, 0, sizeof(cmac));
1216 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1219 b->compound_mac, sizeof(cmac));
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c1716 u8 cmac[MAX_ICV_LEN]; local
1726 participant->ick.key, wpabuf_head(buf), buf->used, cmac)) {
1732 os_memcpy(wpabuf_put(buf, length - MKA_HDR_LEN), cmac,
1735 os_memcpy(wpabuf_put(buf, length), cmac, length); local
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c1716 u8 cmac[MAX_ICV_LEN]; local
1726 participant->ick.key, wpabuf_head(buf), buf->used, cmac)) {
1732 os_memcpy(wpabuf_put(buf, length - MKA_HDR_LEN), cmac,
1735 os_memcpy(wpabuf_put(buf, length), cmac, length); local
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c1716 u8 cmac[MAX_ICV_LEN]; local
1726 participant->ick.key, wpabuf_head(buf), buf->used, cmac)) {
1732 os_memcpy(wpabuf_put(buf, length - MKA_HDR_LEN), cmac,
1735 os_memcpy(wpabuf_put(buf, length), cmac, length); local

Completed in 281 milliseconds