HomeSort by relevance Sort by last modified time
    Searched defs:BN_ULONG (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 59 #define BN_ULONG unsigned long long
61 #define BN_ULONG unsigned long
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_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w
    [all...]
  /external/openssl/crypto/bn/
bn.h 180 #define BN_ULONG unsigned long
208 #define BN_ULONG unsigned long long
237 #define BN_ULONG unsigned int
302 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
318 BN_ULONG n0[2];/* least significant word(s) of Ni;
319 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
387 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
422 int BN_num_bits_word(BN_ULONG);
465 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w)
    [all...]
  /external/openssl/include/openssl/
bn.h 180 #define BN_ULONG unsigned long
208 #define BN_ULONG unsigned long long
237 #define BN_ULONG unsigned int
302 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
318 BN_ULONG n0[2];/* least significant word(s) of Ni;
319 (type changed with 0.9.9, was "BN_ULONG n0;" before) */
387 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
422 int BN_num_bits_word(BN_ULONG);
465 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 133 #define BN_ULONG unsigned long
159 #define BN_ULONG unsigned long long
184 #define BN_ULONG unsigned long
212 #define BN_ULONG unsigned short
235 #define BN_ULONG unsigned char
289 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
305 BN_ULONG n0; /* least significant word of Ni */
373 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
408 int BN_num_bits_word(BN_ULONG);
445 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w)
    [all...]

Completed in 1542 milliseconds