Home
last modified time | relevance | path

Searched refs:mul2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/crypto/mpi/
H A DMakefile11 generic_mpih-mul2.o \
H A Dec.c460 void (*mul2)(MPI w, MPI u, struct mpi_ec_ctx *ctx); member
616 ctx->mul2 = ec_mul2; in mpi_ec_init()
630 ctx->mul2 = field_table[i].mul2; in mpi_ec_init()
886 ctx->mul2(J, H, ctx); in dup_point_edwards()
/openbmc/linux/include/linux/
H A Dmpi.h245 void (*mul2)(MPI w, MPI u, struct mpi_ec_ctx *ctx); member
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch1126 + const uint64_t mul2 = 0x0000271000000001; // 1 + (10000ULL << 32)
1129 + val = (((val & mask) * mul1) + (((val >> 16) & mask) * mul2)) >> 32;