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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddes-tables.h10 /* pc1_c_4 bit pattern 1 9 17 25 */
11 static int pc1_c_4[16] = { variable
H A Ddes.c242 | (pc1_c_4[(t2 >> (4 )) & 0xf] << 3)
243 | (pc1_c_4[(t2 >> (4 + 8 )) & 0xf] << 2)
244 | (pc1_c_4[(t2 >> (4 + 8 + 8 )) & 0xf] << 1)
245 | (pc1_c_4[(t2 >> (4 + 8 + 8 + 8)) & 0xf] << 0);

Completed in 101 milliseconds