Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_dec.c102 mul2(unsigned x) in mul2() function
111 return x ^ mul2(mul2(mul2(x))); in mul9()
119 x2 = mul2(x); in mulb()
120 return x ^ x2 ^ mul2(mul2(x2)); in mulb()
128 x4 = mul2(mul2(x)); in muld()
129 return x ^ x4 ^ mul2(x4); in muld()
137 x2 = mul2(x); in mule()
138 x4 = mul2(x2); in mule()
139 return x2 ^ x4 ^ mul2(x4); in mule()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_lib.c234 static ossl_inline uint64_t mul2(uint64_t a, uint64_t b) in mul2() function
286 v = mul2(v, v); in ilog_e()
366 y = (uint16_t)((mul2(c1_923, icbrt64(mul2(mul2(x, lx), lx))) - c4_690) in ossl_ifc_ffc_compute_security_bits()