Searched refs:bn_mul_mont_gather5 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c761 void bn_mul_mont_gather5(BN_ULONG *rp, const BN_ULONG *ap,
787 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
798 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
806 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
812 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
834 bn_mul_mont_gather5(tmp.d, tmp.d, powerbuf, np, n0, top, wvalue);
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl34 # int bn_mul_mont_gather5(
56 .globl bn_mul_mont_gather5
57 .type bn_mul_mont_gather5,\@function,6
59 bn_mul_mont_gather5: label
395 .size bn_mul_mont_gather5,.-bn_mul_mont_gather5
/freebsd-10-stable/secure/lib/libcrypto/amd64/
H A Dx86_64-mont5.S5 .globl bn_mul_mont_gather5
6 .type bn_mul_mont_gather5,@function
8 bn_mul_mont_gather5: label
414 .size bn_mul_mont_gather5,.-bn_mul_mont_gather5

Completed in 178 milliseconds