Searched refs:bn_GF2m_mul_2x2 (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 232 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, in bn_GF2m_mul_2x2() function 245 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1, 443 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0); in BN_GF2m_mod_mul_arr()
|
Completed in 8 milliseconds