Home
last modified time | relevance | path

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

12

/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/bn/
H A Dmips-mont.S9 .globl bn_mul_mont
10 .ent bn_mul_mont
11 bn_mul_mont: label
20 .end bn_mul_mont
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/bn/
H A Dmips-mont.S9 .globl bn_mul_mont
10 .ent bn_mul_mont
11 bn_mul_mont: label
20 .end bn_mul_mont
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/bn/
H A Ds390x-mont.S2 .globl bn_mul_mont
3 .type bn_mul_mont,@function
4 bn_mul_mont: label
175 .size bn_mul_mont,.-bn_mul_mont
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/bn/
H A Ds390x-mont.S2 .globl bn_mul_mont
3 .type bn_mul_mont,@function
4 bn_mul_mont: label
175 .size bn_mul_mont,.-bn_mul_mont
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/bn/
H A Ds390x-mont.S2 .globl bn_mul_mont
3 .type bn_mul_mont,@function
4 bn_mul_mont: label
175 .size bn_mul_mont,.-bn_mul_mont
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/bn/
H A Ds390x-mont.S2 .globl bn_mul_mont
3 .type bn_mul_mont,@function
4 bn_mul_mont: label
175 .size bn_mul_mont,.-bn_mul_mont
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Ds390x-mont.pl26 # and _strictly_ in-order execution, while bn_mul_mont is more or less
30 # the cost of other operations increase, bn_mul_mont aim to neatly
74 # int bn_mul_mont(
96 .globl bn_mul_mont
97 .type bn_mul_mont,\@function
98 bn_mul_mont: label
277 .size bn_mul_mont,.-bn_mul_mont
H A Dmips-mont.pl23 # verify:-( All comparisons are against bn_mul_mont-free assembler.
99 # int bn_mul_mont(
135 .globl bn_mul_mont
136 .ent bn_mul_mont
137 bn_mul_mont: label
152 .end bn_mul_mont
H A Dalpha-mont.pl27 # int bn_mul_mont(
65 .globl bn_mul_mont
67 .ent bn_mul_mont
68 bn_mul_mont: label
322 .end bn_mul_mont
H A Darmv4-mont.pl24 # +115-80% on Intel IXP425. This is compared to pre-bn_mul_mont code
121 .global bn_mul_mont
122 .type bn_mul_mont,%function
125 bn_mul_mont: label
300 .size bn_mul_mont,.-bn_mul_mont
/third_party/openssl/crypto/bn/asm/
H A Ds390x-mont.pl26 # and _strictly_ in-order execution, while bn_mul_mont is more or less
30 # the cost of other operations increase, bn_mul_mont aim to neatly
74 # int bn_mul_mont(
96 .globl bn_mul_mont
97 .type bn_mul_mont,\@function
98 bn_mul_mont: label
277 .size bn_mul_mont,.-bn_mul_mont
H A Dalpha-mont.pl27 # int bn_mul_mont(
65 .globl bn_mul_mont
67 .ent bn_mul_mont
68 bn_mul_mont: label
322 .end bn_mul_mont
H A Dmips-mont.pl23 # verify:-( All comparisons are against bn_mul_mont-free assembler.
99 # int bn_mul_mont(
135 .globl bn_mul_mont
136 .ent bn_mul_mont
137 bn_mul_mont: label
152 .end bn_mul_mont
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/
H A Darmv4-mont.S22 .globl bn_mul_mont
23 .type bn_mul_mont,%function
26 bn_mul_mont: label
199 .size bn_mul_mont,.-bn_mul_mont
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/
H A Darmv4-mont.S22 .globl bn_mul_mont
23 .type bn_mul_mont,%function
26 bn_mul_mont: label
199 .size bn_mul_mont,.-bn_mul_mont
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ppc.c15 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
H A Dbn_exp.c939 * |bn_mul_mont|, which implements the normal reduction variant. in BN_mod_exp_mont_consttime()
940 * Given those inputs, |bn_mul_mont| may not give reduced in BN_mod_exp_mont_consttime()
973 bn_mul_mont(tmp.d, am.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime()
985 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
993 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1000 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1026 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1027 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1028 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1029 bn_mul_mont(tm in BN_mod_exp_mont_consttime()
[all...]
H A Dbn_sparc.c14 #include "bn_local.h" /* for definition of bn_mul_mont */
16 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
/third_party/openssl/crypto/bn/
H A Dbn_ppc.c15 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
H A Dbn_exp.c931 * |bn_mul_mont|, which implements the normal reduction variant. in BN_mod_exp_mont_consttime()
932 * Given those inputs, |bn_mul_mont| may not give reduced in BN_mod_exp_mont_consttime()
965 bn_mul_mont(tmp.d, am.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime()
977 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
985 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
992 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1018 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1019 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1020 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1021 bn_mul_mont(tm in BN_mod_exp_mont_consttime()
[all...]
H A Dbn_sparc.c14 #include "bn_local.h" /* for definition of bn_mul_mont */
16 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/bn/
H A Dx86-mont.S2 .globl bn_mul_mont
3 .type bn_mul_mont,@function
5 bn_mul_mont: label
474 .size bn_mul_mont,.-.L_bn_mul_mont_begin
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bn/
H A Dx86-mont.S2 .globl bn_mul_mont
3 .type bn_mul_mont,@function
5 bn_mul_mont: label
474 .size bn_mul_mont,.-.L_bn_mul_mont_begin
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/
H A Dx86-mont.S2 .globl bn_mul_mont
3 .type bn_mul_mont,@function
5 bn_mul_mont: label
474 .size bn_mul_mont,.-.L_bn_mul_mont_begin
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/bn/
H A Dx86-mont.S2 .globl bn_mul_mont
3 .type bn_mul_mont,@function
5 bn_mul_mont: label
474 .size bn_mul_mont,.-.L_bn_mul_mont_begin

Completed in 11 milliseconds

12