Searched refs:BN_UMULT_LOHI (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
H A Dinternal.h322 #define BN_UMULT_LOHI(low, high, a, b) ((low) = _umul128((a), (b), &(high))) macro
325 #if !defined(BN_ULLONG) && !defined(BN_UMULT_LOHI)
326 #error "Either BN_ULLONG or BN_UMULT_LOHI must be defined on every platform."
H A Dgeneric.c101 BN_UMULT_LOHI(low, high, w, tmp); \
113 BN_UMULT_LOHI(low, high, w, ta); \
123 BN_UMULT_LOHI(r0, r1, tmp, tmp); \
420 BN_UMULT_LOHI(lo, hi, ta, tb); \
431 BN_UMULT_LOHI(lo, hi, ta, tb); \
446 BN_UMULT_LOHI(lo, hi, ta, ta); \
H A Ddiv.c333 BN_UMULT_LOHI(t2l, t2h, d1, q);

Completed in 2909 milliseconds