Searched refs:copied_salt (Results 1 – 2 of 2) sorted by relevance
358 char *copied_salt = NULL; in php_sha256_crypt_r() local393 salt = copied_salt = in php_sha256_crypt_r()395 copied_salt[salt_len] = 0; in php_sha256_crypt_r()583 if (copied_salt != NULL) { in php_sha256_crypt_r()584 ZEND_SECURE_ZERO(copied_salt, salt_len); in php_sha256_crypt_r()
391 char *copied_salt = NULL; in php_sha512_crypt_r() local428 …salt = copied_salt = memcpy(tmp + __alignof__(uint64_t) - (tmp - (char *) 0) % __alignof__(uint64_… in php_sha512_crypt_r()429 copied_salt[salt_len] = 0; in php_sha512_crypt_r()630 if (copied_salt != NULL) { in php_sha512_crypt_r()631 ZEND_SECURE_ZERO(copied_salt, salt_len); in php_sha512_crypt_r()
Completed in 16 milliseconds