HomeSort by relevance Sort by last modified time
    Searched defs:mic (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/eigen/bench/btl/data/
mean.cxx 41 Lib_Mean(const string & name, const double & mic, const double & moc):_lib_name(name),_mean_in_cache(mic),_mean_out_of_cache(moc){
68 INFOS("!!! Error ... usage : main what mic Mic moc Moc filename1 finename2...");
87 double mic=0; local
97 mic=mean_calc(tab_sizes,tab_mflops,min_in_cache,max_in_cache);
100 Lib_Mean cur_lib_mean(filename,mic,moc);
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 131 * @kck: 128-bit KCK for MIC or %NULL if no MIC is used
284 * MIC shall be calculated over:
290 * FTIE (with MIC field set to 0)
300 ric_ies_len, ftie->mic) < 0) {
301 wpa_printf(MSG_INFO, "FT: Failed to calculate MIC");
596 /* Swap Tx/Rx keys for Michael MIC */
674 u8 mic[WPA_EAPOL_KEY_MIC_MAX_LEN]; local
761 wpa_printf(MSG_DEBUG, "FT: Unexpected IE count in MIC "
772 mic) < 0)
    [all...]
peerkey.c 699 /* Supplicant: swap tx/rx Mic keys */
860 /* Swap Tx/Rx keys for Michael MIC */
903 * peerkey_verify_eapol_key_mic - Verify PeerKey MIC
917 u8 mic[WPA_EAPOL_KEY_MIC_MAX_LEN]; local
929 os_memcpy(mic, key->key_mic, mic_len);
934 if (os_memcmp_const(mic, key->key_mic, mic_len) != 0) {
935 wpa_printf(MSG_WARNING, "RSN: Invalid EAPOL-Key MIC "
951 if (os_memcmp_const(mic, key->key_mic, mic_len) != 0) {
952 wpa_printf(MSG_WARNING, "RSN: Invalid EAPOL-Key MIC "
960 wpa_printf(MSG_WARNING, "RSN: Could not verify EAPOL-Key MIC "
    [all...]
wpa.c 40 * @key_mic: Pointer to the buffer to which the EAPOL-Key MIC is written
71 "WPA: Failed to generate EAPOL-Key version %d key_mgmt 0x%x MIC",
76 wpa_hexdump(MSG_DEBUG, "WPA: Derived Key MIC", key_mic, mic_len);
89 * @error: Indicate whether this is an Michael MIC error report
93 * used to request rekeying and it is usually called when a local Michael MIC
506 /* Supplicant: swap tx/rx Mic keys */
723 /* Swap Tx/Rx keys for Michael MIC */
1571 u8 mic[WPA_EAPOL_KEY_MIC_MAX_LEN]; local
    [all...]
tdls.c 55 u8 mic[TDLS_MIC_LEN]; member in struct:wpa_tdls_ftie
445 * wpa_tdls_ftie_mic - Calculate TDLS FTIE MIC
451 * @mic: Pointer for writing MIC
453 * Calculate MIC for TDLS frame.
457 const u8 *ftie, u8 *mic)
467 wpa_printf(MSG_WARNING, "TDLS: No memory for MIC calculation");
490 /* 7) FTIE, with the MIC field of the FTIE set to 0 */
493 os_memset(_ftie->mic, 0, TDLS_MIC_LEN);
496 wpa_hexdump(MSG_DEBUG, "TDLS: Data for FTIE MIC", buf, pos - buf)
569 u8 mic[16]; local
597 u8 mic[16]; local
    [all...]
  /external/curl/lib/
security.c 304 static const char *mic = "MIC "; local
308 socket_write(conn, fd, mic, 4);
312 infof(conn->data, "Send: %s%s\n", prot_level == PROT_PRIVATE?enc:mic,
  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 27 MODE_INFO mic; member in struct:__anon16587
vp9_pickmode.c 985 MODE_INFO *const mic = xd->mi[0]; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 247 u8 mic[EAP_GPSK_MAX_MIC_LEN]; local
439 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for MIC "
447 data->specifier, payload, pos - payload, mic)
449 wpa_printf(MSG_DEBUG, "EAP-GPSK: Failed to compute MIC");
453 if (os_memcmp_const(mic, pos, miclen) != 0) {
454 wpa_printf(MSG_INFO, "EAP-GPSK: Incorrect MIC in GPSK-2");
455 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Received MIC", pos, miclen);
456 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Computed MIC", mic, miclen);
479 u8 mic[EAP_GPSK_MAX_MIC_LEN] local
    [all...]
eap_server_sake.c 185 u8 *mic; local
199 mic = wpabuf_put(msg, EAP_SAKE_MIC_LEN);
203 wpabuf_head(msg), wpabuf_len(msg), mic, mic))
205 wpa_printf(MSG_INFO, "EAP-SAKE: Failed to compute MIC");
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 552 u8 mic[EAP_GPSK_MAX_MIC_LEN]; local
559 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for MIC "
566 data->specifier, payload, pos - payload, mic)
568 wpa_printf(MSG_DEBUG, "EAP-GPSK: Failed to compute MIC");
571 if (os_memcmp_const(mic, pos, miclen) != 0) {
572 wpa_printf(MSG_INFO, "EAP-GPSK: Incorrect MIC in GPSK-3");
573 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Received MIC", pos, miclen);
574 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Computed MIC", mic, miclen);
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 63 const u8 *mic; member in struct:ieee802_11_elems
wpa_common.h 314 u8 mic[16]; member in struct:rsn_ftie
338 const u8 *buf, size_t len, u8 *mic);
350 const u8 *ric, size_t ric_len, u8 *mic);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 114 unsigned char mic[EAPOL_WPA_KEY_MIC_LEN]; /* Key MIC */ member in struct:__anon29168
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 745 _ftie->mic) < 0)
746 wpa_printf(MSG_DEBUG, "FT: Failed to calculate MIC");
992 u8 mic[WPA_EAPOL_KEY_MIC_MAX_LEN]; local
1102 wpa_printf(MSG_DEBUG, "FT: Unexpected IE count in MIC "
1114 mic) < 0) {
1115 wpa_printf(MSG_DEBUG, "FT: Failed to calculate MIC");
1119 if (os_memcmp_const(mic, ftie->mic, mic_len) != 0) {
1120 wpa_printf(MSG_DEBUG, "FT: Invalid MIC in FTIE");
1123 wpa_hexdump(MSG_MSGDUMP, "FT: Received MIC",
    [all...]
wpa_auth.c 795 /* Supplicant reported a Michael MIC error */
798 "(STA detected Michael MIC failure (group=%d))",
803 "ignore Michael MIC failure report since "
807 "ignore Michael MIC failure report since "
859 "WPA: Earlier SNonce did not result in matching MIC");
864 "WPA: Earlier SNonce resulted in matching MIC");
1647 u8 mic[WPA_EAPOL_KEY_MIC_MAX_LEN]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 779 struct ieee80211_michael_event *mic; local
826 mic = (struct ieee80211_michael_event *) &ifan[1];
828 "Michael MIC failure wireless event: "
829 "keyix=%u src_addr=" MACSTR, mic->iev_keyix,
830 MAC2STR(mic->iev_src));
833 data.michael_mic_failure.src = mic->iev_src;
1219 struct ieee80211_michael_event *mic; local
    [all...]
