Home
last modified time | relevance | path

Searched defs:BN_UMULT_LOHI (Results 1 – 1 of 1) sorted by last modified time

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_local.h387 # define BN_UMULT_LOHI(low,high,a,b) ({ \ macro
421 # define BN_UMULT_LOHI(low,high,a,b) \ macro
434 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) macro
444 # define BN_UMULT_LOHI(low,high,a,b) \ macro