Searched refs:con_salt (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dfcrypt.c31 static unsigned const char con_salt[128] = { variable
119 Eswap0 = con_salt[x] << 2;
121 Eswap1 = con_salt[x] << 6;
124 Eswap0 = con_salt[x] << 2;
126 Eswap1 = con_salt[x] << 6;

Completed in 45 milliseconds