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

  /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/crypto/external/apache2/openssl/dist/test/
ml_dsa_test.c 133 int encode = 0, deterministic = 1; local
135 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_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);
  /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...]
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. */
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...]
  /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...]
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. */
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...]

Completed in 41 milliseconds