Searched refs:copied_salt (Results 1 – 2 of 2) sorted by relevance
341 char *copied_salt = NULL; in php_sha256_crypt_r() local387 salt = copied_salt = in php_sha256_crypt_r()389 copied_salt[salt_len] = 0; in php_sha256_crypt_r()579 if (copied_salt != NULL) { in php_sha256_crypt_r()580 ZEND_SECURE_ZERO(copied_salt, salt_len); in php_sha256_crypt_r()
374 char *copied_salt = NULL; in php_sha512_crypt_r() local422 …salt = copied_salt = memcpy(tmp_salt + __alignof__(uint64_t) - (uintptr_t)tmp_salt % __alignof__(u… in php_sha512_crypt_r()423 copied_salt[salt_len] = 0; in php_sha512_crypt_r()626 if (copied_salt != NULL) { in php_sha512_crypt_r()627 ZEND_SECURE_ZERO(copied_salt, salt_len); in php_sha512_crypt_r()
Completed in 8 milliseconds