Searched refs:icv (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.c90 u8 icv[IKEV2_MAX_HASH_LEN]; local
114 wpabuf_len(msg) - icv_len, icv) < 0) {
119 if (os_memcmp(icv, end - icv_len, icv_len) != 0) {
122 icv, icv_len);
H A Dikev2_common.c604 u8 *icv, *iv; local
661 icv = wpabuf_put(msg, integ_alg->hash_len);
669 wpabuf_len(msg) - integ_alg->hash_len, icv);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_crypto_wep.c315 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
376 icv[0] = crc;
377 icv[1] = crc >> 8;
378 icv[2] = crc >> 16;
379 icv[3] = crc >> 24;
384 icv[k] ^= S[(S[i] + S[j]) & 0xff];
386 return m_append(m0, IEEE80211_WEP_CRCLEN, icv);
398 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
459 icv[0] = crc;
460 icv[
[all...]
H A Dieee80211_crypto_tkip.c587 uint8_t icv[IEEE80211_WEP_CRCLEN])
634 icv[0] = crc;
635 icv[1] = crc >> 8;
636 icv[2] = crc >> 16;
637 icv[3] = crc >> 24;
642 icv[k] ^= S[(S[i] + S[j]) & 0xff];
651 u8 *pos, icv[4]; local
693 icv[0] = crc;
694 icv[1] = crc >> 8;
695 icv[
586 wep_encrypt(u8 *key, struct mbuf *m0, u_int off, size_t data_len, uint8_t icv[IEEE80211_WEP_CRCLEN]) argument
929 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
[all...]
/freebsd-9.3-release/contrib/bzip2/
H A Dcompress.c361 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];
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_pax.c335 const u8 *icv, *pos; local
412 icv = pos + len - EAP_PAX_ICV_LEN;
413 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
423 if (os_memcmp(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) {
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_pax.c195 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; local
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) {
/freebsd-9.3-release/sys/i386/include/
H A Dcserial.h72 unsigned long icv[48]; member in struct:e3_statistics
/freebsd-9.3-release/sbin/sconfig/
H A Dsconfig.c570 format_e3_cv (st.icv[i], baud, 15*60));
/freebsd-9.3-release/sys/dev/cp/
H A Dif_cp.c1209 opte3->icv[s] = c->e3icv[s];

Completed in 190 milliseconds