Searched refs:bn_mul_words (Results 1 - 25 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dx86.pl17 &bn_mul_words("bn_mul_words");
H A Dbn-586.pl14 &bn_mul_words("bn_mul_words");
183 sub bn_mul_words subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dx86.pl17 &bn_mul_words("bn_mul_words");
H A Ds390x.S125 // BN_ULONG bn_mul_words(BN_ULONG *r2,BN_ULONG *r3,int r4,BN_ULONG r5);
126 .globl bn_mul_words
127 .type bn_mul_words,@function
129 bn_mul_words: label
188 .size bn_mul_words,.-bn_mul_words
H A Dbn-586.pl15 &bn_mul_words("bn_mul_words");
210 sub bn_mul_words subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dx86.pl17 &bn_mul_words("bn_mul_words");
H A Ds390x.S125 // BN_ULONG bn_mul_words(BN_ULONG *r2,BN_ULONG *r3,int r4,BN_ULONG r5);
126 .globl bn_mul_words
127 .type bn_mul_words,@function
129 bn_mul_words: label
188 .size bn_mul_words,.-bn_mul_words
H A Dbn-586.pl15 &bn_mul_words("bn_mul_words");
210 sub bn_mul_words subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/x86/
H A Dmul.pl4 sub bn_mul_words subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/x86/
H A Dmul.pl4 sub bn_mul_words subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/x86/
H A Dmul.pl4 sub bn_mul_words subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_word.c236 ll=bn_mul_words(a->d,a->d,a->top,w);
H A Dbn_sqr.c174 rp[j]=bn_mul_words(rp,ap,j,ap[-1]);
H A Dbn_asm.c96 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
169 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
842 r[4]=bn_mul_words( &(r[0]),a,4,b[0]);
850 r[ 8]=bn_mul_words( &(r[0]),a,8,b[0]);
H A Dbn_div.c358 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q);
H A Dbn_mul.c1122 (void)bn_mul_words(r,a,na,0);
1126 rr[0]=bn_mul_words(r,a,na,b[0]);
1149 bn_mul_words(r,a,n,b[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_word.c217 ll = bn_mul_words(a->d, a->d, a->top, w);
H A Dbn_sqr.c172 rp[j] = bn_mul_words(rp, ap, j, ap[-1]);
H A Dbn_asm.c101 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
190 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
1023 r[4] = bn_mul_words(&(r[0]), a, 4, b[0]);
1031 r[8] = bn_mul_words(&(r[0]), a, 8, b[0]);
H A Dbn_div.c432 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);
H A Dbn_mul.c1117 (void)bn_mul_words(r, a, na, 0);
1120 rr[0] = bn_mul_words(r, a, na, b[0]);
1146 bn_mul_words(r, a, n, b[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_word.c217 ll = bn_mul_words(a->d, a->d, a->top, w);
H A Dbn_sqr.c172 rp[j] = bn_mul_words(rp, ap, j, ap[-1]);
H A Dbn_asm.c101 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
190 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
1023 r[4] = bn_mul_words(&(r[0]), a, 4, b[0]);
1031 r[8] = bn_mul_words(&(r[0]), a, 8, b[0]);
H A Dbn_div.c432 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);

Completed in 146 milliseconds

123