Searched refs:Xm1 (Results 1 – 3 of 3) sorted by relevance
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/ |
D | ecjpake.h | 76 mbedtls_ecp_point Xm1; /**< My public key 1 C: X1, S: X3 */ member
|
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | ecjpake.c | 62 mbedtls_ecp_point_init( &ctx->Xm1 ); in mbedtls_ecjpake_init() 84 mbedtls_ecp_point_free( &ctx->Xm1 ); 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() 665 &ctx->Xp1, &ctx->Xp2, &ctx->Xm1 ) ); in mbedtls_ecjpake_write_round_two() 926 MBEDTLS_MPI_CHK( mbedtls_ecp_mul( &ctx->grp, &ctx->Xm1, &ctx->xm1, in ecjpake_test_load()
|
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ecjpake.function | 69 const unsigned char *Xm1, size_t len_Xm1, 80 &ctx->Xm1, Xm1, len_Xm1 ) );
|