Home
last modified time | relevance | path

Searched refs:rounds (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/standard/tests/strings/
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 …]
H A Dcrypt_blowfish_variation2.phpt2 Test Blowfish crypt() falls back to DES when rounds are not specified,
H A Dcrypt_blowfish_variation1.phpt2 Test Blowfish crypt() with invalid rounds
/PHP-5.5/ext/hash/tests/
H A Dhash_pbkdf2_basic.phpt19 echo "sha1(rounds): " . hash_pbkdf2('sha1', 'passwordPASSWORDpassword', 'saltSALTsaltSALTsaltSALTsa…
20 echo "sha1(rounds)(raw): " . bin2hex(hash_pbkdf2('sha1', 'passwordPASSWORDpassword', 'saltSALTsaltS…
24 echo "sha256(rounds): " . hash_pbkdf2('sha256', 'passwordPASSWORDpassword', 'saltSALTsaltSALTsaltSA…
25 echo "sha256(rounds)(raw): " . bin2hex(hash_pbkdf2('sha256', 'passwordPASSWORDpassword', 'saltSALTs…
34 sha1(rounds): 3d2eec4fe41c849b80c8d8366
35 sha1(rounds)(raw): 3d2eec4fe41c849b80c8d83662c0e44a8b291a964cf2f07038
39 sha256(rounds): 348c89dbcbd32b2f32d814b8116e84cf2b17347e
40 sha256(rounds)(raw): 348c89dbcbd32b2f32d814b8116e84cf2b17347ebc1800181c4e2a1fb8dd53e1c635518c7dac47…
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_ofb.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_cbc.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
/PHP-5.5/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.5/ext/soap/
H A DTODO94 - more interop rounds/groups
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11069 >>120 lelong >0 \b, %d key transformation rounds

Completed in 48 milliseconds