Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 25 of 71) sorted by relevance

123

/system/core/libmincrypt/
Dp256.c76 p256_ddigit carry = 0; in mulAdd() local
79 carry += *c; in mulAdd()
80 carry += (p256_ddigit)P256_DIGIT(a, i) * b; in mulAdd()
81 *c++ = (p256_digit)carry; in mulAdd()
82 carry >>= P256_BITSPERDIGIT; in mulAdd()
84 return top + (p256_digit)carry; in mulAdd()
132 p256_ddigit carry = 0; in addM() local
134 carry += *c; in addM()
135 carry += P256_DIGIT(MOD, i) & mask; in addM()
136 *c++ = (p256_digit)carry; in addM()
[all …]
Dp256_ec.c196 static void felem_reduce_carry(felem inout, limb carry) { in felem_reduce_carry() argument
197 const u32 carry_mask = NON_ZERO_TO_ALL_ONES(carry); in felem_reduce_carry()
199 inout[0] += carry << 1; in felem_reduce_carry()
203 inout[3] -= carry << 11; in felem_reduce_carry()
207 inout[6] -= carry << 22; in felem_reduce_carry()
211 inout[7] += carry << 25; in felem_reduce_carry()
219 limb carry = 0; in felem_sum() local
224 out[i] += carry; in felem_sum()
225 carry = out[i] >> 29; in felem_sum()
233 out[i] += carry; in felem_sum()
[all …]
/system/core/adb/
DOVERVIEW.TXT136 Each transport can carry one or more multiplexed streams between clients
/system/extras/crypto-perf/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/init/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/tpm/attestation/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/libfec/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/verity/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/webservd/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/tpm/trunks/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/taskstats/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/keymaster/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/libutils/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/libpagemap/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/kexec_tools/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/firewalld/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/sane_schedstat/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/boot_control_copy/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/memtrack/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/sound/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/ext4_utils/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/squashfs_utils/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/logwrapper/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/security/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/procmem/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

123