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 - 14
of
14
) sorted by null
/external/chromium_org/third_party/openssl/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
113
.global
bn_GF2m_mul_2x2
114
.type
bn_GF2m_mul_2x2
,%function
116
bn_GF2m_mul_2x2
:
204
.size
bn_GF2m_mul_2x2
,.-
bn_GF2m_mul_2x2
armv4-gf2m.pl
12
# The module implements
bn_GF2m_mul_2x2
polynomial multiplication
159
# void
bn_GF2m_mul_2x2
(BN_ULONG *r,
166
.global
bn_GF2m_mul_2x2
167
.type
bn_GF2m_mul_2x2
,%function
169
bn_GF2m_mul_2x2
:
263
.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
165
.globl
bn_GF2m_mul_2x2
166
.type
bn_GF2m_mul_2x2
,\@abi-omnipotent
168
bn_GF2m_mul_2x2
:
277
.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
:
329
.size
bn_GF2m_mul_2x2
,.-.L_bn_GF2m_mul_2x2_begin
/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
113
.global
bn_GF2m_mul_2x2
114
.type
bn_GF2m_mul_2x2
,%function
116
bn_GF2m_mul_2x2
:
204
.size
bn_GF2m_mul_2x2
,.-
bn_GF2m_mul_2x2
armv4-gf2m.pl
12
# The module implements
bn_GF2m_mul_2x2
polynomial multiplication
159
# void
bn_GF2m_mul_2x2
(BN_ULONG *r,
166
.global
bn_GF2m_mul_2x2
167
.type
bn_GF2m_mul_2x2
,%function
169
bn_GF2m_mul_2x2
:
263
.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
165
.globl
bn_GF2m_mul_2x2
166
.type
bn_GF2m_mul_2x2
,\@abi-omnipotent
168
bn_GF2m_mul_2x2
:
277
.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
:
329
.size
bn_GF2m_mul_2x2
,.-.L_bn_GF2m_mul_2x2_begin
/external/chromium_org/third_party/openssl/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);
/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 115 milliseconds