Searched defs:SPE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c153 * the "8"-valued bit, and so on.) In fact, a combined "SPE"-box lookup is
156 * iteration. Two 32-bit wide tables, SPE[0] and SPE[1], are used for this
158 * lookup of SPE[0] and SPE[1] is simple and fast. The key schedule and
159 * "salt" are also converted to this 8*(6+2) format. The SPE table size is
176 * also inhibits grouping the SPE table to look up 12 bits at a time. (The
178 * high-order zero, providing fast indexing into a 64-bit wide SPE.) On the
179 * other hand, 64-bit datatypes are currently rare, and a 12-bit SPE lookup
192 * the SPE transformatio
469 static long SPE[2][8][64]; variable
[all...]

Completed in 56 milliseconds