Home
last modified time | relevance | path

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

/crypt/
A Dmd5-crypt.c100 char *copied_salt = NULL; in __md5_crypt_r() local
136 salt = copied_salt = in __md5_crypt_r()
295 if (copied_salt != NULL) in __md5_crypt_r()
296 explicit_bzero (copied_salt, salt_len); in __md5_crypt_r()
A Dsha256-crypt.c112 char *copied_salt = NULL; in __sha256_crypt_r() local
169 salt = copied_salt = in __sha256_crypt_r()
381 if (copied_salt != NULL) in __sha256_crypt_r()
382 explicit_bzero (copied_salt, salt_len); in __sha256_crypt_r()
A Dsha512-crypt.c112 char *copied_salt = NULL; in __sha512_crypt_r() local
168 salt = copied_salt = in __sha512_crypt_r()
403 if (copied_salt != NULL) in __sha512_crypt_r()
404 explicit_bzero (copied_salt, salt_len); in __sha512_crypt_r()

Completed in 7 milliseconds