mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_ecp_group from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedExamplesReferencesInstances

Fields

Field
Declared as
Description
An internal group identifier.
The prime modulus of the base field.
For Short Weierstrass: \p A in the equation. Note that \p A is not set to the authentic value in some cases. Refer to detailed description of ::mbedtls_ecp_group if using domain parameters in the structure. For Montgomery curves: (A + 2) / 4.
For Short Weierstrass: \p B in the equation. For Montgomery curves: unused.
The generator of the subgroup used.
The order of \p G.
size_t
The number of bits in \p P.
size_t
For Short Weierstrass: The number of bits in \p P. For Montgomery curves: the number of bits in the private keys.
private_h
unsigned int MBEDTLS_PRIVATE
private_modp
The function for fast pseudo-reduction mod \p P (see above).
private_t_pre
int(*MBEDTLS_PRIVATE(t_pre))(mbedtls_ecp_point *, void *)
Unused.
private_t_post
int(*MBEDTLS_PRIVATE(t_post))(mbedtls_ecp_point *, void *)
Unused.
private_t_data
private_T
private_T_size
unsigned int MBEDTLS_PRIVATE(h
The function for fast pseudo-reduction mod \p P (see above).
int(*MBEDTLS_PRIVATE(t_pre))(mbedtls_ecp_point *, void *)
Unused.
int(*MBEDTLS_PRIVATE(t_post))(mbedtls_ecp_point *, void *)
Unused.
void *MBEDTLS_PRIVATE(t_data
size_t MBEDTLS_PRIVATE(T_size

References

from 0/1 examples