Searched refs:bn_mul_add_words (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/
H A Dx86.pl16 &bn_mul_add_words("bn_mul_add_words");
H A Dbn-586.pl13 &bn_mul_add_words("bn_mul_add_words");
23 sub bn_mul_add_words subroutine
H A Dsparcv8.S40 .global bn_mul_add_words
42 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
47 bn_mul_add_words: label
148 .type bn_mul_add_words,#function
149 .size bn_mul_add_words,(.-bn_mul_add_words)
H A Dsparcv8plus.S157 .global bn_mul_add_words
159 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
164 bn_mul_add_words: label
250 .type bn_mul_add_words,#function
251 .size bn_mul_add_words,(.-bn_mul_add_words)
H A Dx86_64-gcc.c97 BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w) function
H A Dppc.pl174 "bn_mul_add_words");
286 # bn_mul_add_words
343 .globl .bn_mul_add_words
1947 # "bn_mul_add_words" i.e. remove the first dot
1953 .bn_mul_add_words:
1955 # BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/x86/
H A Dmul_add.pl4 sub bn_mul_add_words subroutine
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_asm.c71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
142 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
843 r[5]=bn_mul_add_words(&(r[1]),a,4,b[1]);
844 r[6]=bn_mul_add_words(&(r[2]),a,4,b[2]);
845 r[7]=bn_mul_add_words(&(r[3]),a,4,b[3]);
851 r[ 9]=bn_mul_add_words(&(r[1]),a,8,b[1]);
852 r[10]=bn_mul_add_words(&(r[2]),a,8,b[2]);
853 r[11]=bn_mul_add_words(&(r[3]),a,8,b[3]);
854 r[12]=bn_mul_add_words(&(r[4]),a,8,b[4]);
855 r[13]=bn_mul_add_words(
[all...]
H A Dbn_mul.c1131 rr[1]=bn_mul_add_words(&(r[1]),a,na,b[1]);
1133 rr[2]=bn_mul_add_words(&(r[2]),a,na,b[2]);
1135 rr[3]=bn_mul_add_words(&(r[3]),a,na,b[3]);
1137 rr[4]=bn_mul_add_words(&(r[4]),a,na,b[4]);
1154 bn_mul_add_words(&(r[1]),a,n,b[1]);
1156 bn_mul_add_words(&(r[2]),a,n,b[2]);
1158 bn_mul_add_words(&(r[3]),a,n,b[3]);
1160 bn_mul_add_words(&(r[4]),a,n,b[4]);
H A Dbn_mont.c159 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
162 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
H A Dbn_sqr.c182 rp[j]=bn_mul_add_words(rp,ap,j,ap[-1]);
H A Dbn.h730 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);

Completed in 133 milliseconds