Searched defs:BN_UMULT_HIGH (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_lcl.h234 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro
236 # define BN_UMULT_HIGH(a,b) ({ \ macro
245 # define BN_UMULT_HIGH(a,b) ({ \ macro
255 # define BN_UMULT_HIGH(a,b) ({ \ macro
274 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro
281 # define BN_UMULT_HIGH(a,b) (((__uint128_t)(a)*(b))>>64) macro
286 # define BN_UMULT_HIGH(a,b) ({ \ macro
[all...]

Completed in 103 milliseconds