Searched defs:BN_ULONG (Results 1 – 5 of 5) sorted by relevance
4 pub type BN_ULONG = c_ulonglong; typedef6 pub type BN_ULONG = c_uint; typedef
37 # define BN_ULONG unsigned long macro45 # define BN_ULONG unsigned long long macro50 # define BN_ULONG unsigned int macro
31 # define BN_ULONG unsigned long macro39 # define BN_ULONG unsigned long long macro44 # define BN_ULONG unsigned int macro
86 pub fn BN_mod_word(r: *const BIGNUM, w: BN_ULONG) -> BN_ULONG; in BN_mod_word()87 pub fn BN_div_word(r: *mut BIGNUM, w: BN_ULONG) -> BN_ULONG; in BN_div_word()