Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dinternal.h420 #define BN_UMULT_LOHI(low, high, a, b) ((low) = _umul128((a), (b), &(high))) in OPENSSL_MSVC_PRAGMA() macro
422 #define BN_UMULT_LOHI(low, high, a, b) \ in OPENSSL_MSVC_PRAGMA() macro
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dinternal.h417 #define BN_UMULT_LOHI(low, high, a, b) ((low) = _umul128((a), (b), &(high))) in OPENSSL_MSVC_PRAGMA() macro
419 #define BN_UMULT_LOHI(low, high, a, b) \ in OPENSSL_MSVC_PRAGMA() macro