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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 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 Darmv4-mont.pl17 # +115-80% on Intel IXP425. This is compared to pre-bn_mul_mont code
78 .word OPENSSL_armcap_P-bn_mul_mont
81 .global bn_mul_mont
82 .type bn_mul_mont,%function
85 bn_mul_mont: label
91 adr r0,bn_mul_mont
243 .size bn_mul_mont,.-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 Dx86_64-mont.pl76 # int bn_mul_mont(
96 .globl bn_mul_mont
97 .type bn_mul_mont,\@function,6
99 bn_mul_mont: label
326 .size bn_mul_mont,.-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#
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 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 Darmv4-mont.pl17 # +115-80% on Intel IXP425. This is compared to pre-bn_mul_mont code
78 .word OPENSSL_armcap_P-bn_mul_mont
81 .global bn_mul_mont
82 .type bn_mul_mont,%function
85 bn_mul_mont: label
91 adr r0,bn_mul_mont
243 .size bn_mul_mont,.-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 Dx86_64-mont.pl76 # int bn_mul_mont(
96 .globl bn_mul_mont
97 .type bn_mul_mont,\@function,6
99 bn_mul_mont: label
326 .size bn_mul_mont,.-bn_mul_mont
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c1032 bn_mul_mont(tmp.d, am.d, am.d, np, n0, top);
1044 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1052 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1059 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1081 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1082 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1083 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1084 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1085 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
H A Dbn_asm.c901 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
996 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
1044 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
1085 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
H A Dbn_lcl.h530 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
H A Dbn_mont.c140 if (bn_mul_mont(r->d, a->d, b->d, mont->N.d, mont->n0, num)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_exp.c1032 bn_mul_mont(tmp.d, am.d, am.d, np, n0, top);
1044 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1052 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1059 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1081 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1082 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1083 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1084 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1085 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
H A Dbn_asm.c901 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
996 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
1044 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
1085 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
H A Dbn_lcl.h530 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
H A Dbn_mont.c140 if (bn_mul_mont(r->d, a->d, b->d, mont->N.d, mont->n0, num)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dppccap.c20 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
H A Dsparcv9cap.c17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dppccap.c20 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
H A Dsparcv9cap.c17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function

Completed in 81 milliseconds

12