Searched refs:copied_salt (Results 1 – 2 of 2) sorted by relevance
346 char *copied_salt = NULL; in php_sha256_crypt_r() local381 salt = copied_salt = in php_sha256_crypt_r()383 copied_salt[salt_len] = 0; in php_sha256_crypt_r()571 if (copied_salt != NULL) { in php_sha256_crypt_r()572 ZEND_SECURE_ZERO(copied_salt, salt_len); in php_sha256_crypt_r()
379 char *copied_salt = NULL; in php_sha512_crypt_r() local416 …salt = copied_salt = memcpy(tmp + __alignof__(uint64_t) - (tmp - (char *) 0) % __alignof__(uint64_… in php_sha512_crypt_r()417 copied_salt[salt_len] = 0; in php_sha512_crypt_r()618 if (copied_salt != NULL) { in php_sha512_crypt_r()619 ZEND_SECURE_ZERO(copied_salt, salt_len); in php_sha512_crypt_r()
Completed in 8 milliseconds