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

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/asm/
H A Dx86.pl20 &bn_add_words("bn_add_words");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/asm/
H A Dx86.pl20 &bn_add_words("bn_add_words");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/asm/
H A Dx86.pl20 &bn_add_words("bn_add_words");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/asm/
H A Dx86.pl20 &bn_add_words("bn_add_words");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/asm/
H A Dx86.pl20 &bn_add_words("bn_add_words");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/asm/
H A Dx86.pl20 &bn_add_words("bn_add_words");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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);
486 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
488 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
508 * if bn_add_words yields no carry, then result
513 carry = (int)bn_add_words(r_d,r_d,_nist_p_224[-carry-1],BN_NIST_224_TOP);
516 ((PTR_SIZE_INT)bn_add_words&~mask);
593 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
608 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.c187 bn_add_words(r,r,r,max);
193 bn_add_words(r,r,tmp,max);
264 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
274 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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);
486 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
488 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
508 * if bn_add_words yields no carry, then result
513 carry = (int)bn_add_words(r_d,r_d,_nist_p_224[-carry-1],BN_NIST_224_TOP);
516 ((PTR_SIZE_INT)bn_add_words&~mask);
593 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
608 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.c187 bn_add_words(r,r,r,max);
193 bn_add_words(r,r,tmp,max);
264 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
274 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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);
486 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
488 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
508 * if bn_add_words yields no carry, then result
513 carry = (int)bn_add_words(r_d,r_d,_nist_p_224[-carry-1],BN_NIST_224_TOP);
516 ((PTR_SIZE_INT)bn_add_words&~mask);
593 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
608 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_mul.c71 * Here follows specialised variants of bn_add_words() and bn_sub_words().
233 c = bn_add_words(r, a, b, cl);
536 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
542 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
551 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
698 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
704 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
713 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
751 bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
753 bn_add_words(
[all...]
H A Dbn_nist.c460 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
462 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
464 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
625 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
627 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
648 * it's a bit more comlicated logic in this case. if bn_add_words
655 (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1],
659 ((PTR_SIZE_INT) bn_add_words & ~mask);
842 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
856 carry += (int)bn_add_words(r_
[all...]
H A Dbn_sqr.c183 bn_add_words(r, r, r, max);
189 bn_add_words(r, r, tmp, max);
258 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
269 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_mul.c71 * Here follows specialised variants of bn_add_words() and bn_sub_words().
233 c = bn_add_words(r, a, b, cl);
536 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
542 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
551 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
698 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
704 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
713 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
751 bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
753 bn_add_words(
[all...]
H A Dbn_nist.c460 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
462 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
464 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
625 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
627 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
648 * it's a bit more comlicated logic in this case. if bn_add_words
655 (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1],
659 ((PTR_SIZE_INT) bn_add_words & ~mask);
842 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
856 carry += (int)bn_add_words(r_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_mul.c71 * Here follows specialised variants of bn_add_words() and bn_sub_words().
233 c = bn_add_words(r, a, b, cl);
536 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
542 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
551 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
698 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
704 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
713 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
751 bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
753 bn_add_words(
[all...]
H A Dbn_nist.c460 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
462 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
464 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
625 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
627 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
648 * it's a bit more comlicated logic in this case. if bn_add_words
655 (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1],
659 ((PTR_SIZE_INT) bn_add_words & ~mask);
842 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
856 carry += (int)bn_add_words(r_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/asm/x86/
H A Dadd.pl4 sub bn_add_words subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/asm/x86/
H A Dadd.pl4 sub bn_add_words subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/asm/x86/
H A Dadd.pl4 sub bn_add_words subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/asm/x86/
H A Dadd.pl4 sub bn_add_words subroutine

Completed in 291 milliseconds

123456