HomeSort by: relevance | last modified time | path
    Searched refs:pc2_c_4 (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
des-tables.h 86 /* pc2_c_4 bit pattern 11 13 4 17 21 8 */
87 static int pc2_c_4[64] = { variable
des.c 261 pc2_c_4[((c >> 2 ) & 0x20) | ((c >> 1) & 0x18) | (c & 0x7)];

Completed in 39 milliseconds