HomeSort by: relevance | last modified time | path
    Searched refs:deterministic (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
randombytes.exp 1 0d8e6cc68715648926732e7ea73250cfaf2d58422083904c841a8ba33b986111f346ba50723a68ae283524a6bded09f83be6b80595856f72e25b86918e8b114bafb94bc8abedd73daab454576b7c5833eb0bf982a1bb4587a5c970ff0810ca3b791d7e12 (deterministic)
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_dsa_rfc6979.txt 14 Title = RFC 6979 deterministic DSA_1024 tests
45 NonceType = deterministic
56 NonceType = deterministic
67 NonceType = deterministic
78 NonceType = deterministic
89 NonceType = deterministic
100 NonceType = deterministic
111 NonceType = deterministic
122 NonceType = deterministic
133 NonceType = deterministic
    [all...]
evppkey_ecdsa_rfc6979.txt 15 Title = RFC 6979 P-192 deterministic ECDSA tests
33 NonceType = deterministic
50 NonceType = deterministic
67 NonceType = deterministic
84 NonceType = deterministic
101 NonceType = deterministic
118 NonceType = deterministic
135 NonceType = deterministic
152 NonceType = deterministic
169 NonceType = deterministic
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
slhdsa_parse.py 55 deterministic = "1" if grp['deterministic'] else "0"
66 coverage_name = name + "_" + encoding + deterministic + context
85 print_label("Ctrl", "deterministic:" + deterministic)
slh_dsa_test.c 255 int encode = 0, deterministic = 1; local
257 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC, &deterministic);
456 int deterministic = 1; local
473 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC, &deterministic);
ml_dsa_test.c 133 int encode = 0, deterministic = 1; local
135 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC, &deterministic);
  /src/external/gpl3/binutils/dist/binutils/
ar.c 94 /* Operate in deterministic mode: write zero for timestamps, uids,
97 int deterministic = -1; /* Determinism indeterminate. */
587 deterministic = true;
590 deterministic = false;
630 if (deterministic < 0)
631 deterministic = DEFAULT_AR_DETERMINISTIC;
646 deterministic = true;
649 deterministic = false;
802 if (newer_only && deterministic > 0)
805 if (newer_only && deterministic < 0 && DEFAULT_AR_DETERMINISTIC
96 int deterministic = -1; \/* Determinism indeterminate. *\/ variable
    [all...]
arsup.c 36 extern int deterministic;
339 if (deterministic > 0)
objcopy.c 98 static int deterministic = -1; /* Enable deterministic archives. */
390 {"disable-deterministic-archives", no_argument, 0, 'U'},
393 {"enable-deterministic-archives", no_argument, 0, 'D'},
450 {"disable-deterministic-archives", no_argument, 0, 'U'},
455 {"enable-deterministic-archives", no_argument, 0, 'D'},
603 -D --enable-deterministic-archives\n\
604 Produce deterministic output when stripping archives (default)\n\
605 -U --disable-deterministic-archives\n\
609 -D --enable-deterministic-archives\n
97 static int deterministic = -1; \/* Enable deterministic archives. *\/ variable
    [all...]
dlltool.c 358 static bool deterministic = DEFAULT_AR_DETERMINISTIC; variable
2998 if (deterministic)
3726 fprintf (file, _(" --deterministic-libraries\n"));
3731 fprintf (file, _(" --non-deterministic-libraries\n"));
3803 {"deterministic-libraries", no_argument, NULL, OPTION_DETERMINISTIC_LIBRARIES},
3822 {"non-deterministic-libraries", no_argument, NULL, OPTION_NON_DETERMINISTIC_LIBRARIES},
3993 deterministic = true;
3996 deterministic = false;
4070 /* If possible use a deterministic prefix. */
configure 1505 --enable-deterministic-archives
12196 # Check whether --enable-deterministic-archives was given.
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 101 /* Operate in deterministic mode: write zero for timestamps, uids,
104 int deterministic = -1; /* Determinism indeterminate. */
600 deterministic = true;
603 deterministic = false;
646 if (deterministic < 0)
647 deterministic = DEFAULT_AR_DETERMINISTIC;
662 deterministic = true;
665 deterministic = false;
823 if (newer_only && deterministic > 0)
826 if (newer_only && deterministic < 0 && DEFAULT_AR_DETERMINISTIC
102 int deterministic = -1; \/* Determinism indeterminate. *\/ variable
    [all...]
arsup.c 41 extern int deterministic;
352 if (deterministic > 0)
objcopy.c 99 static int deterministic = -1; /* Enable deterministic archives. */
395 {"disable-deterministic-archives", no_argument, 0, 'U'},
398 {"enable-deterministic-archives", no_argument, 0, 'D'},
455 {"disable-deterministic-archives", no_argument, 0, 'U'},
460 {"enable-deterministic-archives", no_argument, 0, 'D'},
596 -D --enable-deterministic-archives\n\
597 Produce deterministic output when stripping archives (default)\n\
598 -U --disable-deterministic-archives\n\
602 -D --enable-deterministic-archives\n
98 static int deterministic = -1; \/* Enable deterministic archives. *\/ variable
    [all...]
dlltool.c 358 static bool deterministic = DEFAULT_AR_DETERMINISTIC; variable
2997 if (deterministic)
3725 fprintf (file, _(" --deterministic-libraries\n"));
3730 fprintf (file, _(" --non-deterministic-libraries\n"));
3802 {"deterministic-libraries", no_argument, NULL, OPTION_DETERMINISTIC_LIBRARIES},
3821 {"non-deterministic-libraries", no_argument, NULL, OPTION_NON_DETERMINISTIC_LIBRARIES},
3992 deterministic = true;
3995 deterministic = false;
4069 /* If possible use a deterministic prefix. */
configure 1504 --enable-deterministic-archives
11822 # Check whether --enable-deterministic-archives was given.
  /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
ml_dsa_sig.c 51 int deterministic; member in struct:__anon593
193 if (ctx->deterministic == 1)
273 if (p != NULL && !OSSL_PARAM_get_int(p, &pctx->deterministic))
slh_dsa_sig.c 49 int deterministic; member in struct:__anon595
214 } else if (ctx->deterministic == 0) {
291 if (p != NULL && !OSSL_PARAM_get_int(p, &pctx->deterministic))
  /src/external/mpl/bind/dist/bin/tests/system/dnssec-malformed-dnskey/
tests_malformed_dnskey.py 20 ) # dns.dnssec.sign_zone(deterministic=...) needed
87 deterministic=False, # for OpenSSL<3.2.0 compat
  /src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_ml_dsa_codecs.t 88 qw(-pkeyopt deterministic:1 -out), $s])));
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 471 # deterministic and without side effects.
  /src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_data.inc 2883 * Deterministic SLH_DSA key generation supplies the private key elements and
2927 static int deterministic = 1;
2929 ST_KAT_PARAM_INT(OSSL_SIGNATURE_PARAM_DETERMINISTIC, deterministic),

Completed in 76 milliseconds