OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bn_GF2m_mul_2x2
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/bn/asm/
s390x-gf2m.pl
12
# 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
:
215
.size
bn_GF2m_mul_2x2
,.-
bn_GF2m_mul_2x2
armv4-gf2m.S
88
.global
bn_GF2m_mul_2x2
89
.type
bn_GF2m_mul_2x2
,%function
91
bn_GF2m_mul_2x2
:
192
.size
bn_GF2m_mul_2x2
,.-
bn_GF2m_mul_2x2
armv4-gf2m.pl
12
# The module implements
bn_GF2m_mul_2x2
polynomial multiplication
26
# Double
bn_GF2m_mul_2x2
performance by using algorithm from paper
141
# void
bn_GF2m_mul_2x2
(BN_ULONG *r,
149
.global
bn_GF2m_mul_2x2
150
.type
bn_GF2m_mul_2x2
,%function
152
bn_GF2m_mul_2x2
:
260
.size
bn_GF2m_mul_2x2
,.-
bn_GF2m_mul_2x2
x86_64-gf2m.S
200
.globl
bn_GF2m_mul_2x2
201
.type
bn_GF2m_mul_2x2
,@function
203
bn_GF2m_mul_2x2
:
289
.size
bn_GF2m_mul_2x2
,.-
bn_GF2m_mul_2x2
x86_64-gf2m.pl
12
# 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
:
278
.size
bn_GF2m_mul_2x2
,.-
bn_GF2m_mul_2x2
x86-gf2m.S
238
.globl
bn_GF2m_mul_2x2
239
.type
bn_GF2m_mul_2x2
,@function
241
bn_GF2m_mul_2x2
:
341
.size
bn_GF2m_mul_2x2
,.-.L_bn_GF2m_mul_2x2_begin
/external/openssl/crypto/bn/
bn_gf2m.c
211
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)
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);
Completed in 867 milliseconds