ReactOS 0.4.16-dev-732-g2d1144a
|
#include <ecjpake.h>
EC J-PAKE context structure.
J-PAKE is a symmetric protocol, except for the identifiers used in Zero-Knowledge Proofs, and the serialization of the second message (KeyExchange) as defined by the Thread spec.
In order to benefit from this symmetry, we choose a different naming convetion from the Thread v1.0 spec. Correspondance is indicated in the description as a pair C: client name, S: server name
mbedtls_ecp_group mbedtls_ecjpake_context::grp |
const mbedtls_md_info_t* mbedtls_ecjpake_context::md_info |
int mbedtls_ecjpake_context::point_format |
mbedtls_ecjpake_role mbedtls_ecjpake_context::role |
mbedtls_mpi mbedtls_ecjpake_context::s |
mbedtls_ecp_point mbedtls_ecjpake_context::Xm1 |
mbedtls_mpi mbedtls_ecjpake_context::xm1 |
mbedtls_ecp_point mbedtls_ecjpake_context::Xm2 |
mbedtls_mpi mbedtls_ecjpake_context::xm2 |
mbedtls_ecp_point mbedtls_ecjpake_context::Xp |
mbedtls_ecp_point mbedtls_ecjpake_context::Xp1 |
mbedtls_ecp_point mbedtls_ecjpake_context::Xp2 |