/openbsd/regress/lib/libcrypto/aead/ |
H A D | aeadtest.c | 144 lengths[NONCE], bufs[IN], lengths[IN], bufs[AD], lengths[AD])) { in run_aead_test() 149 if (out_len != lengths[CT] + lengths[TAG]) { in run_aead_test() 151 line_no, out_len, (unsigned)(lengths[CT] + lengths[TAG])); in run_aead_test() 160 if (memcmp(out + lengths[CT], bufs[TAG], lengths[TAG]) != 0) { in run_aead_test() 166 lengths[NONCE], out, out_len, bufs[AD], lengths[AD])) { in run_aead_test() 184 lengths[NONCE], out, out_len, bufs[AD], lengths[AD])) { in run_aead_test() 266 if (out_len != lengths[CT] + lengths[TAG]) { in run_cipher_aead_encrypt_test() 268 line_no, out_len, (unsigned)(lengths[CT] + lengths[TAG])); in run_cipher_aead_encrypt_test() 277 if (memcmp(out + lengths[CT], bufs[TAG], lengths[TAG]) != 0) { in run_cipher_aead_encrypt_test() 427 lengths[j] = 0; in main() [all …]
|
/openbsd/regress/sys/kern/sosplice/udp/ |
H A D | args-idle-trickle.pl | 7 my @lengths = (1, 2, 3); 11 lengths => \@lengths, 18 len => sum(@lengths), 19 lengths => "@lengths",
|
H A D | args-sleep-relay.pl | 7 my @lengths = (0, 1, 2, 3, 4, 5); 11 lengths => \@lengths, 16 len => sum(@lengths), 17 lengths => "@lengths",
|
H A D | args-sleep-client.pl | 7 my @lengths = (0, 1, 2, 3, 4, 5); 12 lengths => \@lengths, 18 len => sum(@lengths), 19 lengths => "@lengths",
|
H A D | args-multi.pl | 7 my @lengths = (251, 16384, 0, 1, 2, 3, 4, 5); 11 lengths => \@lengths, 21 len => sum(@lengths), 22 lengths => "@lengths",
|
H A D | args-maxcopy-sleep-relay.pl | 8 my @lengths = (5, 4, 3, 2, 1, 0); 12 lengths => \@lengths, 21 len => sum(@lengths), 22 lengths => "@lengths",
|
H A D | args-maxcopy-sleep-client.pl | 8 my @lengths = (5, 4, 3, 2, 1, 0); 14 lengths => \@lengths, 24 len => sum(@lengths), 25 lengths => "@lengths",
|
/openbsd/regress/usr.sbin/relayd/ |
H A D | args-http-put-multi.pl | 6 my @lengths = map { 1 } (1..50); 10 lengths => \@lengths, 16 qr/, (?:done|last write \(done\)), PUT/ => (1 + @lengths), 22 lengths => \@lengths,
|
H A D | args-http-multi.pl | 6 my @lengths = map { 1 } (1..50); 10 lengths => \@lengths, 16 qr/, (?:done|last write \(done\)), GET/ => (1 + @lengths), 22 lengths => \@lengths,
|
H A D | args-http-persistent.pl | 6 my @lengths = (251, 16384, 0, 1, 2, 3, 4, 5); 10 lengths => \@lengths, 18 qr/, (?:done|last write \(done\))/ => (1 + @lengths), 24 lengths => \@lengths,
|
H A D | args-http-contentlength.pl | 6 my @lengths = (1, 2, 0, 3, 4); 10 lengths => \@lengths, 17 loggrep => [ map { "Content-Length: $_" } @lengths ], 22 lengths => \@lengths,
|
H A D | args-http-put.pl | 6 my @lengths = (251, 16384, 0, 1, 2, 3, 4, 5); 10 lengths => \@lengths, 19 qr/, (?:done|last write \(done\))/ => (1 + @lengths), 25 lengths => \@lengths,
|
H A D | args-https-put-multi.pl | 6 my @lengths = map { 1 } (1..50); 10 lengths => \@lengths, 17 qr/, (?:done|last write \(done\)), PUT/ => (1 + @lengths), 26 lengths => \@lengths,
|
H A D | args-https-multi.pl | 6 my @lengths = map { 1 } (1..50); 10 lengths => \@lengths, 17 qr/, (?:done|last write \(done\)), GET/ => (1 + @lengths), 26 lengths => \@lengths,
|
H A D | args-https-contentlength.pl | 6 my @lengths = (1, 2, 0, 3, 4); 10 lengths => \@lengths, 18 loggrep => [ map { "Content-Length: $_" } @lengths ], 26 lengths => \@lengths,
|
H A D | args-https-persistent.pl | 6 my @lengths = (251, 16384, 0, 1, 2, 3, 4, 5); 10 lengths => \@lengths, 19 qr/, (?:done|last write \(done\))/ => (1 + @lengths), 28 lengths => \@lengths,
|
H A D | args-https-put.pl | 6 my @lengths = (251, 16384, 0, 1, 2, 3, 4, 5); 10 lengths => \@lengths, 20 qr/, (?:done|last write \(done\))/ => (1 + @lengths), 29 lengths => \@lengths,
|
H A D | args-http-chunked-invalid.pl | 9 my @lengths = (7, 6, 5, 4, 3, 2); 25 foreach (@lengths) { 33 lengths => \@lengths, 49 lengths => \@lengths,
|
H A D | args-http-chunked.pl | 6 my @lengths = ([ 251, 10000, 10 ], 1, [2, 3]); 10 lengths => \@lengths, 26 lengths => \@lengths,
|
H A D | args-http-expect.pl | 4 my @lengths = (21); 8 lengths => \@lengths, 25 lengths => \@lengths,
|
H A D | args-http-chunked-put.pl | 6 my @lengths = ([ 251, 10000, 10 ], 1, [2, 3]); 10 lengths => \@lengths, 27 lengths => \@lengths,
|
H A D | args-https-chunked.pl | 6 my @lengths = ([ 251, 10000, 10 ], 1, [2, 3]); 10 lengths => \@lengths, 30 lengths => \@lengths,
|
H A D | args-http-callback.pl | 8 my @lengths = (4, 3); 33 lengths => \@lengths, 51 lengths => \@lengths,
|
/openbsd/regress/usr.sbin/httpd/tests/ |
H A D | args-get-1073741824.pl | 5 my @lengths = ($len, $len); 10 lengths => \@lengths, 13 lengths => \@lengths,
|
H A D | args-get-512.pl | 5 my @lengths = ($len, $len, $len); 10 lengths => \@lengths, 13 lengths => \@lengths,
|