D | dhm.c | 154 src = &ctx->GX; in mbedtls_dhm_get_value() 234 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->GX, &ctx->G, &ctx->X, in dhm_make_common() 237 if( ( ret = dhm_check_range( &ctx->GX, &ctx->P ) ) != 0 ) in dhm_make_common() 280 n3 = mbedtls_mpi_size( &ctx->GX ); in mbedtls_dhm_make_params() 285 DHM_MPI_EXPORT( &ctx->GX, n3 ); in mbedtls_dhm_make_params() 357 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( &ctx->GX, output, olen ) ); in mbedtls_dhm_make_public() 499 mbedtls_mpi_free( &ctx->GX ); in mbedtls_dhm_free()
|