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

1 2

  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.c 74 u8 icv[IKEV2_MAX_HASH_LEN]; local
80 "transform / cannot validate ICV");
92 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No SK_a for ICV validation");
98 wpabuf_len(msg) - icv_len, icv) < 0) {
99 wpa_printf(MSG_INFO, "EAP-IKEV2: Could not calculate ICV");
103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) {
104 wpa_printf(MSG_INFO, "EAP-IKEV2: Invalid ICV");
105 wpa_hexdump(MSG_DEBUG, "EAP-IKEV2: Calculated ICV",
106 icv, icv_len);
107 wpa_hexdump(MSG_DEBUG, "EAP-IKEV2: Received ICV",
    [all...]
eap_eke_common.c 664 u8 icv[EAP_EKE_MAX_HASH_LEN]; local
683 prot_len - block_size - icv_len, icv) < 0)
685 if (os_memcmp_const(icv, prot + prot_len - icv_len, icv_len) != 0) {
686 wpa_printf(MSG_INFO, "EAP-EKE: ICV mismatch in Prot() data");
ikev2_common.c 537 u8 *icv, *iv; local
594 icv = wpabuf_put(msg, integ_alg->hash_len);
602 wpabuf_len(msg) - integ_alg->hash_len, icv);
  /external/syslinux/gpxe/src/net/80211/
wep.c 37 * the plaintext data, called the ICV. To decrypt it, the IV is
38 * prepended to the shared key and the data stream (including ICV) is
39 * run through the ARC4 stream cipher; if the ICV matches a CRC32
52 /** Length of WEP ICV checksum */
126 u32 iv, icv; local
148 /* Add ICV */
149 icv = ~crc32_le ( ~0, iob->data + hdrlen, datalen );
150 cipher_encrypt ( &arc4_algorithm, &ctx->arc4, &icv,
175 u32 iv, icv, crc; local
196 /* Strip off ICV and verify it *
    [all...]
wpa_tkip.c 83 /** TKIP trailer overhead (MIC + ICV) [assumes unfragmented] */
89 /** TKIP ICV length */
384 u32 icv; local
424 /* Add ICV */
425 icv = crc32_le ( ~0, iob->data + hdrlen, datalen );
426 icv = crc32_le ( icv, mic, sizeof ( mic ) );
427 icv = cpu_to_le32 ( ~icv );
428 cipher_encrypt ( &arc4_algorithm, &arc4, &icv,
457 u32 icv, crc; local
    [all...]
  /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/wpa_supplicant_8/src/eap_peer/
eap_pax.c 220 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
321 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
340 const u8 *icv, *pos; local
417 icv = pos + len - EAP_PAX_ICV_LEN;
418 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
428 if (os_memcmp_const(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) {
429 wpa_printf(MSG_DEBUG, "EAP-PAX: invalid ICV - ignoring the "
431 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: expected ICV",
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pax.c 113 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN);
159 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN);
190 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; local
262 wpa_printf(MSG_INFO, "EAP-PAX: No ICV in the packet");
265 icv = wpabuf_mhead_u8(respData) + mlen - EAP_PAX_ICV_LEN;
266 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
271 if (os_memcmp_const(icvbuf, icv, EAP_PAX_ICV_LEN) != 0) {
272 wpa_printf(MSG_INFO, "EAP-PAX: Invalid ICV");
273 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected ICV",
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 78 int (*icv_hash)(const u8 *ick, const u8 *msg, size_t msg_len, u8 *icv);
420 u8 icv[0]; member in struct:ieee802_1x_mka_icv_body
ieee802_1x_kay.c 56 /* 128-bit CAK, KEK, ICK, ICV */
969 "KaY: MKA Peer Packet Body Length (%zu bytes) is less than the Parameter Set Header Length (%zu bytes) + the Parameter Set Body Length (%zu bytes) + %d bytes of ICV",
2859 u8 icv[MAX_ICV_LEN]; local
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 3788 register UInt16 icv; local
3817 UInt16 icv = mtfv[i]; local
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 3779 register UInt16 icv; local
3808 UInt16 icv = mtfv[i]; local
    [all...]
varinfo6.c 3816 register UInt16 icv; local
3845 UInt16 icv = mtfv[i]; local
    [all...]
  /external/valgrind/perf/
bz2.c 3777 register UInt16 icv; local
3806 UInt16 icv = mtfv[i]; local
    [all...]
test_input_for_tinycc.c 3141 register UInt16 icv; local
3170 UInt16 icv = mtfv[i]; local
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 

Completed in 1565 milliseconds

1 2