Home
last modified time | relevance | path

Searched refs:CRC32 (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/lib/libefi/common/
H A Dcrc32_efi.c44 CRC32(crc32val, s, len, -1U, crc32_tab); in efi_crc32()
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/crypto/crc32/
H A Dcrc32.c49 CRC32(crc, in, in_length, 0, crc_table);
/titanic_44/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c40 CRC32((hash), &(addr), sizeof (in_addr_t), -1U, crc32_table); \
49 CRC32((hash), &val, sizeof (uint32_t), -1U, crc32_table); \
58 CRC32((hash), &val, sizeof (uint32_t), -1U, crc32_table); \
H A Dilb_nat.c51 CRC32((hash), (key1), sizeof (uint32_t), -1U, crc32_table); \
52 CRC32((hash), (key2), sizeof (uint32_t), (hash), crc32_table); \
/titanic_44/usr/src/uts/common/sys/
H A Dcrc32.h119 #define CRC32(crc, buf, size, start, table) \ macro
/titanic_44/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c250 CRC32(crc, mp->b_rptr + hdrlen + wep.ic_header, in wep_encrypt()
304 CRC32(crc, mp->b_rptr + hdrlen + wep.ic_header, in wep_decrypt()
H A Dnet80211_crypto_tkip.c514 CRC32(crc, mp->b_rptr + off, data_len, -1U, crc_table); in wep_encrypt()
546 CRC32(crc, mp->b_rptr + off, data_len, -1U, crc_table); in wep_decrypt()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvdsk_common.c89 CRC32(crc32val, s, len, -1U, crc32_table); in vd_efi_crc32()
H A Dvds.c5869 CRC32(crc, gpe, sizeof (efi_gpe_t) * VD_MAXPART, -1U, crc32_table); in vd_setup_partition_efi()
5872 CRC32(crc, gpt, sizeof (efi_gpt_t), -1U, crc32_table); in vd_setup_partition_efi()
/titanic_44/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c391 CRC32(crc, frm->frm_fc_frame, frm->frm_fc_frame_size, in fcoe_fill_frame_tailers()
H A Dfcoe.c1144 CRC32(crc, frm->frm_fc_frame, frm->frm_fc_frame_size, -1U, crc32_table); in fcoe_crc_verify()
/titanic_44/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h148 UINT32 CRC32; member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzvol.c1525 CRC32(crc, &gpe, sizeof (gpe), -1U, crc32_table); in zvol_getefi()
1527 CRC32(crc, &gpt, sizeof (gpt), -1U, crc32_table); in zvol_getefi()
/titanic_44/usr/src/uts/common/avs/ns/sv/
H A Dsv.c2590 CRC32(crc, gpe, sgpe, -1U, sv_crc32_table); in sv_fix_dkiocgetefi()
2594 CRC32(crc, &gpt, sizeof (gpt), -1U, sv_crc32_table); in sv_fix_dkiocgetefi()
/titanic_44/usr/src/common/dis/i386/
H A Ddis_tables.c159 CRC32, /* for crc32, with different size operands */ enumerator
1400 /* [00] */ TNS("crc32b",CRC32),
1405 /* [00] */ TS("crc32",CRC32),
3391 case CRC32: in dtrace_disx86()
3729 case CRC32: in dtrace_disx86()
/titanic_44/usr/src/uts/common/io/efe/
H A Defe.c751 CRC32(val, macaddr, ETHERADDRL, -1U, crc32_table); in efe_m_multicst()
/titanic_44/usr/src/uts/common/io/pcn/
H A Dpcn.c598 CRC32(crc, macaddr, ETHERADDRL, -1U, crc32_table); in pcn_m_multicast()
/titanic_44/usr/src/uts/common/io/
H A Ddevinfo.c3992 CRC32(crc, di_cache.cache_data, map_size, -1U, crc32_table); in di_cache_read()
4222 CRC32(crc, di_cache.cache_data, all->map_size, -1U, crc32_table); in di_cache_update()
H A Dcryptmod.c653 CRC32(crc, input, len, 0, crc32_table); in crc32_calc()
/titanic_44/usr/src/uts/common/io/afe/
H A Dafe.c762 CRC32(crc, macaddr, ETHERADDRL, -1U, crc32_table); in afe_m_multicst()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME188 24-bit initialization vector (IV), and CRC32 to protect against packet
/titanic_44/usr/src/uts/common/io/hme/
H A Dhme.c418 CRC32(crc, addr, ETHERADDRL, -1U, crc32_table); in hmeladrf_bit()
/titanic_44/usr/src/uts/common/io/bge/
H A Dbge_main2.c1316 CRC32(hash, mca, ETHERADDRL, -1U, crc32_table);
/titanic_44/usr/src/uts/sun/io/eri/
H A Deri.c1098 CRC32(crc, addr, ETHERADDRL, -1U, crc32_table); in eri_ladrf_bit()
/titanic_44/usr/src/uts/common/io/sfe/
H A Dsfe_util.c165 CRC32(crc, addr, ETHERADDRL, 0xffffffffU, crc32_table); in gem_ether_crc_le()