Home
last modified time | relevance | path

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

/freebsd/secure/lib/libcrypt/
H A Dcrypt-des.c178 static __thread u_int32_t old_salt; variable
223 old_salt = 0L; in des_init()
350 if (salt == old_salt) in setup_salt()
352 old_salt = salt; in setup_salt()