Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmpi.h196 struct mpi_ec_ctx { struct
200 unsigned int nbits; /* Number of bits. */
205 MPI p; /* Prime specifying the field GF(p). */
208 MPI_POINT G; /* Base point (generator). */
209 MPI n; /* Order of G. */
210 unsigned int h; /* Cofactor. */
213 MPI_POINT Q; /* Public key. */
214 MPI d; /* Private key. */
216 const char *name; /* Name of the curve. */
241 void (*addm)(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx); argument
[all …]

Completed in 4 milliseconds