HomeSort by relevance Sort by last modified time
    Searched refs:BN_UMULT_LOHI (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
internal.h 322 #define BN_UMULT_LOHI(low, high, a, b) ((low) = _umul128((a), (b), &(high)))
325 #if !defined(BN_ULLONG) && !defined(BN_UMULT_LOHI)
326 #error "Either BN_ULLONG or BN_UMULT_LOHI must be defined on every platform."
generic.c 101 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); \
div.c 333 BN_UMULT_LOHI(t2l, t2h, d1, q);

Completed in 477 milliseconds