Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c60 static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, in bn_GF2m_mul_1x1() function
129 static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, in bn_GF2m_mul_1x1() function
236 bn_GF2m_mul_1x1(r + 3, r + 2, a1, b1); in bn_GF2m_mul_2x2()
237 bn_GF2m_mul_1x1(r + 1, r, a0, b0); in bn_GF2m_mul_2x2()
238 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in bn_GF2m_mul_2x2()