Searched refs:BN_ULONG (Results 51 - 75 of 226) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c59 # define BN_ULONG unsigned long long macro
61 # define BN_ULONG unsigned long macro
73 register BN_ULONG high,low; \
90 register BN_ULONG high,low; \
108 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
109 BN_ULONG w)
111 BN_ULONG c1 = 0;
139 BN_ULONG bn_mul_word
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_sqr.c97 BN_ULONG t[8];
104 BN_ULONG t[16];
112 BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL * 2];
117 j = BN_num_bits_word((BN_ULONG)al);
157 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
160 const BN_ULONG *ap;
161 BN_ULONG *rp;
204 void bn_sqr_recursive(BN_ULONG *
[all...]
H A Dbn_lib.c138 static const BN_ULONG data_one = 1L;
140 { (BN_ULONG *)&data_one, 1, 1, 0, BN_FLG_STATIC_DATA };
145 int BN_num_bits_word(BN_ULONG l)
287 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words)
289 BN_ULONG *A, *a = NULL;
290 const BN_ULONG *B;
303 a = A = (BN_ULONG *)OPENSSL_malloc(sizeof(BN_ULONG) * words);
315 memset(a, 0, sizeof(BN_ULONG) * words);
332 BN_ULONG a
[all...]
H A Dbn_nist.c70 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
76 static const BN_ULONG _nist_p_192_sqr[] = {
81 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
89 static const BN_ULONG _nist_p_224_sqr[] = {
96 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
109 static const BN_ULONG _nist_p_256_sqr[] = {
116 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
129 static const BN_ULONG _nist_p_384_sqr[] = {
136 static const BN_ULONG _nist_p_521[] =
144 static const BN_ULONG _nist_p_521_sq
[all...]
H A Dbn_mul.c82 BN_ULONG bn_sub_part_words(BN_ULONG *r,
83 const BN_ULONG *a, const BN_ULONG *b,
86 BN_ULONG c, t;
226 BN_ULONG bn_add_part_words(BN_ULONG *r,
227 const BN_ULONG *a, const BN_ULONG *b,
230 BN_ULONG
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_nist.c71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
76 static const BN_ULONG _nist_p_192_sqr[] = {
80 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
86 static const BN_ULONG _nist_p_224_sqr[] = {
92 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
104 static const BN_ULONG _nist_p_256_sqr[] = {
110 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
122 static const BN_ULONG _nist_p_384_sqr[] = {
128 static const BN_ULONG _nist_p_521[] =
134 static const BN_ULONG _nist_p_521_sq
[all...]
H A Dbn_sqr.c95 BN_ULONG t[8];
104 BN_ULONG t[16];
115 BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL*2];
122 j=BN_num_bits_word((BN_ULONG)al);
159 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
162 const BN_ULONG *ap;
163 BN_ULONG *rp;
207 void bn_sqr_recursive(BN_ULONG *
[all...]
H A Dbn_mul.c80 BN_ULONG bn_sub_part_words(BN_ULONG *r,
81 const BN_ULONG *a, const BN_ULONG *b,
84 BN_ULONG c, t;
207 BN_ULONG bn_add_part_words(BN_ULONG *r,
208 const BN_ULONG *a, const BN_ULONG *b,
211 BN_ULONG
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Dsparcv9cap.c17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
19 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c59 # define BN_ULONG unsigned long long macro
61 # define BN_ULONG unsigned long macro
73 register BN_ULONG high,low; \
90 register BN_ULONG high,low; \
108 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
109 BN_ULONG w)
111 BN_ULONG c1 = 0;
139 BN_ULONG bn_mul_word
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_sqr.c97 BN_ULONG t[8];
104 BN_ULONG t[16];
112 BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL * 2];
117 j = BN_num_bits_word((BN_ULONG)al);
157 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
160 const BN_ULONG *ap;
161 BN_ULONG *rp;
204 void bn_sqr_recursive(BN_ULONG *
[all...]
H A Dbn_lib.c138 static const BN_ULONG data_one = 1L;
140 { (BN_ULONG *)&data_one, 1, 1, 0, BN_FLG_STATIC_DATA };
145 int BN_num_bits_word(BN_ULONG l)
287 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words)
289 BN_ULONG *A, *a = NULL;
290 const BN_ULONG *B;
303 a = A = (BN_ULONG *)OPENSSL_malloc(sizeof(BN_ULONG) * words);
315 memset(a, 0, sizeof(BN_ULONG) * words);
332 BN_ULONG a
[all...]
H A Dbn_nist.c70 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
76 static const BN_ULONG _nist_p_192_sqr[] = {
81 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
89 static const BN_ULONG _nist_p_224_sqr[] = {
96 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
109 static const BN_ULONG _nist_p_256_sqr[] = {
116 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
129 static const BN_ULONG _nist_p_384_sqr[] = {
136 static const BN_ULONG _nist_p_521[] =
144 static const BN_ULONG _nist_p_521_sq
[all...]
H A Dbn_mul.c82 BN_ULONG bn_sub_part_words(BN_ULONG *r,
83 const BN_ULONG *a, const BN_ULONG *b,
86 BN_ULONG c, t;
226 BN_ULONG bn_add_part_words(BN_ULONG *r,
227 const BN_ULONG *a, const BN_ULONG *b,
230 BN_ULONG
[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_nist.c71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
76 static const BN_ULONG _nist_p_192_sqr[] = {
80 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
86 static const BN_ULONG _nist_p_224_sqr[] = {
92 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
104 static const BN_ULONG _nist_p_256_sqr[] = {
110 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
122 static const BN_ULONG _nist_p_384_sqr[] = {
128 static const BN_ULONG _nist_p_521[] =
134 static const BN_ULONG _nist_p_521_sq
[all...]
H A Dbn_sqr.c95 BN_ULONG t[8];
104 BN_ULONG t[16];
115 BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL*2];
122 j=BN_num_bits_word((BN_ULONG)al);
159 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
162 const BN_ULONG *ap;
163 BN_ULONG *rp;
207 void bn_sqr_recursive(BN_ULONG *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Dsparcv9cap.c17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
19 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c59 # define BN_ULONG unsigned long long macro
61 # define BN_ULONG unsigned long macro
73 register BN_ULONG high,low; \
90 register BN_ULONG high,low; \
108 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
109 BN_ULONG w)
111 BN_ULONG c1 = 0;
139 BN_ULONG bn_mul_word
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_sqr.c97 BN_ULONG t[8];
104 BN_ULONG t[16];
112 BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL * 2];
117 j = BN_num_bits_word((BN_ULONG)al);
157 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
160 const BN_ULONG *ap;
161 BN_ULONG *rp;
204 void bn_sqr_recursive(BN_ULONG *
[all...]
H A Dbn_lib.c138 static const BN_ULONG data_one = 1L;
140 { (BN_ULONG *)&data_one, 1, 1, 0, BN_FLG_STATIC_DATA };
145 int BN_num_bits_word(BN_ULONG l)
287 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words)
289 BN_ULONG *A, *a = NULL;
290 const BN_ULONG *B;
303 a = A = (BN_ULONG *)OPENSSL_malloc(sizeof(BN_ULONG) * words);
315 memset(a, 0, sizeof(BN_ULONG) * words);
332 BN_ULONG a
[all...]
H A Dbn_nist.c70 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
76 static const BN_ULONG _nist_p_192_sqr[] = {
81 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
89 static const BN_ULONG _nist_p_224_sqr[] = {
96 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
109 static const BN_ULONG _nist_p_256_sqr[] = {
116 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
129 static const BN_ULONG _nist_p_384_sqr[] = {
136 static const BN_ULONG _nist_p_521[] =
144 static const BN_ULONG _nist_p_521_sq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/asm/
H A Dx86_64-gcc.c59 #define BN_ULONG unsigned long long macro
61 #define BN_ULONG unsigned long macro
74 register BN_ULONG high,low; \
91 register BN_ULONG high,low; \
109 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
111 BN_ULONG c1=0;
133 BN_ULONG bn_mul_word
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/asm/
H A Dx86_64-gcc.c59 #define BN_ULONG unsigned long long macro
61 #define BN_ULONG unsigned long macro
74 register BN_ULONG high,low; \
91 register BN_ULONG high,low; \
109 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
111 BN_ULONG c1=0;
133 BN_ULONG bn_mul_word
[all...]
/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_64-gcc.c59 #define BN_ULONG unsigned long long macro
61 #define BN_ULONG unsigned long macro
74 register BN_ULONG high,low; \
91 register BN_ULONG high,low; \
109 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
111 BN_ULONG c1=0;
133 BN_ULONG bn_mul_word
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_mul.c80 BN_ULONG bn_sub_part_words(BN_ULONG *r,
81 const BN_ULONG *a, const BN_ULONG *b,
84 BN_ULONG c, t;
207 BN_ULONG bn_add_part_words(BN_ULONG *r,
208 const BN_ULONG *a, const BN_ULONG *b,
211 BN_ULONG
[all...]

Completed in 268 milliseconds

12345678910