Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/asm/
Dx86_64-gf2m.S200 .globl bn_GF2m_mul_2x2 symbol
201 .type bn_GF2m_mul_2x2,@function
203 bn_GF2m_mul_2x2: label
289 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
Darmv4-gf2m.S88 .global bn_GF2m_mul_2x2 symbol
89 .type bn_GF2m_mul_2x2,%function
91 bn_GF2m_mul_2x2: label
192 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
Dx86-gf2m.S238 .globl bn_GF2m_mul_2x2 symbol
239 .type bn_GF2m_mul_2x2,@function
241 bn_GF2m_mul_2x2: label
341 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/external/openssl/crypto/bn/
Dbn_gf2m.c211 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, const BN_ULONG b1, c… in bn_GF2m_mul_2x2() function
223 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1, BN_ULONG b0);
417 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0); in BN_GF2m_mod_mul_arr()
/external/openssl/patches/
D0014-arm_asm.patch4196 +# Double bn_GF2m_mul_2x2 performance by using algorithm from paper
4248 # void bn_GF2m_mul_2x2(BN_ULONG *r,
4258 .global bn_GF2m_mul_2x2
4259 @@ -173,44 +156,58 @@ bn_GF2m_mul_2x2: