HomeSort by relevance Sort by last modified time
    Searched refs:icv (Results 1 - 25 of 31) sorted by null

1 2

  /external/opencv/cxcore/include/
cxmisc.h     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_ikev2_common.c 90 u8 icv[IKEV2_MAX_HASH_LEN]; local
96 "transform / cannot validate ICV");
108 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No SK_a for ICV validation");
114 wpabuf_len(msg) - icv_len, icv) < 0) {
115 wpa_printf(MSG_INFO, "EAP-IKEV2: Could not calculate ICV");
119 if (os_memcmp(icv, end - icv_len, icv_len) != 0) {
120 wpa_printf(MSG_INFO, "EAP-IKEV2: Invalid ICV");
121 wpa_hexdump(MSG_DEBUG, "EAP-IKEV2: Calculated ICV",
122 icv, icv_len);
123 wpa_hexdump(MSG_DEBUG, "EAP-IKEV2: Received ICV",
    [all...]
ikev2_common.c 604 u8 *icv, *iv; local
661 icv = wpabuf_put(msg, integ_alg->hash_len);
669 wpabuf_len(msg) - integ_alg->hash_len, icv);
  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.c 90 u8 icv[IKEV2_MAX_HASH_LEN]; local
96 "transform / cannot validate ICV");
108 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No SK_a for ICV validation");
114 wpabuf_len(msg) - icv_len, icv) < 0) {
115 wpa_printf(MSG_INFO, "EAP-IKEV2: Could not calculate ICV");
119 if (os_memcmp(icv, end - icv_len, icv_len) != 0) {
120 wpa_printf(MSG_INFO, "EAP-IKEV2: Invalid ICV");
121 wpa_hexdump(MSG_DEBUG, "EAP-IKEV2: Calculated ICV",
122 icv, icv_len);
123 wpa_hexdump(MSG_DEBUG, "EAP-IKEV2: Received ICV",
    [all...]
ikev2_common.c 605 u8 *icv, *iv; local
662 icv = wpabuf_put(msg, integ_alg->hash_len);
670 wpabuf_len(msg) - integ_alg->hash_len, icv);
  /external/valgrind/main/perf/
test_input_for_tinycc.c 3141 register UInt16 icv; local
3170 UInt16 icv = mtfv[i]; local
    [all...]
  /external/opencv/cv/src/
cvmorph.cpp 47 icv##morphtype##Rect_##flavor##_C1R_t \
48 icv##morphtype##Rect_##flavor##_C1R_p = 0; \
49 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_t \
50 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_p = 0; \
51 icv##morphtype##Rect_##flavor##_C3R_t \
52 icv##morphtype##Rect_##flavor##_C3R_p = 0; \
53 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_t \
54 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_p = 0; \
55 icv##morphtype##Rect_##flavor##_C4R_t \
56 icv##morphtype##Rect_##flavor##_C4R_p = 0;
    [all...]
cvpyramids.cpp     [all...]
cvaccum.cpp 364 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u32f_C1IR; \
365 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_C1IR; \
367 masktab->fn_2d[CV_8UC1] = (void*)icv##FUNCNAME##_8u32f_C1IMR; \
368 masktab->fn_2d[CV_32FC1] = (void*)icv##FUNCNAME##_32f_C1IMR; \
370 masktab->fn_2d[CV_8UC3] = (void*)icv##FUNCNAME##_8u32f_C3IMR; \
371 masktab->fn_2d[CV_32FC3] = (void*)icv##FUNCNAME##_32f_C3IMR; \
    [all...]
_cvipp.h 293 IPCVAPI_EX( CvStatus, icv##morphtype##Rect_##flavor##_C##cn##R, \
297 IPCVAPI_EX( CvStatus, icv##morphtype##Rect_GetBufSize_##flavor##_C##cn##R, \
301 IPCVAPI_EX( CvStatus, icv##morphtype##_##flavor##_C##cn##R, \
525 IPCVAPI_EX( CvStatus, icv##funcname##_##flavor##_C3R, \
    [all...]
cvsamplers.cpp 520 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \
521 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_##FLAG; \
523 tab->fn_2d[1] = (void*)icv##FUNCNAME##_8u32f_##FLAG; \
    [all...]
cvmoments.cpp 253 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR \
  /external/bzip2/
compress.c 361 register UInt16 icv; local
365 icv = mtfv[gs+(nn)]; \
366 cost01 += s->len_pack[icv][0]; \
367 cost23 += s->len_pack[icv][1]; \
368 cost45 += s->len_pack[icv][2]; \
390 UInt16 icv = mtfv[i]; local
391 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv];
  /external/opencv/cxcore/src/
cxcopy.cpp 250 table->fn_2d[1] = (void*)icv##FUNCNAME##_8u_C1##FLAG; \
251 table->fn_2d[2] = (void*)icv##FUNCNAME##_16s_C1##FLAG; \
252 table->fn_2d[3] = (void*)icv##FUNCNAME##_8u_C3##FLAG; \
253 table->fn_2d[4] = (void*)icv##FUNCNAME##_8u_C4##FLAG; \
254 table->fn_2d[6] = (void*)icv##FUNCNAME##_16s_C3##FLAG; \
255 table->fn_2d[8] = (void*)icv##FUNCNAME##_16s_C4##FLAG; \
256 table->fn_2d[12] = (void*)icv##FUNCNAME##_32f_C3##FLAG; \
257 table->fn_2d[16] = (void*)icv##FUNCNAME##_32f_C4##FLAG; \
258 table->fn_2d[24] = (void*)icv##FUNCNAME##_64s_C3##FLAG; \
259 table->fn_2d[32] = (void*)icv##FUNCNAME##_64s_C4##FLAG;
    [all...]
cxarithm.cpp 223 ICV_DEF_BIN_ARI_OP_2D_SFS( __op__, icv##name##_8u_C1R, uchar, int, cast_8u ) \
224 ICV_DEF_BIN_ARI_OP_2D_SFS( __op__, icv##name##_16u_C1R, ushort, int, CV_CAST_16U ) \
225 ICV_DEF_BIN_ARI_OP_2D_SFS( __op__, icv##name##_16s_C1R, short, int, CV_CAST_16S ) \
226 ICV_DEF_BIN_ARI_OP_2D( __op__, icv##name##_32s_C1R, int, int, CV_CAST_32S ) \
227 ICV_DEF_BIN_ARI_OP_2D( __op__, icv##name##_32f_C1R, float, float, CV_CAST_32F ) \
228 ICV_DEF_BIN_ARI_OP_2D( __op__, icv##name##_64f_C1R, double, double, CV_CAST_64F )
231 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_8u_C1R, uchar, int, CV_CAST_8U ) \
232 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_16u_C1R, ushort, int, CV_CAST_16U ) \
233 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_16s_C1R, short, int, CV_CAST_16S ) \
234 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_32s_C1R, int, int, CV_CAST_32S )
    [all...]
_cxipp.h 91 IPCVAPI_EX( CvStatus, icv##name##_8u_C1R, \
95 IPCVAPI_EX( CvStatus, icv##name##_16u_C1R, \
99 IPCVAPI_EX( CvStatus, icv##name##_16s_C1R, \
103 IPCVAPI_EX( CvStatus, icv##name##_32s_C1R, \
107 IPCVAPI_EX( CvStatus, icv##name##_32f_C1R, \
111 IPCVAPI_EX( CvStatus, icv##name##_64f_C1R, \
127 IPCVAPI_EX( CvStatus, icv##name##_8u_C1R, \
    [all...]
cxsumpixels.cpp 233 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
263 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
283 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
304 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR( \
335 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR( \
685 icv##name##Rows_##flavor##_C1R( const arrtype* src, int srcstep,\
726 icv##name##Cols_##flavor##_C1R( const arrtype* src, int srcstep, \
766 icv##name##Cols_##flavor##_C3R( const arrtype* src, int srcstep, \
    [all...]
cxcmp.cpp 450 icv##name##_##flavor##_C1R( const arrtype* src1, int step1, \
491 icv##name##C_##flavor##_C1R( const arrtype* src1, int step1, \
    [all...]
cxnorm.cpp     [all...]
cxlogic.cpp 62 IPCVAPI_IMPL( CvStatus, icv##name##_8u_C1R, \
111 static CvStatus CV_STDCALL icv##name##_8u_CnR \
  /external/wpa_supplicant/
eap_pax.c 242 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
338 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
357 const u8 *icv, *pos; local
433 icv = pos + len - EAP_PAX_ICV_LEN;
434 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
442 if (os_memcmp(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) {
443 wpa_printf(MSG_DEBUG, "EAP-PAX: invalid ICV - ignoring the "
445 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: expected ICV",
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_pax.c 227 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
318 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
337 const u8 *icv, *pos; local
414 icv = pos + len - EAP_PAX_ICV_LEN;
415 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
425 if (os_memcmp(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) {
426 wpa_printf(MSG_DEBUG, "EAP-PAX: invalid ICV - ignoring the "
428 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: expected ICV",
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_pax.c 117 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN);
164 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN);
195 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; local
267 wpa_printf(MSG_INFO, "EAP-PAX: No ICV in the packet");
270 icv = wpabuf_mhead_u8(respData) + mlen - EAP_PAX_ICV_LEN;
271 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
276 if (os_memcmp(icvbuf, icv, EAP_PAX_ICV_LEN) != 0) {
277 wpa_printf(MSG_INFO, "EAP-PAX: Invalid ICV");
278 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected ICV",
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_pax.c 226 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
317 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
336 const u8 *icv, *pos; local
413 icv = pos + len - EAP_PAX_ICV_LEN;
414 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
424 if (os_memcmp(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) {
425 wpa_printf(MSG_DEBUG, "EAP-PAX: invalid ICV - ignoring the "
427 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: expected ICV",
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pax.c 118 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN);
165 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN);
196 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; local
268 wpa_printf(MSG_INFO, "EAP-PAX: No ICV in the packet");
271 icv = wpabuf_mhead_u8(respData) + mlen - EAP_PAX_ICV_LEN;
272 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
277 if (os_memcmp(icvbuf, icv, EAP_PAX_ICV_LEN) != 0) {
278 wpa_printf(MSG_INFO, "EAP-PAX: Invalid ICV");
279 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected ICV",
    [all...]

Completed in 3946 milliseconds

1 2