copied_salt       358 ext/standard/crypt_sha256.c 	char *copied_salt = NULL;
copied_salt       393 ext/standard/crypt_sha256.c 		salt = copied_salt =
copied_salt       395 ext/standard/crypt_sha256.c 		copied_salt[salt_len] = 0;
copied_salt       583 ext/standard/crypt_sha256.c 	if (copied_salt != NULL) {
copied_salt       584 ext/standard/crypt_sha256.c 		ZEND_SECURE_ZERO(copied_salt, salt_len);
copied_salt       391 ext/standard/crypt_sha512.c 	char *copied_salt = NULL;
copied_salt       428 ext/standard/crypt_sha512.c 		salt = copied_salt = memcpy(tmp + __alignof__(uint64_t) - (tmp - (char *) 0) % __alignof__(uint64_t), salt, salt_len);
copied_salt       429 ext/standard/crypt_sha512.c 		copied_salt[salt_len] = 0;
copied_salt       630 ext/standard/crypt_sha512.c 	if (copied_salt != NULL) {
copied_salt       631 ext/standard/crypt_sha512.c 		ZEND_SECURE_ZERO(copied_salt, salt_len);