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

/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.c74 u8 icv[IKEV2_MAX_HASH_LEN]; local
98 wpabuf_len(msg) - icv_len, icv) < 0) {
103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) {
106 icv, icv_len);
H A Dikev2_common.c537 u8 *icv, *iv; local
594 icv = wpabuf_put(msg, integ_alg->hash_len);
602 wpabuf_len(msg) - integ_alg->hash_len, icv);
H A Deap_eke_common.c642 u8 icv[EAP_EKE_MAX_HASH_LEN]; local
661 prot_len - block_size - icv_len, icv) < 0)
663 if (os_memcmp_const(icv, prot + prot_len - icv_len, icv_len) != 0) {
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_key.h22 size_t msg_bytes, u8 *icv);
H A Dieee802_1x_key.c180 size_t msg_bytes, u8 *icv)
185 res = omac1_aes_128(ick, msg, msg_bytes, icv);
187 res = omac1_aes_256(ick, msg, msg_bytes, icv);
179 ieee802_1x_icv_aes_cmac(const u8 *ick, size_t ick_bytes, const u8 *msg, size_t msg_bytes, u8 *icv) argument
H A Dieee802_1x_kay_i.h80 const u8 *msg, size_t msg_len, u8 *icv);
422 u8 icv[0]; member in struct:ieee802_1x_mka_icv_body
H A Dieee802_1x_kay.c1896 return body->icv;
3038 u8 icv[MAX_ICV_LEN]; local
3133 buf, len - mka_alg_tbl[kay->mka_algindex].icv_len, icv)) {
3147 if (os_memcmp_const(msg_icv, icv,
3152 icv, mka_alg_tbl[kay->mka_algindex].icv_len);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto_wep.c329 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
390 icv[0] = crc;
391 icv[1] = crc >> 8;
392 icv[2] = crc >> 16;
393 icv[3] = crc >> 24;
398 icv[k] ^= S[(S[i] + S[j]) & 0xff];
400 return m_append(m0, IEEE80211_WEP_CRCLEN, icv);
412 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
473 icv[0] = crc;
474 icv[
[all...]
H A Dieee80211_crypto_tkip.c597 uint8_t icv[IEEE80211_WEP_CRCLEN])
644 icv[0] = crc;
645 icv[1] = crc >> 8;
646 icv[2] = crc >> 16;
647 icv[3] = crc >> 24;
652 icv[k] ^= S[(S[i] + S[j]) & 0xff];
661 u8 *pos, icv[4]; local
703 icv[0] = crc;
704 icv[1] = crc >> 8;
705 icv[
596 wep_encrypt(u8 *key, struct mbuf *m0, u_int off, size_t data_len, uint8_t icv[IEEE80211_WEP_CRCLEN]) argument
939 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_des3.c397 unsigned char icv[8], iv[8], sha1tmp[SHA_DIGEST_LENGTH]; local
404 /* Decrypt first block which will end up as icv */
405 des_ede_cbc_cipher(ctx, icv, in, 8);
419 BUF_reverse(icv, NULL, 8);
424 des_ede_cbc_cipher(ctx, icv, icv, 8);
428 if (!CRYPTO_memcmp(sha1tmp, icv, 8))
430 OPENSSL_cleanse(icv, 8);
/freebsd-11-stable/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-11-stable/contrib/wpa/src/eap_peer/
H A Deap_pax.c340 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) {
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_pax.c205 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; local
280 icv = wpabuf_mhead_u8(respData) + mlen - EAP_PAX_ICV_LEN;
281 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
291 if (os_memcmp_const(icvbuf, icv, EAP_PAX_ICV_LEN) != 0) {
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h72 unsigned long icv[48]; member in struct:e3_statistics
/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c570 format_e3_cv (st.icv[i], baud, 15*60));
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1192 opte3->icv[s] = c->e3icv[s];

Completed in 123 milliseconds