Searched refs:pc1_c_3 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddes-tables.h5 /* pc1_c_3 bit pattern 5 13 21 */
6 static int pc1_c_3[8] = { variable
H A Ddes.c238 c = (pc1_c_3[(t1 >> (5 )) & 0x7] << 3)
239 | (pc1_c_3[(t1 >> (5 + 8 )) & 0x7] << 2)
240 | (pc1_c_3[(t1 >> (5 + 8 + 8 )) & 0x7] << 1)
241 | (pc1_c_3[(t1 >> (5 + 8 + 8 + 8)) & 0x7] << 0)

Completed in 55 milliseconds