Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Decp_alt.h90 typedef struct mbedtls_ecp_group struct
92 mbedtls_ecp_group_id id; /*!< An internal group identifier. */ argument
93 mbedtls_mpi P; /*!< The prime modulus of the base field. */
94 mbedtls_mpi A; /*!< For Short Weierstrass: \p A in the equation. For
96 mbedtls_mpi B; /*!< For Short Weierstrass: \p B in the equation.
98 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */
99 mbedtls_mpi N; /*!< The order of \p G. */
100 size_t pbits; /*!< The number of bits in \p P.*/
101 size_t nbits; /*!< For Short Weierstrass: The number of bits in \p P.
125 mbedtls_ecp_group; argument
/trusted-firmware-m-latest/interface/include/mbedtls/
Decp.h233 typedef struct mbedtls_ecp_group { struct
234 mbedtls_ecp_group_id id; /*!< An internal group identifier. */ argument
238 Refer to detailed description of ::mbedtls_ecp_group if argument
260 mbedtls_ecp_group; argument