Home
last modified time | relevance | path

Searched refs:CRC32_TABLE (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libefi/common/
H A Dcrc32_efi.c31 static unsigned int crc32_tab[] = { CRC32_TABLE };
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/crc32/
H A Dcrc32.c39 static uint32_t const crc_table[256] = { CRC32_TABLE };
/titanic_50/usr/src/uts/common/sys/
H A Dcrc32.h153 #define CRC32_TABLE \ macro
/titanic_50/usr/src/uts/common/os/
H A Dspace.c370 const uint32_t crc32_table[256] = { CRC32_TABLE };
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c85 static uint32_t crc_table[] = { CRC32_TABLE };
H A Dnet80211_crypto_tkip.c339 static uint32_t crc_table[] = { CRC32_TABLE };
/titanic_50/usr/src/uts/common/avs/ns/sv/
H A Dsv.c118 static const uint32_t sv_crc32_table[256] = { CRC32_TABLE };