Searched refs:bn_sub_words (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dx86.pl21 &bn_sub_words("bn_sub_words");
H A Ds390x.S275 // BN_ULONG bn_sub_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5);
276 .globl bn_sub_words
277 .type bn_sub_words,@function
279 bn_sub_words: label
327 .size bn_sub_words,.-bn_sub_words
H A Dbn-586.pl19 &bn_sub_words("bn_sub_words");
495 sub bn_sub_words subroutine
H A Dbn-586.S657 .globl bn_sub_words
658 .type bn_sub_words,@function
660 bn_sub_words: label
838 .size bn_sub_words,.-.L_bn_sub_words_begin
H A Dbn-mips.S453 .globl bn_sub_words
454 .ent bn_sub_words
455 bn_sub_words: label
461 .end bn_sub_words
/external/openssl/crypto/bn/asm/
H A Dx86.pl21 &bn_sub_words("bn_sub_words");
H A Ds390x.S275 // BN_ULONG bn_sub_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5);
276 .globl bn_sub_words
277 .type bn_sub_words,@function
279 bn_sub_words: label
327 .size bn_sub_words,.-bn_sub_words
H A Dbn-586.pl19 &bn_sub_words("bn_sub_words");
495 sub bn_sub_words subroutine
H A Dbn-586.S657 .globl bn_sub_words
658 .type bn_sub_words,@function
660 bn_sub_words: label
838 .size bn_sub_words,.-.L_bn_sub_words_begin
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_nist.c442 carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP);
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
573 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
575 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
582 u.f = bn_sub_words;
585 carry = (int)bn_sub_words(r_d,r_d,_nist_p_224[carry-1],BN_NIST_224_TOP);
600 u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
779 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
782 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
785 carry -= (int)bn_sub_words(r_
[all...]
H A Dbn_mul.c71 bn_sub_words(). They have the property performing operations on
87 c = bn_sub_words(r, a, b, cl);
512 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
688 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
777 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
778 bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n);
784 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
785 bn_sub_words(&(r[n]),&(b[n]),&(b[0]),n);
794 bn_sub_words(&(r[0]),&(a[0]),&(a[n]),n);
795 bn_sub_words(
[all...]
H A Dbn_sqr.c242 bn_sub_words(t,a,&(a[n]),n);
244 bn_sub_words(t,&(a[n]),a,n);
266 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
H A Dbn_div.c301 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
410 * BN_ULONG arrays with bn_sub_words */
411 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n+1))
H A Dbn_mont.c245 v=bn_sub_words(rp,ap,np,nl)-carry;
269 if (bn_sub_words (rp,ap,np,nl)-carry)
H A Dbn_add.c216 carry=bn_sub_words(rp,ap,bp,min);
H A Dbn_asm.c393 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
923 c0 = bn_sub_words(rp,tp,np,num);
1012 c0 = bn_sub_words(rp,tp,np,num);
/external/openssl/crypto/bn/
H A Dbn_nist.c442 carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP);
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
573 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
575 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
582 u.f = bn_sub_words;
585 carry = (int)bn_sub_words(r_d,r_d,_nist_p_224[carry-1],BN_NIST_224_TOP);
600 u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
779 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
782 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
785 carry -= (int)bn_sub_words(r_
[all...]
H A Dbn_mul.c71 bn_sub_words(). They have the property performing operations on
87 c = bn_sub_words(r, a, b, cl);
512 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
688 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
777 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
778 bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n);
784 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
785 bn_sub_words(&(r[n]),&(b[n]),&(b[0]),n);
794 bn_sub_words(&(r[0]),&(a[0]),&(a[n]),n);
795 bn_sub_words(
[all...]
H A Dbn_sqr.c242 bn_sub_words(t,a,&(a[n]),n);
244 bn_sub_words(t,&(a[n]),a,n);
266 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
H A Dbn_div.c301 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
410 * BN_ULONG arrays with bn_sub_words */
411 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n+1))
H A Dbn_mont.c245 v=bn_sub_words(rp,ap,np,nl)-carry;
269 if (bn_sub_words (rp,ap,np,nl)-carry)
H A Dbn_add.c216 carry=bn_sub_words(rp,ap,bp,min);
H A Dbn_asm.c393 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
923 c0 = bn_sub_words(rp,tp,np,num);
1012 c0 = bn_sub_words(rp,tp,np,num);
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
H A Dsub.pl4 sub bn_sub_words subroutine
/external/openssl/crypto/bn/asm/x86/
H A Dsub.pl4 sub bn_sub_words subroutine

Completed in 807 milliseconds

12