Home
last modified time | relevance | path

Searched refs:idata (Results 1 - 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_glue.c533 struct wpa_auth_ft_iface_iter_data *idata = ctx; in hostapd_wpa_auth_ft_iter() local
540 if (hapd == idata->src_hapd || in hostapd_wpa_auth_ft_iter()
542 os_memcmp(hapd->own_addr, idata->dst, ETH_ALEN) != 0) in hostapd_wpa_auth_ft_iter()
548 MAC2STR(idata->src_hapd->own_addr), in hostapd_wpa_auth_ft_iter()
549 idata->src_hapd->conf->iface, in hostapd_wpa_auth_ft_iter()
559 data = os_zalloc(sizeof(*data) + idata->data_len); in hostapd_wpa_auth_ft_iter()
563 os_memcpy(data->addr, idata->src_hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_ft_iter()
564 os_memcpy(data + 1, idata->data, idata->data_len); in hostapd_wpa_auth_ft_iter()
565 data->data_len = idata in hostapd_wpa_auth_ft_iter()
610 struct wpa_auth_ft_iface_iter_data idata; hostapd_wpa_auth_send_ether() local
710 struct wpa_auth_oui_iface_iter_data *idata = ctx; hostapd_wpa_auth_oui_iter() local
767 struct wpa_auth_oui_iface_iter_data idata; hostapd_wpa_auth_send_oui() local
[all...]
H A Dwpa_auth_ie.c889 struct wpa_auth_okc_iter_data idata; in wpa_validate_wpa_ie() local
890 idata.pmksa = NULL; in wpa_validate_wpa_ie()
891 idata.aa = wpa_auth->addr; in wpa_validate_wpa_ie()
892 idata.spa = sm->addr; in wpa_validate_wpa_ie()
893 idata.pmkid = &data.pmkid[i * PMKID_LEN]; in wpa_validate_wpa_ie()
894 wpa_auth_for_each_auth(wpa_auth, wpa_auth_okc_iter, &idata); in wpa_validate_wpa_ie()
895 if (idata.pmksa) { in wpa_validate_wpa_ie()
899 idata.pmksa, in wpa_validate_wpa_ie()
901 idata.pmkid); in wpa_validate_wpa_ie()
902 pmkid = idata in wpa_validate_wpa_ie()
[all...]
H A Dwpa_auth.c4894 struct wpa_auth_fils_iter_data idata; in wpa_auth_pmksa_get_fils_cache_id() local
4898 idata.auth = wpa_auth; in wpa_auth_pmksa_get_fils_cache_id()
4899 idata.cache_id = wpa_auth->conf.fils_cache_id; in wpa_auth_pmksa_get_fils_cache_id()
4900 idata.pmksa = NULL; in wpa_auth_pmksa_get_fils_cache_id()
4901 idata.spa = sta_addr; in wpa_auth_pmksa_get_fils_cache_id()
4902 idata.pmkid = pmkid; in wpa_auth_pmksa_get_fils_cache_id()
4903 wpa_auth_for_each_auth(wpa_auth, wpa_auth_fils_iter, &idata); in wpa_auth_pmksa_get_fils_cache_id()
4904 return idata.pmksa; in wpa_auth_pmksa_get_fils_cache_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_glue.c643 struct wpa_auth_ft_iface_iter_data *idata = ctx; in hostapd_wpa_auth_ft_iter() local
650 if (hapd == idata->src_hapd || in hostapd_wpa_auth_ft_iter()
652 os_memcmp(hapd->own_addr, idata->dst, ETH_ALEN) != 0) in hostapd_wpa_auth_ft_iter()
658 MAC2STR_SEC(idata->src_hapd->own_addr), in hostapd_wpa_auth_ft_iter()
659 idata->src_hapd->conf->iface, in hostapd_wpa_auth_ft_iter()
669 data = os_zalloc(sizeof(*data) + idata->data_len); in hostapd_wpa_auth_ft_iter()
673 os_memcpy(data->addr, idata->src_hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_ft_iter()
674 os_memcpy(data + 1, idata->data, idata->data_len); in hostapd_wpa_auth_ft_iter()
675 data->data_len = idata in hostapd_wpa_auth_ft_iter()
720 struct wpa_auth_ft_iface_iter_data idata; hostapd_wpa_auth_send_ether() local
822 struct wpa_auth_oui_iface_iter_data *idata = ctx; hostapd_wpa_auth_oui_iter() local
903 struct wpa_auth_oui_iface_iter_data idata; hostapd_wpa_auth_send_oui() local
[all...]
H A Dwpa_auth_ie.c960 struct wpa_auth_okc_iter_data idata; in wpa_validate_wpa_ie() local
961 idata.pmksa = NULL; in wpa_validate_wpa_ie()
962 idata.aa = wpa_auth->addr; in wpa_validate_wpa_ie()
963 idata.spa = sm->addr; in wpa_validate_wpa_ie()
964 idata.pmkid = &data.pmkid[i * PMKID_LEN]; in wpa_validate_wpa_ie()
965 wpa_auth_for_each_auth(wpa_auth, wpa_auth_okc_iter, &idata); in wpa_validate_wpa_ie()
966 if (idata.pmksa) { in wpa_validate_wpa_ie()
970 idata.pmksa, in wpa_validate_wpa_ie()
972 idata.pmkid); in wpa_validate_wpa_ie()
973 pmkid = idata in wpa_validate_wpa_ie()
[all...]
H A Dwpa_auth.c5324 struct wpa_auth_fils_iter_data idata; in wpa_auth_pmksa_get_fils_cache_id() local
5328 idata.auth = wpa_auth; in wpa_auth_pmksa_get_fils_cache_id()
5329 idata.cache_id = wpa_auth->conf.fils_cache_id; in wpa_auth_pmksa_get_fils_cache_id()
5330 idata.pmksa = NULL; in wpa_auth_pmksa_get_fils_cache_id()
5331 idata.spa = sta_addr; in wpa_auth_pmksa_get_fils_cache_id()
5332 idata.pmkid = pmkid; in wpa_auth_pmksa_get_fils_cache_id()
5333 wpa_auth_for_each_auth(wpa_auth, wpa_auth_fils_iter, &idata); in wpa_auth_pmksa_get_fils_cache_id()
5334 return idata.pmksa; in wpa_auth_pmksa_get_fils_cache_id()
/third_party/skia/tests/
H A DDataRefTest.cpp59 const int idata[] = { 1, 4, 9, 16, 25, 63 }; in test_simpletable() local
60 int icount = SK_ARRAY_COUNT(idata); in test_simpletable()
61 sk_sp<SkDataTable> itable(SkDataTable::MakeCopyArray(idata, sizeof(idata[0]), icount)); in test_simpletable()
66 REPORTER_ASSERT(reporter, *itable->atT<int>(i, &size) == idata[i]); in test_simpletable()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c271 static void dump_idata( struct sh_idata idata ) in dump_idata()
273 _debug_printf( "%d, %d, %d, %d", idata.xyzw[0], idata.xyzw[1], idata.xyzw[2], idata.xyzw[3] ); in dump_idata()
638 dump_idata( defi.idata ); in svga_shader_dump()
H A Dsvga_shader.h93 struct sh_idata idata; member
/third_party/ffmpeg/libavcodec/
H A Dvc2enc.c120 void *idata; member
843 const void *frame_data = transform_dat->idata; in dwt_plane()
909 s->transform_args[i].idata = frame->data[i]; in encode_frame()
/third_party/astc-encoder/Source/
H A Dstb_image.h4611 stbi_uc *idata, *expanded, *out; member
5089 z->idata = NULL; in stbi__parse_png_file()
5149 if (z->idata) return stbi__err("tRNS after IDAT","Corrupt PNG"); in stbi__parse_png_file()
5190 p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return stbi__err("outofmem", "Out of memory"); in stbi__parse_png_file()
5191 z->idata = p; in stbi__parse_png_file()
5193 if (!stbi__getn(s, z->idata+ioff,c.length)) return stbi__err("outofdata","Corrupt PNG"); in stbi__parse_png_file()
5202 if (z->idata == NULL) return stbi__err("no IDAT","Corrupt PNG"); in stbi__parse_png_file()
5206 z->expanded = (stbi_uc *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, raw_len, (int *) &raw_len, !is_iphone); in stbi__parse_png_file()
5208 STBI_FREE(z->idata); z->idata in stbi__parse_png_file()
[all...]
/third_party/backends/backend/
H A Dhp3900_rts8822.c6440 SANE_Int idata; in RTS_ScanCounter_Inc() local
6455 if (RTS_EEPROM_ReadInteger (dev->usb_handle, 0x21, &idata) == OK) in RTS_ScanCounter_Inc()
6457 idata = data_swap_endianess (idata, 4) + 1; in RTS_ScanCounter_Inc()
6458 idata = data_swap_endianess (idata, 4); in RTS_ScanCounter_Inc()
6459 RTS_EEPROM_WriteInteger (dev->usb_handle, 0x21, idata); in RTS_ScanCounter_Inc()
6467 RTS_EEPROM_ReadInteger (dev->usb_handle, 0x21, &idata); in RTS_ScanCounter_Inc()
6468 data_lsb_set (&somebuffer[0], idata + 1, 4); in RTS_ScanCounter_Inc()
6487 SANE_Int idata in RTS_ScanCounter_Get() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderStorageBufferObjectTests.cpp2884 "layout(std430, binding = 1) buffer Output {" NL " uint udata[8];" NL " int idata[8];" NL in Run()
2888 " g_output.idata[iidx] = iidx;" NL "}"; in Run()
2893 "layout(std430, binding = 1) buffer Output {" NL " uint udata[8];" NL " int idata[8];" NL in Run()
2897 " g_output.idata[iidx] = iidx;" NL "}"; in Run()
2954 GLint idata[8]; in Run() local
2955 glGetBufferSubData(GL_SHADER_STORAGE_BUFFER, sizeof(udata), sizeof(idata), idata); in Run()
2958 if (idata[i] != i) in Run()
2961 << idata[i] << " should be " << i << tcu::TestLog::EndMessage; in Run()
2997 " int idata[ in Run()
3039 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); Run() local
[all...]
H A Dgl4cComputeShaderTests.cpp3634 std::vector<GLint> idata(kBufferSize); in RunIteration()
3636 glGetBufferSubData(GL_SHADER_STORAGE_BUFFER, 0, sizeof(GLint) * kBufferSize, &idata[0]); in RunIteration()
3639 if (idata[i] != 7) in RunIteration()
3642 << idata[i] << " should be 7." << tcu::TestLog::EndMessage; in RunIteration()
3785 std::vector<GLint> idata(kBufferSize); in RunIteration()
3787 &idata[0]); in RunIteration()
3790 if (idata[i] != 7) in RunIteration()
3793 << idata[i] << " should be 7." << tcu::TestLog::EndMessage; in RunIteration()
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp2639 " int idata[8];" NL "} g_output;" NL "void main() {" NL " gl_Position = g_in_position;" NL in Run()
2642 " g_output.udata[uidx] = uidx;" NL " g_output.idata[iidx] = iidx;" NL "}"; in Run()
2646 "layout(std430, binding = 1) buffer Output {" NL " uint udata[8];" NL " int idata[8];" NL in Run()
2649 " g_output.udata[uidx] = uidx;" NL " g_output.idata[iidx] = iidx;" NL "}"; in Run()
2708 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
2709 if (!idata) in Run()
2713 if (idata[i] != i) in Run()
2716 << idata[i] << " should be " << i << tcu::TestLog::EndMessage; in Run()
2753 " int idata[8];" NL "} g_output;" NL "void main() {" NL in Run()
2755 " g_output.udata[uidx] = uidx;" NL " g_output.idata[iid in Run()
2795 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); Run() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp3630 GLint* idata; in RunIteration() local
3632 idata = static_cast<GLint*>( in RunIteration()
3636 if (idata[i] != 7) in RunIteration()
3639 << idata[i] << " should be 7." << tcu::TestLog::EndMessage; in RunIteration()
3788 GLint* idata; in RunIteration() local
3789 idata = static_cast<GLint*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, sizeof(GLuint) * kBufferSize, in RunIteration()
3793 if (idata[i] != 7) in RunIteration()
3796 << idata[i] << " should be 7." << tcu::TestLog::EndMessage; in RunIteration()
H A Des31cShaderStorageBufferObjectTests.cpp2648 "layout(std430, binding = 2) buffer OutputI {" NL " int idata[8];" NL "} g_outputI;" NL in Run()
2652 " g_outputU.udata[uidx] = uidx;" NL " g_outputI.idata[iidx] = iidx;" NL "}"; in Run()
2657 "layout(std430, binding = 2) buffer OutputI {" NL " int idata[8];" NL "} g_outputI;" NL in Run()
2660 " g_outputU.udata[uidx] = uidx;" NL " g_outputI.idata[iidx] = iidx;" NL "}"; in Run()
2724 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 32, GL_MAP_READ_BIT); in Run() local
2725 if (!idata) in Run()
2729 if (idata[i] != i) in Run()
2732 << idata[i] << " should be " << i << tcu::TestLog::EndMessage; in Run()
2767 " int idata[8];" NL "} g_output;" NL "void main() {" NL in Run()
2769 " g_output.udata[uidx] = uidx;" NL " g_output.idata[iid in Run()
2809 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); Run() local
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c218 uint8_t *idata = xcb_get_image_data(reply); in swrastGetImage() local
219 memcpy(data, idata, bytes); in swrastGetImage()
/third_party/node/src/
H A Djs_native_api_v8.cc4700 v8impl::RefBase* idata = static_cast<v8impl::RefBase*>(env->instance_data);
4702 *data = (idata == nullptr ? nullptr : idata->Data());
/third_party/python/Objects/
H A Dunicodeobject.c12895 const void *idata; in unicode_repr() local
12902 idata = PyUnicode_DATA(unicode); in unicode_repr()
12911 Py_UCS4 ch = PyUnicode_READ(ikind, idata, i); in unicode_repr()
12970 Py_UCS4 ch = PyUnicode_READ(ikind, idata, i); in unicode_repr()

Completed in 98 milliseconds