Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dcrypt_sha256.c322 static const char sha256_salt_prefix[] = "$5$"; variable
373 if (strncmp(sha256_salt_prefix, salt, sizeof(sha256_salt_prefix) - 1) == 0) { in php_sha256_crypt_r()
375 salt += sizeof(sha256_salt_prefix) - 1; in php_sha256_crypt_r()
524 cp = __php_stpncpy(buffer, sha256_salt_prefix, MAX(0, buflen)); in php_sha256_crypt_r()
525 buflen -= sizeof(sha256_salt_prefix) - 1; in php_sha256_crypt_r()
608 int needed = (sizeof(sha256_salt_prefix) - 1 in php_sha256_crypt()
H A Dcrypt.c220 const char sha256_salt_prefix[] = "$5$"; in PHP_FUNCTION() local
223 int needed = (sizeof(sha256_salt_prefix) - 1 in PHP_FUNCTION()

Completed in 8 milliseconds