Home
last modified time | relevance | path

Searched refs:CCOPY (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/bearssl/src/ec/
H A Dec_prime_i15.c592 CCOPY(EQ(bits, 2), &T, &P2, sizeof T); in point_mul()
593 CCOPY(EQ(bits, 3), &T, &P3, sizeof T); in point_mul()
595 CCOPY(bnz & qz, &Q, &T, sizeof Q); in point_mul()
596 CCOPY(bnz & ~qz, &Q, &U, sizeof Q); in point_mul()
808 CCOPY(z & ~t, &P, &Q, sizeof Q); in api_muladd()
H A Dec_prime_i31.c591 CCOPY(EQ(bits, 2), &T, &P2, sizeof T); in point_mul()
592 CCOPY(EQ(bits, 3), &T, &P3, sizeof T); in point_mul()
594 CCOPY(bnz & qz, &Q, &T, sizeof Q); in point_mul()
595 CCOPY(bnz & ~qz, &Q, &U, sizeof Q); in point_mul()
810 CCOPY(z & ~t, &P, &Q, sizeof Q); in api_muladd()
H A Dec_p256_m31.c634 CCOPY(cc, d, t, sizeof t); in reduce_final_f256()
1154 CCOPY(EQ(bits, 2), &T, &P2, sizeof T); in p256_mul()
1155 CCOPY(EQ(bits, 3), &T, &P3, sizeof T); in p256_mul()
1157 CCOPY(bnz & qz, &Q, &T, sizeof Q); in p256_mul()
1158 CCOPY(bnz & ~qz, &Q, &U, sizeof Q); in p256_mul()
1329 CCOPY(bnz & qz, &Q, &T, sizeof Q); in p256_mulgen()
1330 CCOPY(bnz & ~qz, &Q, &U, sizeof Q); in p256_mulgen()
1453 CCOPY(z & ~t, &P, &Q, sizeof Q); in api_muladd()
H A Dec_p256_m15.c1050 CCOPY(cc, d, t, sizeof t); in reduce_final_f256()
1804 CCOPY(EQ(bits, 2), &T, &P2, sizeof T); in p256_mul()
1805 CCOPY(EQ(bits, 3), &T, &P3, sizeof T); in p256_mul()
1807 CCOPY(bnz & qz, &Q, &T, sizeof Q); in p256_mul()
1808 CCOPY(bnz & ~qz, &Q, &U, sizeof Q); in p256_mul()
1984 CCOPY(bnz & qz, &Q, &T, sizeof Q); in p256_mulgen()
1985 CCOPY(bnz & ~qz, &Q, &U, sizeof Q); in p256_mulgen()
2108 CCOPY(z & ~t, &P, &Q, sizeof Q); in api_muladd()
H A Dec_p256_m62.c1314 CCOPY(bnz & ~qz, &Q, &U, sizeof Q); in point_mul_inner()
1732 CCOPY(s & ~t, &P, &Q, sizeof Q); in api_muladd()
H A Dec_p256_m64.c1330 CCOPY(bnz & ~qz, &Q, &U, sizeof Q); in point_mul_inner()
1748 CCOPY(s & ~t, &P, &Q, sizeof Q); in api_muladd()
H A Dec_c25519_m31.c362 CCOPY(cc, d, t, sizeof t); in reduce_final_f255()
H A Dec_c25519_m15.c1061 CCOPY(cc, d, t, sizeof t); in reduce_final_f255()
/freebsd/contrib/bearssl/src/int/
H A Di15_modpow.c46 CCOPY(ctl, x, t2, mlen); in br_i15_modpow()
H A Di32_modpow.c61 CCOPY(ctl, x, t2, mlen); in br_i32_modpow()
H A Di31_modpow.c61 CCOPY(ctl, x, t2, mlen); in br_i31_modpow()
H A Di15_modpow2.c152 CCOPY(NEQ(bits, 0), x, t1, mlen); in br_i15_modpow_opt()
H A Di31_modpow2.c152 CCOPY(NEQ(bits, 0), x, t1, mlen); in br_i31_modpow_opt()
/freebsd/contrib/bearssl/src/mac/
H A Dhmac_ct.c180 CCOPY(EQ(u, kz), tmp2, tmp1, hlen); in br_hmac_outCT()
/freebsd/contrib/one-true-awk/
H A Dawk.h189 #define CCOPY 6 macro
H A Drun.c231 static const Cell newcopycell = { OCELL, CCOPY, 0, EMPTY, 0.0, NUM|STR|DONTFREE, NULL, NULL }; in call()
295 if (t->csub == CCOPY) { in call()
310 } else if (t == y && t->csub == CCOPY) { in call()
336 y->csub = CCOPY; /* prevents freeing until call is over */ in copycell()
/freebsd/contrib/bearssl/src/
H A Dinner.h908 #define CCOPY br_ccopy macro