Searched refs:bn_mul_mont_int (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_ppc.c | 18 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 37 return bn_mul_mont_int(rp, ap, bp, np, n0, num); in bn_mul_mont()
|
H A D | bn_sparc.c | 23 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 76 return bn_mul_mont_int(rp, ap, bp, np, n0, num); in bn_mul_mont()
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | ppc-mont.S | 6 .globl bn_mul_mont_int 7 .type bn_mul_mont_int,@function 9 bn_mul_mont_int: label 10 .localentry bn_mul_mont_int,0 218 .size bn_mul_mont_int,.-bn_mul_mont_int
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | ppc-mont.S | 6 .globl bn_mul_mont_int 7 .type bn_mul_mont_int,@function 9 bn_mul_mont_int: label 10 .localentry bn_mul_mont_int,0 218 .size bn_mul_mont_int,.-bn_mul_mont_int
|
/freebsd/sys/crypto/openssl/powerpc/ |
H A D | ppc-mont.S | 5 .globl bn_mul_mont_int 6 .type bn_mul_mont_int,@function 8 bn_mul_mont_int: label 217 .size bn_mul_mont_int,.-bn_mul_mont_int
|