Searched refs:BN_ULONG (Results 76 - 100 of 226) sorted by relevance

12345678910

/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_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...]
H A Dbn.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
H A Dbn_shift.c65 register BN_ULONG *ap,*rp,t,c;
101 BN_ULONG *ap,*rp,t,c;
135 BN_ULONG *t,*f;
136 BN_ULONG l;
171 BN_ULONG *t,*f;
172 BN_ULONG l,tmp;
H A Dbn_div.c186 BN_ULONG *resp,*wnump;
187 BN_ULONG d0,d1;
291 BN_ULONG q,l0;
293 * snum and sdiv to calculate a BN_ULONG q such that
296 BN_ULONG bn_div_3_words(BN_ULONG*,BN_ULONG,BN_ULONG);
299 BN_ULONG n0,n1,rem=0;
311 q=(BN_ULONG)(((((BN_ULLON
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
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...]
H A Dbn.h182 # define BN_ULONG unsigned long macro
211 # define BN_ULONG unsigned long long macro
240 # define BN_ULONG unsigned int macro
313 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
329 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
330 * changed with 0.9.9, was "BN_ULONG n0;"
400 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
435 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Dbn.c203 BN_ULONG *ap, *bp, *rp, carry, t1;
260 register BN_ULONG t1, t2, *ap, *bp, *rp;
376 BN_ULONG
377 bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
379 BN_ULONG c1 = 0;
400 BN_ULONG
401 bn_mul_words(BN_ULONG *rp, const BN_ULONG *a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dbn.h182 # define BN_ULONG unsigned long macro
211 # define BN_ULONG unsigned long long macro
240 # define BN_ULONG unsigned int macro
313 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
329 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
330 * changed with 0.9.9, was "BN_ULONG n0;"
400 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
435 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dbn.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
H A Dbn_shift.c65 register BN_ULONG *ap,*rp,t,c;
101 BN_ULONG *ap,*rp,t,c;
135 BN_ULONG *t,*f;
136 BN_ULONG l;
171 BN_ULONG *t,*f;
172 BN_ULONG l,tmp;
H A Dbn_div.c186 BN_ULONG *resp,*wnump;
187 BN_ULONG d0,d1;
291 BN_ULONG q,l0;
293 * snum and sdiv to calculate a BN_ULONG q such that
296 BN_ULONG bn_div_3_words(BN_ULONG*,BN_ULONG,BN_ULONG);
299 BN_ULONG n0,n1,rem=0;
311 q=(BN_ULONG)(((((BN_ULLON
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dbn.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn.h182 # define BN_ULONG unsigned long macro
211 # define BN_ULONG unsigned long long macro
240 # define BN_ULONG unsigned int macro
313 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
329 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
330 * changed with 0.9.9, was "BN_ULONG n0;"
400 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
435 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
H A Dbn_div.c195 BN_ULONG *resp, *wnump;
196 BN_ULONG d0, d1;
341 BN_ULONG q, l0;
344 * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv
347 BN_ULONG bn_div_3_words(BN_ULONG *, BN_ULONG, BN_ULONG);
350 BN_ULONG n0, n1, rem = 0;
362 q = (BN_ULONG)(((((BN_ULLON
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dbn.h182 # define BN_ULONG unsigned long macro
211 # define BN_ULONG unsigned long long macro
240 # define BN_ULONG unsigned int macro
313 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
329 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
330 * changed with 0.9.9, was "BN_ULONG n0;"
400 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
435 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, 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.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
H A Dbn_shift.c65 register BN_ULONG *ap,*rp,t,c;
101 BN_ULONG *ap,*rp,t,c;
135 BN_ULONG *t,*f;
136 BN_ULONG l;
171 BN_ULONG *t,*f;
172 BN_ULONG l,tmp;
H A Dbn_div.c186 BN_ULONG *resp,*wnump;
187 BN_ULONG d0,d1;
291 BN_ULONG q,l0;
293 * snum and sdiv to calculate a BN_ULONG q such that
296 BN_ULONG bn_div_3_words(BN_ULONG*,BN_ULONG,BN_ULONG);
299 BN_ULONG n0,n1,rem=0;
311 q=(BN_ULONG)(((((BN_ULLON
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn.h182 # define BN_ULONG unsigned long macro
211 # define BN_ULONG unsigned long long macro
240 # define BN_ULONG unsigned int macro
313 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
329 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
330 * changed with 0.9.9, was "BN_ULONG n0;"
400 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
435 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dbn.h182 # define BN_ULONG unsigned long macro
211 # define BN_ULONG unsigned long long macro
240 # define BN_ULONG unsigned int macro
313 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
329 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
330 * changed with 0.9.9, was "BN_ULONG n0;"
400 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
435 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[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.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[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.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[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.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[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-linux/sysroot/usr/include/openssl/
H A Dbn.h180 #define BN_ULONG unsigned long macro
208 #define BN_ULONG unsigned long long macro
237 #define BN_ULONG unsigned int macro
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
337 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
405 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
440 int BN_num_bits_word(BN_ULONG);
483 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG
[all...]

Completed in 322 milliseconds

12345678910