| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| scopes.c | 28 static int scalar = 23; local 33 /* Make sure to use 'scalar'. */ 34 return scalar - 23; /* BREAK */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| scopes.c | 28 static int scalar = 23; local 33 /* Make sure to use 'scalar'. */ 34 return scalar - 23; /* BREAK */
|
| /src/crypto/dist/ipsec-tools/src/racoon/contrib/ |
| sp.pl | 3 die "insufficient arguments" if (scalar(@ARGV) < 2); 7 if (scalar(@ARGV) > 2) {
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 04-test_params_conversion.t | 18 plan tests => scalar(@files);
|
| 61-test_bio_prefix.t | 22 plan tests => 2 * scalar(keys %input_result); 42 return 0 if scalar @_ == 0; 44 if (scalar @_ != 2) { 45 diag "Lines to compare less than 2: ", scalar @_;
|
| 15-test_ecparam.t | 83 plan tests => scalar(@valid); 88 plan tests => scalar(@valid); 93 plan tests => scalar(@valid); 98 plan tests => scalar(@noncanon); 103 plan tests => scalar(@noncanon); 108 plan tests => scalar(@noncanon); 113 plan tests => scalar(@invalid); 118 plan tests => scalar(@invalid); 123 plan tests => scalar(@invalid); 128 plan tests => 2 * scalar(@valid) [all...] |
| 91-test_pkey_check.t | 55 # For EC keys the range for the secret scalar `k` is `1 <= k <= n-1` 61 # For SM2 keys the range for the secret scalar `k` is `1 <= k < n-1` 89 plan tests => scalar(@negative_tests) + scalar(@positive_tests) 90 + scalar(@negative_pubtests) + scalar(@positive_pubtests);
|
| 04-test_pem_reading.t | 83 plan tests => scalar keys(%cert_expected) + scalar keys(%dsa_expected) + 4; 89 is((scalar @match > 0 ? 1 : 0), $cert_expected{$input}); 92 skip "DSA support disabled, skipping...", (scalar keys %dsa_expected) unless !disabled("dsa"); 101 is((scalar @match > 0 ? 1 : 0), $dsa_expected{$input}); 108 ok(scalar @match > 0 ? 1 : 0); 114 ok(scalar @match > 0 ? 0 : 1); 116 ok(scalar @match > 0 ? 1 : 0);
|
| 06-test_algorithmid.t | 50 scalar @certs 51 + scalar @pubkeys;
|
| 20-test_nocache.t | 25 ok(scalar @match > 1 ? 1 : 0, "Several algorithms are listed - default configuration"); 34 ok(scalar @match > 1 ? 1 : 0, "Several algorithms are listed - nocache-and-default");
|
| fuzz.pl | 15 die "Only one argument accepted" if scalar @_ != 1;
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 04-test_params_conversion.t | 18 plan tests => scalar(@files);
|
| 61-test_bio_prefix.t | 22 plan tests => 2 * scalar(keys %input_result); 42 return 0 if scalar @_ == 0; 44 if (scalar @_ != 2) { 45 diag "Lines to compare less than 2: ", scalar @_;
|
| 15-test_ecparam.t | 65 plan tests => scalar(@valid); 70 plan tests => scalar(@valid); 75 plan tests => scalar(@valid); 80 plan tests => scalar(@noncanon); 85 plan tests => scalar(@noncanon); 90 plan tests => scalar(@noncanon); 95 plan tests => scalar(@invalid); 100 plan tests => scalar(@invalid); 105 plan tests => scalar(@invalid); 110 plan tests => 2 * scalar(@valid) [all...] |
| 01-test_symbol_presence.t | 32 my $testcount = scalar @libnames; 69 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines; 70 note "Number of lines in \@def_lines before massaging: ", scalar @def_lines; 116 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines; 117 note "Number of lines in \@def_lines after massaging: ", scalar @def_lines; 124 while (scalar @nm_lines || scalar @def_lines) { 142 if (scalar @missing) { 148 if (scalar @extra) { 154 ok(scalar @missing == 0 [all...] |
| 91-test_pkey_check.t | 55 # For EC keys the range for the secret scalar `k` is `1 <= k <= n-1` 61 # For SM2 keys the range for the secret scalar `k` is `1 <= k < n-1` 89 plan tests => scalar(@negative_tests) + scalar(@positive_tests) 90 + scalar(@negative_pubtests) + scalar(@positive_pubtests);
|
| 04-test_pem_reading.t | 83 plan tests => scalar keys(%cert_expected) + scalar keys(%dsa_expected) + 4; 89 is((scalar @match > 0 ? 1 : 0), $cert_expected{$input}); 92 skip "DSA support disabled, skipping...", (scalar keys %dsa_expected) unless !disabled("dsa"); 101 is((scalar @match > 0 ? 1 : 0), $dsa_expected{$input}); 108 ok(scalar @match > 0 ? 1 : 0); 114 ok(scalar @match > 0 ? 0 : 1); 116 ok(scalar @match > 0 ? 1 : 0);
|
| 06-test_algorithmid.t | 49 scalar @certs 50 + scalar @pubkeys;
|
| 20-test_nocache.t | 25 ok(scalar @match > 1 ? 1 : 0, "Several algorithms are listed - default configuration"); 34 ok(scalar @match > 1 ? 1 : 0, "Several algorithms are listed - nocache-and-default");
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 30-test_evp.t | 21 plan tests => scalar(@files);
|
| 01-test_symbol_presence.t | 21 my $testcount = scalar @libnames; 56 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines; 57 note "Number of lines in \@def_lines before massaging: ", scalar @def_lines; 85 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines; 86 note "Number of lines in \@def_lines after massaging: ", scalar @def_lines; 93 while (scalar @nm_lines || scalar @def_lines) { 111 if (scalar @missing) { 117 if (scalar @extra) { 123 ok(scalar @missing == 0 [all...] |
| 04-test_pem.t | 82 plan tests => scalar keys(%cert_expected) + scalar keys(%dsa_expected) + 2; 88 is((scalar @match > 0 ? 1 : 0), $cert_expected{$input}); 91 skip "DSA support disabled, skipping...", (scalar keys %dsa_expected) unless !disabled("dsa"); 100 is((scalar @match > 0 ? 1 : 0), $dsa_expected{$input}); 108 ok(scalar @match > 0 ? 1 : 0);
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| help.pl | 9 die "No input files" if scalar @ARGV == 0;
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
| ntadiff.pl | 18 exit 1 if (scalar(@ARGV) != 2);
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| scalarmult7.c | 17 static unsigned char scalar[32]; variable 26 scalar[0] = 1U; 27 ret = crypto_scalarmult_curve25519(out1, scalar, p1); 29 ret = crypto_scalarmult_curve25519(out2, scalar, p2);
|