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

/freebsd-10.1-release/crypto/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 Darmv4-gf2m.pl12 # 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: label
263 .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-10.1-release/secure/lib/libcrypto/amd64/
H A Dx86_64-gf2m.S201 .globl bn_GF2m_mul_2x2
202 .type bn_GF2m_mul_2x2,@function
204 bn_GF2m_mul_2x2: label
290 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/freebsd-10.1-release/secure/lib/libcrypto/i386/
H A Dx86-gf2m.s239 .globl bn_GF2m_mul_2x2
240 .type bn_GF2m_mul_2x2,@function
242 bn_GF2m_mul_2x2: label
338 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/freebsd-10.1-release/crypto/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,
522 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);

Completed in 105 milliseconds