Searched refs:bn_mul_mont_vis3 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_sparc.c19 int bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
57 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
60 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
H A Dbn_exp.c832 void bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap,
864 bn_mul_mont_vis3(tmp.d, am.d, am.d, np, n0, top);
871 bn_mul_mont_vis3(tmp.d, tmp.d, am.d, np, n0, top);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dsparcv9cap.c31 int bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
69 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
72 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
H A Dvis3-mont.S9 .globl bn_mul_mont_vis3
11 bn_mul_mont_vis3: label
274 .type bn_mul_mont_vis3, #function
275 .size bn_mul_mont_vis3, .-bn_mul_mont_vis3
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
H A Dvis3-mont.S9 .globl bn_mul_mont_vis3
11 bn_mul_mont_vis3: label
274 .type bn_mul_mont_vis3, #function
275 .size bn_mul_mont_vis3, .-bn_mul_mont_vis3
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dvis3-mont.pl57 .globl bn_mul_mont_vis3
59 bn_mul_mont_vis3: label
345 .type bn_mul_mont_vis3, #function
346 .size bn_mul_mont_vis3, .-bn_mul_mont_vis3
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Dvis3-mont.S12 .globl bn_mul_mont_vis3
14 bn_mul_mont_vis3: label
277 .type bn_mul_mont_vis3, #function
278 .size bn_mul_mont_vis3, .-bn_mul_mont_vis3
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dvis3-mont.S12 .globl bn_mul_mont_vis3
14 bn_mul_mont_vis3: label
277 .type bn_mul_mont_vis3, #function
278 .size bn_mul_mont_vis3, .-bn_mul_mont_vis3
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dvis3-mont.pl59 .globl bn_mul_mont_vis3
61 bn_mul_mont_vis3: label
347 .type bn_mul_mont_vis3, #function
348 .size bn_mul_mont_vis3, .-bn_mul_mont_vis3
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_exp.c827 void bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap,
859 bn_mul_mont_vis3(tmp.d, am.d, am.d, np, n0, top);
866 bn_mul_mont_vis3(tmp.d, tmp.d, am.d, np, n0, top);

Completed in 227 milliseconds