Searched refs:pc2_1_table (Results 1 – 1 of 1) sorted by relevance
104 static uint32_t pc2_1_table[4][64] = variable274 upper = pc2_1_table[0][(c >> 50) & 63] | in des_ks()275 pc2_1_table[1][(c >> 44) & 63] | in des_ks()276 pc2_1_table[2][(c >> 38) & 63] | in des_ks()277 pc2_1_table[3][(c >> 32) & 63] | in des_ks()