Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c364 char *copied_salt = NULL; in php_sha256_crypt_r() local
399 salt = copied_salt = in php_sha256_crypt_r()
401 copied_salt[salt_len] = 0; in php_sha256_crypt_r()
590 if (copied_salt != NULL) { in php_sha256_crypt_r()
591 memset(copied_salt, '\0', salt_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c397 char *copied_salt = NULL; in php_sha512_crypt_r() local
434 …salt = copied_salt = memcpy(tmp + __alignof__(uint64_t) - (tmp - (char *) 0) % __alignof__(uint64_… in php_sha512_crypt_r()
435 copied_salt[salt_len] = 0; in php_sha512_crypt_r()
636 if (copied_salt != NULL) { in php_sha512_crypt_r()
637 memset(copied_salt, '\0', salt_len); in php_sha512_crypt_r()

Completed in 7 milliseconds