Lines Matching refs:input
22 input => unpack("H*", "Sample message for keylen=blocklen"),
27 input => unpack("H*", "Sample message for keylen=blocklen"),
32 …input => '68F2E77696CE7AE8E2CA4EC588E541002E58495C08000F101112131415161718191A1B1C1D1E1F2021222324…
37 …input => '68F2E77696CE7AE8E2CA4EC588E541002E58495C08000F101112131415161718191A1B1C1D1E1F2021222324…
42 input => '00010203',
47 input => '00010203',
52 …input => '000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B…
60 input => '00',
68 …input => '498B53FDEC87EDCBF07097DCCDE93A084BAD7501A224E388DF349CE18959FE8485F8AD1537F0D896EA73BEDC…
73 …input => '498B53FDEC87EDCBF07097DCCDE93A084BAD7501A224E388DF349CE18959FE8485F8AD1537F0D896EA73BEDC…
81 input => '02000000000000000000000000000000',
93 input => '00',
98 input => '00',
103 input => '00',
111 input => '00',
124 ok(compareline($_->{cmd}, $_->{type}, $_->{input}, $_->{expected}, $_->{err}), $_->{desc});
128 ok(comparefile($_->{cmd}, $_->{type}, $_->{input}, $_->{expected}), $_->{desc});
133 ok(compareline($_->{cmd}, $_->{type}, $_->{input}, $_->{expected}, $_->{err}), $_->{desc});
140 my ($cmdarray_orig, $type, $input, $expect, $err) = @_;
148 my $bin = pack("H*", $input);
192 my ($cmdarray, $type, $input, $expect) = @_;
198 my $bin = pack("H*", $input);