Home
last modified time | relevance | path

Searched refs:bn_mul_mont (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/crypto/openssl/arm/
H A Darmv4-mont.S23 .globl bn_mul_mont
24 .type bn_mul_mont,%function
27 bn_mul_mont: label
200 .size bn_mul_mont,.-bn_mul_mont
/freebsd/crypto/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.c973 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(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1030 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
H A Dbn_sparc.c16 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
H A Dbn_asm.c857 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
952 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
1000 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
1041 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() function
H A Dbn_mont.c48 if (bn_mul_mont(r->d, a->d, b->d, mont->N.d, mont->n0, num)) { in bn_mul_mont_fixed_top()
H A Dbn_local.h659 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
/freebsd/sys/crypto/openssl/i386/
H A Dx86-mont.S4 .globl bn_mul_mont
5 .type bn_mul_mont,@function
7 bn_mul_mont: label
476 .size bn_mul_mont,.-.L_bn_mul_mont_begin
502 .globl bn_mul_mont
503 .type bn_mul_mont,@function
505 bn_mul_mont: label
971 .size bn_mul_mont,.-.L_bn_mul_mont_begin
/freebsd/sys/crypto/openssl/amd64/
H A Dx86_64-mont.S6 .globl bn_mul_mont
7 .type bn_mul_mont,@function
9 bn_mul_mont: label
258 .size bn_mul_mont,.-bn_mul_mont
/freebsd/sys/crypto/openssl/aarch64/
H A Darmv8-mont.S9 .globl bn_mul_mont
10 .type bn_mul_mont,%function
12 bn_mul_mont: label
226 .size bn_mul_mont,.-bn_mul_mont
/freebsd/crypto/openssl/
H A DCHANGES.md10061 to make it possible to share assembler modules, such as bn_mul_mont
10072 * New candidate for BIGNUM assembler implementation, bn_mul_mont,
10074 BN_MONT_CTX is modified to allow bn_mul_mont to reach for higher
10565 Introduce bn_mul_mont (dedicated Montgomery multiplication