Searched refs:bn_GF2m_mul_2x2 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl12 # The module implements bn_GF2m_mul_2x2 polynomial multiplication used
21 # are not ones for bn_GF2m_mul_2x2 itself, as not all CPU time is
161 .globl bn_GF2m_mul_2x2
162 .type bn_GF2m_mul_2x2,\@function
164 bn_GF2m_mul_2x2: label
215 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
H A Dsparcv9-gf2m.pl12 # The module implements bn_GF2m_mul_2x2 polynomial multiplication used
43 .globl bn_GF2m_mul_2x2
45 bn_GF2m_mul_2x2: label
182 .type bn_GF2m_mul_2x2,#function
183 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
H A Darmv4-gf2m.pl12 # The module implements bn_GF2m_mul_2x2 polynomial multiplication
26 # Double bn_GF2m_mul_2x2 performance by using algorithm from paper
137 # void bn_GF2m_mul_2x2(BN_ULONG *r,
142 .global bn_GF2m_mul_2x2
143 .type bn_GF2m_mul_2x2,%function
145 bn_GF2m_mul_2x2: label
266 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
H A Dx86_64-gf2m.pl12 # The module implements bn_GF2m_mul_2x2 polynomial multiplication used
20 # these coefficients are not ones for bn_GF2m_mul_2x2 itself, as not
166 .globl bn_GF2m_mul_2x2
167 .type bn_GF2m_mul_2x2,\@abi-omnipotent
169 bn_GF2m_mul_2x2: label
278 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Ds390x-gf2m.pl12 # The module implements bn_GF2m_mul_2x2 polynomial multiplication used
21 # are not ones for bn_GF2m_mul_2x2 itself, as not all CPU time is
161 .globl bn_GF2m_mul_2x2
162 .type bn_GF2m_mul_2x2,\@function
164 bn_GF2m_mul_2x2: label
215 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
H A Dsparcv9-gf2m.pl12 # The module implements bn_GF2m_mul_2x2 polynomial multiplication used
43 .globl bn_GF2m_mul_2x2
45 bn_GF2m_mul_2x2: label
182 .type bn_GF2m_mul_2x2,#function
183 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
H A Darmv4-gf2m.pl12 # The module implements bn_GF2m_mul_2x2 polynomial multiplication
26 # Double bn_GF2m_mul_2x2 performance by using algorithm from paper
137 # void bn_GF2m_mul_2x2(BN_ULONG *r,
142 .global bn_GF2m_mul_2x2
143 .type bn_GF2m_mul_2x2,%function
145 bn_GF2m_mul_2x2: label
266 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
H A Dx86_64-gf2m.pl12 # The module implements bn_GF2m_mul_2x2 polynomial multiplication used
20 # these coefficients are not ones for bn_GF2m_mul_2x2 itself, as not
166 .globl bn_GF2m_mul_2x2
167 .type bn_GF2m_mul_2x2,\@abi-omnipotent
169 bn_GF2m_mul_2x2: label
278 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_gf2m.c310 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, function
323 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1,
521 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_gf2m.c310 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, function
323 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1,
521 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gf2m.c270 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, const BN_ULONG b1, const BN_ULONG b0) function
473 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);

Completed in 73 milliseconds