Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c342 char *copied_salt = NULL; in php_sha256_crypt_r() local
377 salt = copied_salt = in php_sha256_crypt_r()
379 copied_salt[salt_len] = 0; in php_sha256_crypt_r()
567 if (copied_salt != NULL) { in php_sha256_crypt_r()
568 ZEND_SECURE_ZERO(copied_salt, salt_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c375 char *copied_salt = NULL; in php_sha512_crypt_r() local
412 …salt = copied_salt = memcpy(tmp + __alignof__(uint64_t) - (tmp - (char *) 0) % __alignof__(uint64_… in php_sha512_crypt_r()
413 copied_salt[salt_len] = 0; in php_sha512_crypt_r()
614 if (copied_salt != NULL) { in php_sha512_crypt_r()
615 ZEND_SECURE_ZERO(copied_salt, salt_len); in php_sha512_crypt_r()

Completed in 13 milliseconds