Searched refs:bn_GF2m_mul_2x2 (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/bn/asm/x86_64/ |
D | x86_64-gf2m.s | 204 .globl bn_GF2m_mul_2x2 symbol 205 .type bn_GF2m_mul_2x2,@function 207 bn_GF2m_mul_2x2: label 309 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
|
/third_party/openssl/crypto/bn/asm/arm32/ |
D | armv4-gf2m.S | 95 .global bn_GF2m_mul_2x2 symbol 96 .type bn_GF2m_mul_2x2,%function 98 bn_GF2m_mul_2x2: label 216 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
|
/third_party/openssl/crypto/bn/ |
D | bn_gf2m.c | 231 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, in bn_GF2m_mul_2x2() function 244 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1, 442 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0); in BN_GF2m_mod_mul_arr()
|