Lines Matching full:rounds
26 salt => 'rounds=10000$saltstringsaltstring',
28 expected => '$5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA' },
30 salt => 'rounds=5000$toolongsaltstring',
32 expected => '$5$rounds=5000$toolongsaltstrin$Un/5jzAHMgOGZ5.mWJpuVolil07guHPvOW8mGRcvxa5' },
34 salt => 'rounds=1400$anotherlongsaltstring',
36 expected => '$5$rounds=1400$anotherlongsalts$Rx.j8H.h8HjEDGomFU8bDkXm3XIUnzyxf12oP84Bnq1' },
38 salt => 'rounds=10$roundstoolow',
40 expected => '$5$rounds=1000$roundstoolow$yfvwcWrQ8l/K0DAWyuPMDNHpIVlTQebY9l/gL972bIC' },
46 salt => 'rounds=10000$saltstringsaltstring',
48 …expected => '$6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0…
50 salt => 'rounds=5000$toolongsaltstring',
52 …expected => '$6$rounds=5000$toolongsaltstrin$lQ8jolhgVRVhY4b5pZKaysCLi0QBxGoNeKQzQ3glMhwllF7oGDZxU…
54 salt => 'rounds=1400$anotherlongsaltstring',
56 …expected => '$6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmL…
58 salt => 'rounds=10$roundstoolow',
60 …expected => '$6$rounds=1000$roundstoolow$kUMsbe306n21p9R.FRkW3IGn.S9NPN0x50YhH1xhLsPuWGsUSklZt58ja…
62 # From the same source as above, these tests use a number of rounds > 10000. They are separated be…
66 salt => 'rounds=77777$short',
68 expected => '$5$rounds=77777$short$JiO1O3ZpDAxGJeaDIuqCoEFysAe1mZNJRs3pw0KQRd/' },
70 salt => 'rounds=123456$asaltof16chars..',
72 … expected => '$5$rounds=123456$asaltof16chars..$gP3VQ/6X7UUEW3HkBn2w1/Ptq2jxPyzV/cZKmF/wJvD' },
74 salt => 'rounds=77777$short',
76 …expected => '$6$rounds=77777$short$WuQyW2YR.hBNpjjRhpYD/ifIw05xdfeEyQoMxIXbkvr0gge1a1x3yRULJ5CCaUe…
78 salt => 'rounds=123456$asaltof16chars..',
80 …expected => '$6$rounds=123456$asaltof16chars..$BtCwjqMJGx5hrJhZywWvt0RLE8uZ4oPwcelCjmw2kSYu.Ec6ycU…
113 skip "Skipping high rounds tests in non caching builds", scalar @sha_high_rounds_tests