Searched refs:BN_UMULT_HIGH (Results 1 – 3 of 3) sorted by relevance
262 # define BN_UMULT_HIGH(a,b) ({ \ macro275 # define BN_UMULT_HIGH(a, b) __umulh((a), (b)) macro280 # define BN_UMULT_HIGH(a,b) ({ \ macro
306 #elif defined(BN_UMULT_HIGH) in BN_div()308 t2h = BN_UMULT_HIGH(d1, q); in BN_div()
221 #if defined(BN_ULLONG) || defined(BN_UMULT_HIGH)