Searched refs:bn_GF2m_mul_1x1 (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 61 static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, in bn_GF2m_mul_1x1() function 130 static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, in bn_GF2m_mul_1x1() function 237 bn_GF2m_mul_1x1(r + 3, r + 2, a1, b1); in bn_GF2m_mul_2x2() 238 bn_GF2m_mul_1x1(r + 1, r, a0, b0); in bn_GF2m_mul_2x2() 239 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in bn_GF2m_mul_2x2()
|
Completed in 12 milliseconds