Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_local.h389 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) macro
396 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro
398 # define BN_UMULT_HIGH(a,b) ({ \ macro
407 # define BN_UMULT_HIGH(a,b) ({ \ macro
417 # define BN_UMULT_HIGH(a,b) ({ \ macro
436 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro
441 # define BN_UMULT_HIGH(a,b) ({ \ macro
454 # define BN_UMULT_HIGH(a,b) ({ \ macro

Completed in 10 milliseconds