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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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 Dx86_64-gcc.c210 BN_ULONG bn_sub_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n) function
234 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) function
H A Dsparcv8.S437 .global bn_sub_words
439 * BN_ULONG bn_sub_words(rp,ap,bp,n)
443 bn_sub_words: label
522 .type bn_sub_words,#function
523 .size bn_sub_words,(.-bn_sub_words)
H A Dsparcv8plus.S544 .global bn_sub_words
546 * BN_ULONG bn_sub_words(rp,ap,bp,n)
550 bn_sub_words: label
619 .type bn_sub_words,#function
620 .size bn_sub_words,(.-bn_sub_words)
H A Dpa-risc2.s651 ;BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
664 bn_sub_words label
667 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dpa-risc2W.s640 ;BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
653 bn_sub_words label
656 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dia64.S219 // BN_ULONG bn_sub_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num)
221 .global bn_sub_words#
222 .proc bn_sub_words#
225 bn_sub_words: label
269 .endp bn_sub_words#
H A Dmips.pl648 .globl bn_sub_words
649 .ent bn_sub_words
650 bn_sub_words: label
656 .end bn_sub_words
H A Dppc.pl204 # bn_sub_words
248 .globl .bn_sub_words
1516 # "bn_sub_words" i.e. remove the first dot
1522 .bn_sub_words:
1524 # Handcoded version of bn_sub_words
1526 #BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
H A Dmips3.s482 LEAF(bn_sub_words)
573 END(bn_sub_words)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_nist.c441 carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP);
451 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
576 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
578 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
585 u.f = bn_sub_words;
588 carry = (int)bn_sub_words(r_d,r_d,_nist_p_224[carry-1],BN_NIST_224_TOP);
603 u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
783 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
786 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
789 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.c243 bn_sub_words(t,a,&(a[n]),n);
245 bn_sub_words(t,&(a[n]),a,n);
267 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);
H A Dbn.h814 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86/
H A Dsub.pl4 sub bn_sub_words subroutine
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/
H A Dppc.S91 .globl bn_sub_words
92 .type bn_sub_words,@function
1371 bn_sub_words: label
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
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 Dx86.S681 .globl bn_sub_words
682 .type bn_sub_words,@function
684 bn_sub_words: label
862 .size bn_sub_words,.-.L_bn_sub_words_begin
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dbn-sparcv8.S437 .global bn_sub_words
439 * BN_ULONG bn_sub_words(rp,ap,bp,n)
443 bn_sub_words: label
522 .type bn_sub_words,#function
523 .size bn_sub_words,(.-bn_sub_words)

Completed in 203 milliseconds