Searched refs:con_salt (Results 1 – 1 of 1) sorted by relevance
34 static const unsigned char con_salt[128] = { variable109 if (x == 0 || x >= sizeof(con_salt)) in DES_fcrypt()111 Eswap0 = con_salt[x] << 2; in DES_fcrypt()113 if (x == 0 || x >= sizeof(con_salt)) in DES_fcrypt()115 Eswap1 = con_salt[x] << 6; in DES_fcrypt()
Completed in 4 milliseconds