Home
last modified time | relevance | path

Searched refs:bn_sub_words (Results 1 – 22 of 22) sorted by relevance

/external/openssl/crypto/bn/
Dbn_nist.c442 carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP); in BN_nist_mod_192()
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP); in BN_nist_mod_192()
573 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP); in BN_nist_mod_224()
575 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP); in BN_nist_mod_224()
582 u.f = bn_sub_words; in BN_nist_mod_224()
585 carry = (int)bn_sub_words(r_d,r_d,_nist_p_224[carry-1],BN_NIST_224_TOP); in BN_nist_mod_224()
600 u.p = ((PTR_SIZE_INT)bn_sub_words&mask) | in BN_nist_mod_224()
779 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256()
782 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256()
785 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256()
[all …]
Dbn_mul.c87 c = bn_sub_words(r, a, b, cl); in bn_sub_part_words()
512 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2)); in bn_mul_recursive()
688 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2)); in bn_mul_part_recursive()
777 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n); in bn_mul_high()
778 bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n); in bn_mul_high()
784 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n); in bn_mul_high()
785 bn_sub_words(&(r[n]),&(b[n]),&(b[0]),n); in bn_mul_high()
794 bn_sub_words(&(r[0]),&(a[0]),&(a[n]),n); in bn_mul_high()
795 bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n); in bn_mul_high()
802 bn_sub_words(&(r[0]),&(a[0]),&(a[n]),n); in bn_mul_high()
[all …]
Dbn_sqr.c242 bn_sub_words(t,a,&(a[n]),n); in bn_sqr_recursive()
244 bn_sub_words(t,&(a[n]),a,n); in bn_sqr_recursive()
266 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2)); in bn_sqr_recursive()
Dbn_div.c299 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n); in BN_div()
409 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n+1)) in BN_div()
Dbn_mont.c245 v=bn_sub_words(rp,ap,np,nl)-carry; in BN_from_montgomery_word()
269 if (bn_sub_words (rp,ap,np,nl)-carry) in BN_from_montgomery_word()
Dbn_add.c216 carry=bn_sub_words(rp,ap,bp,min); in BN_usub()
Dbn_asm.c393 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) in bn_sub_words() function
923 c0 = bn_sub_words(rp,tp,np,num); in bn_mul_mont()
1012 c0 = bn_sub_words(rp,tp,np,num); in bn_mul_mont()
Dbn.h803 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
/external/openssl/crypto/bn/asm/
Dx86.pl21 &bn_sub_words("bn_sub_words");
Ds390x.S276 .globl bn_sub_words symbol
277 .type bn_sub_words,@function
279 bn_sub_words: label
327 .size bn_sub_words,.-bn_sub_words
Dbn-586.pl19 &bn_sub_words("bn_sub_words");
495 sub bn_sub_words subroutine
Dx86_64-gcc.c210 BN_ULONG bn_sub_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n) in bn_sub_words() function
234 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_sub_words() function
Dbn-mips.s453 .globl bn_sub_words symbol
454 .ent bn_sub_words
455 bn_sub_words: label
461 .end bn_sub_words
Dbn-586.s657 .globl bn_sub_words symbol
658 .type bn_sub_words,@function
660 bn_sub_words: label
838 .size bn_sub_words,.-.L_bn_sub_words_begin
Dsparcv8.S437 .global bn_sub_words symbol
443 bn_sub_words: label
522 .type bn_sub_words,#function
523 .size bn_sub_words,(.-bn_sub_words)
Dsparcv8plus.S544 .global bn_sub_words symbol
550 bn_sub_words: label
619 .type bn_sub_words,#function
620 .size bn_sub_words,(.-bn_sub_words)
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
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
Dia64.S221 .global bn_sub_words#
222 .proc bn_sub_words#
225 bn_sub_words: label
269 .endp bn_sub_words#
Dmips3.s482 LEAF(bn_sub_words)
573 END(bn_sub_words)
/external/openssl/crypto/bn/asm/x86/
Dsub.pl4 sub bn_sub_words subroutine
/external/openssl/include/openssl/
Dbn.h803 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);