HomeSort by relevance Sort by last modified time
    Searched defs:BN_ULONG (Results 1 - 3 of 3) 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
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 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
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 w)
    [all...]

Completed in 140 milliseconds