Searched refs:bn_GF2m_mul_2x2 (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
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 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 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
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c312 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, function
325 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1,
523 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dx86_64-gf2m.S202 .globl bn_GF2m_mul_2x2
203 .type bn_GF2m_mul_2x2,@function
205 bn_GF2m_mul_2x2: label
291 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-gf2m.S86 .global bn_GF2m_mul_2x2
87 .type bn_GF2m_mul_2x2,%function
89 bn_GF2m_mul_2x2: label
194 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dx86-gf2m.S241 .globl bn_GF2m_mul_2x2
242 .type bn_GF2m_mul_2x2,@function
244 bn_GF2m_mul_2x2: label
343 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
588 .globl bn_GF2m_mul_2x2
589 .type bn_GF2m_mul_2x2,@function
591 bn_GF2m_mul_2x2: label
687 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin

Completed in 152 milliseconds