Searched refs:pc1_d_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.h17 /* pc1_d_3 bit pattern 49 41 33 */
18 static int pc1_d_3[8] = { variable
H A Ddes.c248 d = (pc1_d_3[(t2 >> (1 )) & 0x7] << 3)
249 | (pc1_d_3[(t2 >> (1 + 8 )) & 0x7] << 2)
250 | (pc1_d_3[(t2 >> (1 + 8 + 8 )) & 0x7] << 1)
251 | (pc1_d_3[(t2 >> (1 + 8 + 8 + 8)) & 0x7] << 0)

Completed in 44 milliseconds