driver_wext.c 309 const struct iw_michaelmicfailure *mic; local
312 if (len < sizeof(*mic))
315 mic = (const struct iw_michaelmicfailure *) ev;
317 wpa_printf(MSG_DEBUG, "Michael MIC failure wireless event: "
318 "flags=0x%x src_addr=" MACSTR, mic->flags,
319 MAC2STR(mic->src_addr.sa_data));
322 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 201 MODE_INFO *const mic = xd->mode_info_context; local
210 const B_PREDICTION_MODE A = above_block_mode(mic, i, mis);
211 const B_PREDICTION_MODE L = left_block_mode(mic, i);
221 mic->bmi[i].as_mode = best_mode;
530 MODE_INFO *mic = x->e_mbd.mode_info_context; local
537 mic -= 1;
538 mv_l = mic->mbmi.mv;
540 if (mic->mbmi.ref_frame != INTRA_FRAME)
545 mic -= x->e_mbd.mode_info_stride;
546 mv_al = mic->mbmi.mv
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 31 MODE_INFO mic; member in struct:__anon30232
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 301 MODE_INFO *const mic = xd->mode_info_context; local
309 const B_PREDICTION_MODE A = above_block_mode(mic, i, mis);
310 const B_PREDICTION_MODE L = left_block_mode(mic, i);
320 mic->bmi[i].as_mode = best_mode;
638 MODE_INFO *mic = x->e_mbd.mode_info_context; local
645 mic -= 1;
646 mv_l = mic->mbmi.mv;
648 if (mic->mbmi.ref_frame != INTRA_FRAME)
653 mic -= x->e_mbd.mode_info_stride;
654 mv_al = mic->mbmi.mv
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 122 public static final String NODE_MIC = "mic";
366 Element mic = doc.createElement(PREFIX + NODE_MIC); local
367 hardware.appendChild(mic);
374 mic.appendChild(micText);
  /bionic/libc/kernel/uapi/linux/
nvme.h 59 __u8 mic; member in struct:nvme_id_ctrl
  /development/ndk/platforms/android-21/include/linux/
nvme.h 52 __u8 mic; member in struct:nvme_id_ctrl
  /external/kernel-headers/original/uapi/linux/
nvme.h 51 __u8 mic; member in struct:nvme_id_ctrl

Completed in 5285 milliseconds

1 2 3