Home
last modified time | relevance | path

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

/openssl/crypto/des/
H A Dfcrypt.c34 static const unsigned char con_salt[128] = { variable
109 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 5 milliseconds