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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/
H A De_sureware.c733 bn_fix_top(rsatmp->e);
735 bn_fix_top(rsatmp->n);
784 bn_fix_top(dsatmp->pub_key);
786 bn_fix_top(dsatmp->p);
788 bn_fix_top(dsatmp->q);
790 bn_fix_top(dsatmp->g);
1058 bn_fix_top(psign->r);
1060 bn_fix_top(psign->s);
1094 bn_fix_top(r);
H A De_chil.c837 bn_fix_top(rtmp->e);
839 bn_fix_top(rtmp->n);
933 bn_fix_top(r);
997 bn_fix_top(r);
1040 bn_fix_top(r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/
H A De_sureware.c696 bn_fix_top(rsatmp->e);
698 bn_fix_top(rsatmp->n);
741 bn_fix_top(dsatmp->pub_key);
743 bn_fix_top(dsatmp->p);
745 bn_fix_top(dsatmp->q);
747 bn_fix_top(dsatmp->g);
1006 bn_fix_top(psign->r);
1008 bn_fix_top(psign->s);
1048 bn_fix_top(r);
H A De_chil.c830 bn_fix_top(rtmp->e);
832 bn_fix_top(rtmp->n);
927 bn_fix_top(r);
993 bn_fix_top(r);
1041 bn_fix_top(r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/
H A De_sureware.c696 bn_fix_top(rsatmp->e);
698 bn_fix_top(rsatmp->n);
741 bn_fix_top(dsatmp->pub_key);
743 bn_fix_top(dsatmp->p);
745 bn_fix_top(dsatmp->q);
747 bn_fix_top(dsatmp->g);
1006 bn_fix_top(psign->r);
1008 bn_fix_top(psign->s);
1048 bn_fix_top(r);
H A De_chil.c830 bn_fix_top(rtmp->e);
832 bn_fix_top(rtmp->n);
927 bn_fix_top(r);
993 bn_fix_top(r);
1041 bn_fix_top(r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/engines/
H A De_sureware.c733 bn_fix_top(rsatmp->e);
735 bn_fix_top(rsatmp->n);
784 bn_fix_top(dsatmp->pub_key);
786 bn_fix_top(dsatmp->p);
788 bn_fix_top(dsatmp->q);
790 bn_fix_top(dsatmp->g);
1058 bn_fix_top(psign->r);
1060 bn_fix_top(psign->s);
1094 bn_fix_top(r);
H A De_chil.c837 bn_fix_top(rtmp->e);
839 bn_fix_top(rtmp->n);
933 bn_fix_top(r);
997 bn_fix_top(r);
1040 bn_fix_top(r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/
H A De_sureware.c733 bn_fix_top(rsatmp->e);
735 bn_fix_top(rsatmp->n);
784 bn_fix_top(dsatmp->pub_key);
786 bn_fix_top(dsatmp->p);
788 bn_fix_top(dsatmp->q);
790 bn_fix_top(dsatmp->g);
1058 bn_fix_top(psign->r);
1060 bn_fix_top(psign->s);
1094 bn_fix_top(r);
H A De_chil.c837 bn_fix_top(rtmp->e);
839 bn_fix_top(rtmp->n);
933 bn_fix_top(r);
997 bn_fix_top(r);
1040 bn_fix_top(r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/
H A De_sureware.c696 bn_fix_top(rsatmp->e);
698 bn_fix_top(rsatmp->n);
741 bn_fix_top(dsatmp->pub_key);
743 bn_fix_top(dsatmp->p);
745 bn_fix_top(dsatmp->q);
747 bn_fix_top(dsatmp->g);
1006 bn_fix_top(psign->r);
1008 bn_fix_top(psign->s);
1048 bn_fix_top(r);
H A De_chil.c830 bn_fix_top(rtmp->e);
832 bn_fix_top(rtmp->n);
927 bn_fix_top(r);
993 bn_fix_top(r);
1041 bn_fix_top(r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dbn.h734 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
738 * bn_fix_top() has become an overabused duct-tape because bignum data is
741 * - bn_fix_top()s implementation has been moved to bn_correct_top()
742 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
747 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
749 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
750 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
754 * bn_fix_top() macro. External applications and libraries should try this with
804 # define bn_fix_top(a) bn_check_top(a) macro
819 # define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dbn.h693 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
697 * bn_fix_top() has become an overabused duct-tape because bignum data is
700 * - bn_fix_top()s implementation has been moved to bn_correct_top()
701 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
706 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
708 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
709 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
713 * bn_fix_top() macro. External applications and libraries should try this with
762 #define bn_fix_top(a) bn_check_top(a) macro
775 #define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn.h693 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
697 * bn_fix_top() has become an overabused duct-tape because bignum data is
700 * - bn_fix_top()s implementation has been moved to bn_correct_top()
701 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
706 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
708 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
709 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
713 * bn_fix_top() macro. External applications and libraries should try this with
762 #define bn_fix_top(a) bn_check_top(a) macro
775 #define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dbn.h693 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
697 * bn_fix_top() has become an overabused duct-tape because bignum data is
700 * - bn_fix_top()s implementation has been moved to bn_correct_top()
701 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
706 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
708 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
709 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
713 * bn_fix_top() macro. External applications and libraries should try this with
762 #define bn_fix_top(a) bn_check_top(a) macro
775 #define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn.h734 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
738 * bn_fix_top() has become an overabused duct-tape because bignum data is
741 * - bn_fix_top()s implementation has been moved to bn_correct_top()
742 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
747 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
749 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
750 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
754 * bn_fix_top() macro. External applications and libraries should try this with
804 # define bn_fix_top(a) bn_check_top(a) macro
819 # define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dbn.h734 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
738 * bn_fix_top() has become an overabused duct-tape because bignum data is
741 * - bn_fix_top()s implementation has been moved to bn_correct_top()
742 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
747 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
749 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
750 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
754 * bn_fix_top() macro. External applications and libraries should try this with
804 # define bn_fix_top(a) bn_check_top(a) macro
819 # define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn.h693 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
697 * bn_fix_top() has become an overabused duct-tape because bignum data is
700 * - bn_fix_top()s implementation has been moved to bn_correct_top()
701 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
706 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
708 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
709 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
713 * bn_fix_top() macro. External applications and libraries should try this with
762 #define bn_fix_top(a) bn_check_top(a) macro
775 #define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn.h734 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
738 * bn_fix_top() has become an overabused duct-tape because bignum data is
741 * - bn_fix_top()s implementation has been moved to bn_correct_top()
742 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
747 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
749 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
750 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
754 * bn_fix_top() macro. External applications and libraries should try this with
804 # define bn_fix_top(a) bn_check_top(a) macro
819 # define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dbn.h734 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
738 * bn_fix_top() has become an overabused duct-tape because bignum data is
741 * - bn_fix_top()s implementation has been moved to bn_correct_top()
742 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
747 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
749 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
750 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
754 * bn_fix_top() macro. External applications and libraries should try this with
804 # define bn_fix_top(a) bn_check_top(a) macro
819 # define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dbn.h693 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
697 * bn_fix_top() has become an overabused duct-tape because bignum data is
700 * - bn_fix_top()s implementation has been moved to bn_correct_top()
701 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
706 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
708 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
709 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
713 * bn_fix_top() macro. External applications and libraries should try this with
762 #define bn_fix_top(a) bn_check_top(a) macro
775 #define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dbn.h691 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
695 * bn_fix_top() has become an overabused duct-tape because bignum data is
698 * - bn_fix_top()s implementation has been moved to bn_correct_top()
699 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
704 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
706 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
707 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
711 * bn_fix_top() macro. External applications and libraries should try this with
760 #define bn_fix_top(a) bn_check_top(a) macro
766 #define bn_fix_top( macro
[all...]
/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.h693 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
697 * bn_fix_top() has become an overabused duct-tape because bignum data is
700 * - bn_fix_top()s implementation has been moved to bn_correct_top()
701 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
706 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
708 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
709 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
713 * bn_fix_top() macro. External applications and libraries should try this with
762 #define bn_fix_top(a) bn_check_top(a) macro
775 #define bn_fix_top( macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Dbn.h691 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
695 * bn_fix_top() has become an overabused duct-tape because bignum data is
698 * - bn_fix_top()s implementation has been moved to bn_correct_top()
699 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
704 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
706 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
707 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
711 * bn_fix_top() macro. External applications and libraries should try this with
760 #define bn_fix_top(a) bn_check_top(a) macro
766 #define bn_fix_top( macro
[all...]

Completed in 149 milliseconds

12