Searched refs:bn_mul4x_mont_int (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_ppc.c | 20 int bn_mul4x_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 27 return bn_mul4x_mont_int(rp, ap, bp, np, n0, num); in bn_mul_mont()
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ |
H A D | ppc-mont.S | 220 .globl bn_mul4x_mont_int symbol 221 .type bn_mul4x_mont_int,@function 224 bn_mul4x_mont_int: label 225 .quad .bn_mul4x_mont_int,.TOC.@tocbase,0 228 .bn_mul4x_mont_int: label
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/ |
H A D | ppc-mont.S | 220 .globl bn_mul4x_mont_int symbol 221 .type bn_mul4x_mont_int,@function 224 bn_mul4x_mont_int: label 225 .quad .bn_mul4x_mont_int,.TOC.@tocbase,0 228 .bn_mul4x_mont_int: label
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | ppccap.c | 51 int bn_mul4x_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 58 return bn_mul4x_mont_int(rp, ap, bp, np, n0, num); in bn_mul_mont()
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ |
H A D | ppc-mont.S | 217 .globl bn_mul4x_mont_int symbol 218 .type bn_mul4x_mont_int,@function 220 bn_mul4x_mont_int: label
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/ |
H A D | ppc-mont.S | 217 .globl bn_mul4x_mont_int symbol 218 .type bn_mul4x_mont_int,@function 220 bn_mul4x_mont_int: label
|