Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 2 of 2) sorted by relevance

/crypto/
A Dnhpoly1305.c52 u32 m1 = get_unaligned_le32(message + 4); in nh_generic() local
60 sums[0] += (u64)(u32)(m1 + key[ 1]) * (u32)(m3 + key[ 3]); in nh_generic()
61 sums[1] += (u64)(u32)(m1 + key[ 5]) * (u32)(m3 + key[ 7]); in nh_generic()
62 sums[2] += (u64)(u32)(m1 + key[ 9]) * (u32)(m3 + key[11]); in nh_generic()
63 sums[3] += (u64)(u32)(m1 + key[13]) * (u32)(m3 + key[15]); in nh_generic()
A Decc.c388 u64 m1 = a0 * b1; in mul_64_64() local
393 m2 += m1; in mul_64_64()
396 if (m2 < m1) in mul_64_64()

Completed in 11 milliseconds