HomeSort by: relevance | last modified time | path
    Searched defs:SPE (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libcrypt/
crypt.c 139 * the "8"-valued bit, and so on.) In fact, a combined "SPE"-box lookup is
142 * iteration. Two 32-bit wide tables, SPE[0] and SPE[1], are used for this
144 * lookup of SPE[0] and SPE[1] is simple and fast. The key schedule and
145 * "salt" are also converted to this 8*(6+2) format. The SPE table size is
162 * also inhibits grouping the SPE table to look up 12 bits at a time. (The
164 * high-order zero, providing fast indexing into a 64-bit wide SPE.) On the
165 * other hand, 64-bit datatypes are currently rare, and a 12-bit SPE lookup
178 * the SPE transformation is iterated many times. The small tables total 9
    [all...]

Completed in 12 milliseconds