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

/barrelfish-master/lib/openssl-1.0.0d/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
38 # int bn_mul_mont(
60 .globl bn_mul_mont
61 .type bn_mul_mont,\@function
62 bn_mul_mont: label
220 .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
54 .global bn_mul_mont
55 .type bn_mul_mont,%function
58 bn_mul_mont: label
196 .size bn_mul_mont,.-bn_mul_mont
H A Dx86_64-mont.pl31 # int bn_mul_mont(
50 .globl bn_mul_mont
51 .type bn_mul_mont,\@function,6
53 bn_mul_mont: label
216 .size bn_mul_mont,.-bn_mul_mont
H A Dalpha-mont.pl18 # int bn_mul_mont(
56 .globl bn_mul_mont
58 .ent bn_mul_mont
59 bn_mul_mont: label
316 .end 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 Dppc-mont.pl19 # So far RSA *sign* performance improvement over pre-bn_mul_mont asm
111 .globl .bn_mul_mont
113 .bn_mul_mont:
/barrelfish-master/lib/openssl-1.0.0d/crypto/
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
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_asm.c847 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
941 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
986 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
1025 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.h485 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))

Completed in 75 milliseconds