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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/
H A Dx86.pl21 &bn_sub_words("bn_sub_words");
H A Dbn-586.pl18 &bn_sub_words("bn_sub_words");
396 sub bn_sub_words subroutine
H A Dx86_64-gcc.c198 BN_ULONG bn_sub_words (BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int n) function
222 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.S519 .global bn_sub_words
521 * BN_ULONG bn_sub_words(rp,ap,bp,n)
525 bn_sub_words: label
594 .type bn_sub_words,#function
595 .size bn_sub_words,(.-bn_sub_words)
H A Dppc.pl169 "bn_sub_words",
281 # bn_sub_words
338 .globl .bn_sub_words
1599 # "bn_sub_words" i.e. remove the first dot
1605 .bn_sub_words:
1607 # Handcoded version of bn_sub_words
1609 #BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_nist.c310 if (bn_sub_words(r_d, r_d, _nist_p_192, BN_NIST_192_TOP))
317 bn_sub_words(r_d, r_d, _nist_p_192, BN_NIST_192_TOP);
377 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP))
380 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP))
386 if (bn_sub_words(r_d,r_d,_nist_p_224,BN_NIST_224_TOP))
400 bn_sub_words(r_d, r_d, _nist_p_224, BN_NIST_224_TOP);
520 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP))
524 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP))
528 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP))
532 if (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);
511 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
686 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
775 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
776 bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n);
782 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
783 bn_sub_words(&(r[n]),&(b[n]),&(b[0]),n);
792 bn_sub_words(&(r[0]),&(a[0]),&(a[n]),n);
793 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.c258 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
362 * BN_ULONG arrays with bn_sub_words */
363 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n+1))
H A Dbn_add.c216 carry=bn_sub_words(rp,ap,bp,min);
H A Dbn_mont.c200 v=bn_sub_words(rp,ap,np,ri);
H A Dbn.h735 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
H A Dbn_asm.c385 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/x86/
H A Dsub.pl4 sub bn_sub_words subroutine

Completed in 175 milliseconds