Home
last modified time | relevance | path

Searched refs:BN_ULONG (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h183 # define BN_ULONG unsigned long macro
212 # define BN_ULONG unsigned long long macro
241 # define BN_ULONG unsigned int macro
314 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
330 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
401 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
436 int BN_num_bits_word(BN_ULONG);
484 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
485 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
486 int BN_mul_word(BIGNUM *a, BN_ULONG w);
[all …]