Searched refs:bn_GF2m_mul_1x1 (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_gf2m.c | 134 static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, const BN_ULONG b) in bn_GF2m_mul_1x1() function 166 static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, const BN_ULONG b) in bn_GF2m_mul_1x1() function 215 bn_GF2m_mul_1x1(r+3, r+2, a1, b1); in bn_GF2m_mul_2x2() 216 bn_GF2m_mul_1x1(r+1, r, a0, b0); in bn_GF2m_mul_2x2() 217 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in bn_GF2m_mul_2x2()
|