Searched refs:pc1_d_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.h22 /* pc1_d_4 bit pattern 57 53 45 37 */
23 static int pc1_d_4[16] = { variable
H A Ddes.c252 | (pc1_d_4[(t1 >> (1 )) & 0xf] << 3)
253 | (pc1_d_4[(t1 >> (1 + 8 )) & 0xf] << 2)
254 | (pc1_d_4[(t1 >> (1 + 8 + 8 )) & 0xf] << 1)
255 | (pc1_d_4[(t1 >> (1 + 8 + 8 + 8)) & 0xf] << 0);

Completed in 96 milliseconds