Home
last modified time | relevance | path

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

/crypto/
Dnhpoly1305.c54 u32 m3 = get_unaligned_le32(message + 12); 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()
Decc.c352 u64 m3 = a1 * b1; in mul_64_64() local
359 m3 += 0x100000000ull; in mul_64_64()
362 result.m_high = m3 + (m2 >> 32); in mul_64_64()