Symbol: reduce
lib/libcrypto/mlkem/mlkem_internal.c
269
odd = reduce(step_root * s->c[j + offset]);
lib/libcrypto/mlkem/mlkem_internal.c
316
s->c[j + offset] = reduce(step_root *
lib/libcrypto/mlkem/mlkem_internal.c
323
s->c[i] = reduce(s->c[i] * kInverseDegree);
lib/libcrypto/mlkem/mlkem_internal.c
380
reduce(real_real +
lib/libcrypto/mlkem/mlkem_internal.c
381
(uint32_t)reduce(img_img) * kModRoots[i]);
lib/libcrypto/mlkem/mlkem_internal.c
382
out->c[2 * i + 1] = reduce(img_real + real_img);
regress/lib/libcrypto/bn/bn_mod_exp.c
241
generate_test_quintuple(int reduce, BIGNUM *a, BIGNUM *p, BIGNUM *b, BIGNUM *q,
regress/lib/libcrypto/bn/bn_mod_exp.c
264
if (reduce) {
regress/lib/libcrypto/bn/bn_mod_exp.c
310
generate_test_triple(int reduce, BIGNUM *a, BIGNUM *p, BIGNUM *m, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_mod_exp.c
312
return generate_test_quintuple(reduce, a, p, NULL, NULL, m, ctx);
regress/lib/libcrypto/bn/bn_mod_exp.c
372
bn_mod_exp_test(int reduce, BIGNUM *want, BIGNUM *a, BIGNUM *p, BIGNUM *m,
regress/lib/libcrypto/bn/bn_mod_exp.c
378
if (!generate_test_triple(reduce, a, p, m, ctx))
regress/lib/libcrypto/bn/bn_mod_exp.c
406
int reduce;
regress/lib/libcrypto/bn/bn_mod_exp.c
423
reduce = 0;
regress/lib/libcrypto/bn/bn_mod_exp.c
425
failed |= bn_mod_exp_test(reduce, want, a, p, m, ctx);
regress/lib/libcrypto/bn/bn_mod_exp.c
427
reduce = 1;
regress/lib/libcrypto/bn/bn_mod_exp.c
429
failed |= bn_mod_exp_test(reduce, want, a, p, m, ctx);
regress/lib/libcrypto/bn/bn_mod_exp.c
466
bn_mod_exp2_test(int reduce, BIGNUM *want, BIGNUM *got, BIGNUM *a, BIGNUM *p,
regress/lib/libcrypto/bn/bn_mod_exp.c
472
if (!generate_test_quintuple(reduce, a, p, b, q, m, ctx))
regress/lib/libcrypto/bn/bn_mod_exp.c
503
int reduce;
regress/lib/libcrypto/bn/bn_mod_exp.c
526
reduce = 0;
regress/lib/libcrypto/bn/bn_mod_exp.c
528
failed |= bn_mod_exp2_test(reduce, want, got, a, p, b, q, m, ctx);
regress/lib/libcrypto/bn/bn_mod_exp.c
530
reduce = 1;
regress/lib/libcrypto/bn/bn_mod_exp.c
532
failed |= bn_mod_exp2_test(reduce, want, got, a, p, b, q, m, ctx);
usr.bin/indent/indent_globs.h
340
void reduce(void);
usr.bin/indent/parse.c
192
reduce(); /* see if any reduction can be done */
usr.bin/indent/parse.c
39
void reduce(void);
usr.bin/indent/parse.c
54
reduce(); /* see if this allows any reduction */