Searched refs:bn_add_words (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dx86.pl20 &bn_add_words("bn_add_words");
H A Ds390x.S221 // BN_ULONG bn_add_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5);
222 .globl bn_add_words
223 .type bn_add_words,@function
225 bn_add_words: label
273 .size bn_add_words,.-bn_add_words
H A Dbn-586.pl18 &bn_add_words("bn_add_words");
423 sub bn_add_words subroutine
H A Dsparcv8.S349 .global bn_add_words
351 * BN_ULONG bn_add_words(rp,ap,bp,n)
355 bn_add_words: label
432 .type bn_add_words,#function
433 .size bn_add_words,(.-bn_add_words)
H A Dsparcv8plus.S466 .global bn_add_words
468 * BN_ULONG bn_add_words(rp,ap,bp,n)
472 bn_add_words: label
541 .type bn_add_words,#function
542 .size bn_add_words,(.-bn_add_words)
H A Dpa-risc2.s577 ;BN_ULONG bn_add_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
588 bn_add_words label
592 .EXPORT bn_add_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dpa-risc2W.s566 ;BN_ULONG bn_add_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
577 bn_add_words label
581 .EXPORT bn_add_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dia64.S166 // BN_ULONG bn_add_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num)
168 .global bn_add_words#
169 .proc bn_add_words#
172 bn_add_words: label
216 .endp bn_add_words#
H A Dx86_64-gcc.c187 BN_ULONG bn_add_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n) function
H A Dppc.pl205 # bn_add_words
249 .globl .bn_add_words
1558 # "bn_add_words" i.e. remove the first dot
1564 .bn_add_words:
1566 # Handcoded version of bn_add_words
1568 #BN_ULONG bn_add_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
H A Dmips3.s382 LEAF(bn_add_words)
479 END(bn_add_words)
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_nist.c391 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
393 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
395 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
485 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
487 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
507 * if bn_add_words yields no carry, then result
512 carry = (int)bn_add_words(r_d,r_d,_nist_p_224[-carry-1],BN_NIST_224_TOP);
514 u.p = ((size_t)bn_sub_words&mask) | ((size_t)bn_add_words&~mask);
590 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
605 carry += (int)bn_add_words(r_
[all...]
H A Dbn_mul.c70 /* Here follows specialised variants of bn_add_words() and
214 c = bn_add_words(r, a, b, cl);
508 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
517 c1+=(int)(bn_add_words(&(t[n2]),&(t[n2]),t,n2));
525 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
684 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
693 c1+=(int)(bn_add_words(&(t[n2]),&(t[n2]),t,n2));
701 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
739 bn_add_words(&(r[n]),&(r[n]),&(t[0]),n);
741 bn_add_words(
[all...]
H A Dbn_sqr.c186 bn_add_words(r,r,r,max);
192 bn_add_words(r,r,tmp,max);
263 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
273 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
H A Dbn_add.c130 carry=bn_add_words(rp,ap,bp,min);
H A Dbn_div.c393 if (bn_add_words(wnum.d, wnum.d, sdiv->d, div_n))
620 if (bn_add_words(wnum.d, wnum.d, sdiv->d, div_n))
H A Dbn_asm.c306 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
341 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
H A Dbn.h769 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/x86/
H A Dadd.pl4 sub bn_add_words subroutine
/barrelfish-master/include/openssl/
H A Dbn.h769 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);

Completed in 174 milliseconds