Home
last modified time | relevance | path

Searched refs:Xm2 (Results 1 – 3 of 3) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Decjpake.h77 mbedtls_ecp_point Xm2; /**< My public key 2 C: X2, S: X4 */ member
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_ecjpake.function70 const unsigned char *Xm2, size_t len_Xm2,
82 &ctx->Xm2, Xm2, len_Xm2 ) );
/net-tools-latest/mbedtls-2.4.0/library/
Decjpake.c63 mbedtls_ecp_point_init( &ctx->Xm2 ); in mbedtls_ecjpake_init()
85 mbedtls_ecp_point_free( &ctx->Xm2 ); in mbedtls_ecjpake_free()
521 &ctx->xm1, &ctx->Xm1, &ctx->xm2, &ctx->Xm2, in mbedtls_ecjpake_write_round_one()
571 &ctx->Xm1, &ctx->Xm2, &ctx->Xp1 ) ); in mbedtls_ecjpake_read_round_two()
928 MBEDTLS_MPI_CHK( mbedtls_ecp_mul( &ctx->grp, &ctx->Xm2, &ctx->xm2, in ecjpake_test_load()