Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_gf2m.c139 static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, in bn_GF2m_mul_1x1() function
208 static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, in bn_GF2m_mul_1x1() function
315 bn_GF2m_mul_1x1(r + 3, r + 2, a1, b1); in bn_GF2m_mul_2x2()
316 bn_GF2m_mul_1x1(r + 1, r, a0, b0); in bn_GF2m_mul_2x2()
317 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in bn_GF2m_mul_2x2()