Searched refs:pc2_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.h86 /* pc2_c_4 bit pattern 11 13 4 17 21 8 */
87 static int pc2_c_4[64] = { variable
H A Ddes.c266 pc2_c_4[((c >> 2 ) & 0x20) | ((c >> 1) & 0x18) | (c & 0x7)];

Completed in 50 milliseconds