Searched refs:bn_mul_mont (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Ds390x-mont.pl19 # and _strictly_ in-order execution, while bn_mul_mont is more or less
23 # the cost of other operations increase, bn_mul_mont aim to neatly
65 # int bn_mul_mont(
87 .globl bn_mul_mont
88 .type bn_mul_mont,\@function
89 bn_mul_mont: label
268 .size bn_mul_mont,.-bn_mul_mont
H A Darmv4-mont.pl17 # +115-80% on Intel IXP425. This is compared to pre-bn_mul_mont code
57 .global bn_mul_mont
58 .type bn_mul_mont,%function
61 bn_mul_mont: label
199 .size bn_mul_mont,.-bn_mul_mont
H A Dmips3-mont.pl21 # int bn_mul_mont(
59 .globl bn_mul_mont
60 .ent bn_mul_mont
61 bn_mul_mont: label
322 END(bn_mul_mont)
H A Dmips-mont.pl16 # verify:-( All comparisons are against bn_mul_mont-free assembler.
89 # int bn_mul_mont(
123 .globl bn_mul_mont
124 .ent bn_mul_mont
125 bn_mul_mont: label
140 .end bn_mul_mont
H A Dia64-mont.pl72 // int bn_mul_mont (BN_ULONG *rp,const BN_ULONG *ap,
76 .global bn_mul_mont#
77 .proc bn_mul_mont#
78 bn_mul_mont: label
88 .endp bn_mul_mont#
H A Dx86_64-mont.pl46 # int bn_mul_mont(
64 .globl bn_mul_mont
65 .type bn_mul_mont,\@function,6
67 bn_mul_mont: label
273 .size bn_mul_mont,.-bn_mul_mont
1405 # Post-condition, 4x unrolled copy from bn_mul_mont
H A Dparisc-mont.pl143 .EXPORT bn_mul_mont,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR
145 bn_mul_mont
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dppccap.c18 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) function
H A Dsparcv9cap.c17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) function
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_exp.c702 bn_mul_mont(tmp.d,am.d,am.d,np,n0,top);
716 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
726 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
734 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
756 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
757 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
758 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
759 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
760 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
H A Dbn_asm.c851 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) function
945 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) function
990 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) function
1029 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) function
H A Dbn_lcl.h509 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
H A Dbn_mont.c140 if (bn_mul_mont(r->d,a->d,b->d,mont->N.d,mont->n0,num))
/freebsd-10.0-release/secure/lib/libcrypto/i386/
H A Dx86-mont.s4 .globl bn_mul_mont
5 .type bn_mul_mont,@function
7 bn_mul_mont: label
451 .size bn_mul_mont,.-.L_bn_mul_mont_begin
/freebsd-10.0-release/secure/lib/libcrypto/amd64/
H A Dx86_64-mont.S4 .globl bn_mul_mont
5 .type bn_mul_mont,@function
7 bn_mul_mont: label
210 .size bn_mul_mont,.-bn_mul_mont

Completed in 207 milliseconds