Searched defs:mpi_ec_ctx (Results 1 – 1 of 1) sorted by relevance
196 struct mpi_ec_ctx { struct197 enum gcry_mpi_ec_models model; /* The model describing this curve. */198 enum ecc_dialects dialect; /* The ECC dialect used with the curve. */199 int flags; /* Public key flags (not always used). */200 unsigned int nbits; /* Number of bits. */205 MPI p; /* Prime specifying the field GF(p). */206 MPI a; /* First coefficient of the Weierstrass equation. */207 MPI b; /* Second coefficient of the Weierstrass equation. */208 MPI_POINT G; /* Base point (generator). */209 MPI n; /* Order of G. */[all …]