Home
last modified time | relevance | path

Searched refs:bn_GF2m_mul_2x2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/crypto/openssl/amd64/
H A Dx86_64-gf2m.S205 .globl bn_GF2m_mul_2x2
206 .type bn_GF2m_mul_2x2,@function
208 bn_GF2m_mul_2x2: label
310 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/freebsd/sys/crypto/openssl/arm/
H A Darmv4-gf2m.S97 .globl bn_GF2m_mul_2x2
98 .type bn_GF2m_mul_2x2,%function
100 bn_GF2m_mul_2x2: label
220 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/freebsd/sys/crypto/openssl/i386/
H A Dx86-gf2m.S249 .globl bn_GF2m_mul_2x2
250 .type bn_GF2m_mul_2x2,@function
252 bn_GF2m_mul_2x2: label
356 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
627 .globl bn_GF2m_mul_2x2
628 .type bn_GF2m_mul_2x2,@function
630 bn_GF2m_mul_2x2: label
731 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c232 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, in bn_GF2m_mul_2x2() function
245 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1,
443 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0); in BN_GF2m_mod_mul_arr()