Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_local.h412 # define BN_UMULT_LOHI(low,high,a,b) ({ \ macro
446 # define BN_UMULT_LOHI(low,high,a,b) \ macro
459 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) macro
469 # define BN_UMULT_LOHI(low,high,a,b) \ macro