Searched refs:copied_salt (Results 1 – 3 of 3) sorted by relevance
100 char *copied_salt = NULL; in __md5_crypt_r() local136 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()
112 char *copied_salt = NULL; in __sha256_crypt_r() local169 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()
112 char *copied_salt = NULL; in __sha512_crypt_r() local168 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