Home
last modified time | relevance | path

Searched refs:rounds (Results 1 – 12 of 12) sorted by last modified time

/PHP-5.3/ext/standard/tests/strings/
H A Dcrypt_blowfish_variation1.phpt2 Test Blowfish crypt() with invalid rounds
H A Dcrypt_blowfish_variation2.phpt2 Test Blowfish crypt() falls back to DES when rounds are not specified,
H A Dcrypt_sha256.phpt19 b'$5$rounds=10000$saltstringsaltstring',
21 b'$5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA'
24 b'$5$rounds=10000$saltstringsaltstring',
29 b'$5$rounds=5000$toolongsaltstring',
31 b'$5$rounds=5000$toolongsaltstrin$Un/5jzAHMgOGZ5.mWJpuVolil07guHPvOW8mGRcvxa5'
34 b'$5$rounds=1400$anotherlongsaltstring',
39 b'$5$rounds=77777$short',
41 b'$5$rounds=77777$short$JiO1O3ZpDAxGJeaDIuqCoEFysAe1mZNJRs3pw0KQRd/'
44 b'$5$rounds=123456$asaltof16chars..',
49 b'$5$rounds=10$roundstoolow',
[all …]
H A Dcrypt_sha512.phpt19 b'$6$rounds=10000$saltstringsaltstring',
21 …b'$6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0Dp8vOuZeHBy…
24 b'$6$rounds=5000$toolongsaltstring',
26 …b'$6$rounds=5000$toolongsaltstrin$lQ8jolhgVRVhY4b5pZKaysCLi0QBxGoNeKQzQ3glMhwllF7oGDZxUhx1yxdYcz/e…
29 b'$6$rounds=1400$anotherlongsaltstring',
31 …b'$6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwb…
34 b'$6$rounds=77777$short',
36 …b'$6$rounds=77777$short$WuQyW2YR.hBNpjjRhpYD/ifIw05xdfeEyQoMxIXbkvr0gge1a1x3yRULJ5CCaUeOxFmtlcGZel…
39 b'$6$rounds=123456$asaltof16chars..',
44 b'$6$rounds=10$roundstoolow',
[all …]
/PHP-5.3/ext/standard/
H A Dcrypt_sha256.c368 size_t rounds = ROUNDS_DEFAULT; in php_sha256_crypt_r() local
384 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha256_crypt_r()
490 for (cnt = 0; cnt < rounds; ++cnt) { in php_sha256_crypt_r()
529 int n = _snprintf(cp, MAX(0, buflen), "%s%u$", sha256_rounds_prefix, rounds); in php_sha256_crypt_r()
531 int n = snprintf(cp, MAX(0, buflen), "%s%zu$", sha256_rounds_prefix, rounds); in php_sha256_crypt_r()
H A Dcrypt_sha512.c401 size_t rounds = ROUNDS_DEFAULT; in php_sha512_crypt_r() local
418 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha512_crypt_r()
525 for (cnt = 0; cnt < rounds; ++cnt) { in php_sha512_crypt_r()
564 int n = _snprintf(cp, MAX(0, buflen), "%s%u$", sha512_rounds_prefix, rounds); in php_sha512_crypt_r()
566 int n = snprintf(cp, MAX(0, buflen), "%s%zu$", sha512_rounds_prefix, rounds); in php_sha512_crypt_r()
/PHP-5.3/ext/soap/
H A DTODO94 - more interop rounds/groups
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_ofb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_cbc.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_cfb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_decrypt.phpt15 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_ecb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that

Completed in 44 milliseconds